Skip to content

Commit 53cd10b

Browse files
committed
Bumping Helm Chart to v0.9.1-rc2
1 parent e231042 commit 53cd10b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
2222

2323
image: ## build docker image
2424
GOARCH=$(ARCH) GOOS=linux CGO_ENABLED=0 go build -o ./bin/version-checker-linux ./cmd/.
25-
docker build -t quay.io/jetstack/version-checker:v0.9.1-rc1 .
25+
docker build -t quay.io/jetstack/version-checker:v0.9.1-rc2 .
2626

2727
clean: ## clean up created files
2828
rm -rf \

deploy/charts/version-checker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: "v0.9.1-rc1"
3-
version: "v0.9.1-rc1"
2+
appVersion: "v0.9.1-rc2"
3+
version: "v0.9.1-rc2"
44
description: A Helm chart for version-checker
55
home: https://github.com/jetstack/version-checker
66
name: version-checker

deploy/charts/version-checker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# version-checker
22

3-
![Version: v0.9.1-rc1](https://img.shields.io/badge/Version-v0.9.1--rc1-informational?style=flat-square) ![AppVersion: v0.9.1-rc1](https://img.shields.io/badge/AppVersion-v0.9.1--rc1-informational?style=flat-square)
3+
![Version: v0.9.1-rc2](https://img.shields.io/badge/Version-v0.9.1--rc2-informational?style=flat-square) ![AppVersion: v0.9.1-rc2](https://img.shields.io/badge/AppVersion-v0.9.1--rc2-informational?style=flat-square)
44

55
A Helm chart for version-checker
66

0 commit comments

Comments
 (0)