Skip to content

Commit

Permalink
Prepare for release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Turi committed Aug 31, 2021
1 parent e5102be commit c57a807
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.6
VERSION ?= 0.2.7
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
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sources:
- https://github.com/banzaicloud/backyards

version: 0.2.7
appVersion: 0.2.6
appVersion: 0.2.7
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.6
tag: v0.2.7
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 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 c57a807

Please sign in to comment.