Skip to content

Commit

Permalink
Bump helm chart to 0.3.11 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantapatil3 authored Apr 18, 2023
1 parent 98b4d8a commit 70547da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.10
VERSION ?= 0.3.11
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,5 +9,5 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.3.10
appVersion: 0.3.10
version: 0.3.11
appVersion: 0.3.11
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ securityContext:
- ALL
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.3.10
tag: v0.3.11
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.10.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.1.1
github.com/aws/aws-sdk-go-v2/service/sts v1.16.0
github.com/banzaicloud/imps/api v0.3.10
github.com/banzaicloud/imps/api v0.3.11
github.com/cisco-open/operator-tools v0.29.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit 70547da

Please sign in to comment.