Skip to content

Commit

Permalink
Prepare for release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Turi committed Jul 1, 2021
1 parent 24a7636 commit 80baa9d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 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.0
VERSION ?= 0.2.2
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.1
appVersion: 0.2.0
version: 0.2.2
appVersion: 0.2.2

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.0
tag: v0.2.2
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
18 changes: 13 additions & 5 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 80baa9d

Please sign in to comment.