File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
22
22
23
23
image : # # build docker image
24
24
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.8.4 .
25
+ docker build -t quay.io/jetstack/version-checker:v0.8.5 .
26
26
27
27
clean : # # clean up created files
28
28
rm -rf \
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " v0.8.4 "
3
- version : " v0.8.4 "
2
+ appVersion : " v0.8.5 "
3
+ version : " v0.8.5 "
4
4
description : A Helm chart for version-checker
5
5
home : https://github.com/jetstack/version-checker
6
6
name : version-checker
Original file line number Diff line number Diff line change 1
1
# version-checker
2
2
3
- ![ Version: v0.8.4 ] ( https://img.shields.io/badge/Version-v0.8.4 -informational?style=flat-square ) ![ AppVersion: v0.8.4 ] ( https://img.shields.io/badge/AppVersion-v0.8.4 -informational?style=flat-square )
3
+ ![ Version: v0.8.5 ] ( https://img.shields.io/badge/Version-v0.8.5 -informational?style=flat-square ) ![ AppVersion: v0.8.5 ] ( https://img.shields.io/badge/AppVersion-v0.8.5 -informational?style=flat-square )
4
4
5
5
A Helm chart for version-checker
6
6
Original file line number Diff line number Diff line change 50
50
spec :
51
51
serviceAccountName : version-checker
52
52
containers :
53
- - image : quay.io/jetstack/version-checker:v0.8.4
53
+ - image : quay.io/jetstack/version-checker:v0.8.5
54
54
imagePullPolicy : Always
55
55
ports :
56
56
- containerPort : 8080
You can’t perform that action at this time.
0 commit comments