Skip to content

Commit

Permalink
Prepare release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Turi committed Aug 5, 2021
1 parent 68626f6 commit 391af4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/

COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null)
BUILD_DATE ?= $(shell date +%FT%T%z)
VERSION ?= 0.2.3
VERSION ?= 0.2.4
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.commitHash=${COMMIT_HASH}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.buildDate=${BUILD_DATE}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.version=${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.2.3
appVersion: 0.2.3
version: 0.2.4
appVersion: 0.2.4

2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ securityContext:
allowPrivilegeEscalation: false
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.2.3
tag: v0.2.4
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
8 changes: 4 additions & 4 deletions static/charts/imagepullsecrets/chart.gogen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 391af4f

Please sign in to comment.