File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3737 if : steps.filter.outputs.values == 'true'
38383939 with :
40- version : 1.11.0
40+ version : 1.14.2
4141 - name : Update Helm Docs
4242 if : steps.filter.outputs.values == 'true'
4343 run : |
Original file line number Diff line number Diff line change 5555 - name : Install Helm Docs
56565757 with :
58- version : 1.11.0
58+ version : 1.14.2
5959 - name : Update Helm Docs
6060 run : |
6161 set -ex
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ verify: test build ## tests and builds version-checker
2222
2323image : # # 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.8.2 .
25+ docker build -t quay.io/jetstack/version-checker:v0.8.3 .
2626
2727clean : # # clean up created files
2828 rm -rf \
Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : " v0.8.2 "
3- version : " v0.8.2 "
2+ appVersion : " v0.8.3 "
3+ version : " v0.8.3 "
44description : A Helm chart for version-checker
55home : https://github.com/jetstack/version-checker
66name : version-checker
Original file line number Diff line number Diff line change 11# version-checker
22
3- ![ Version: v0.8.2 ] ( https://img.shields.io/badge/Version-v0.8.2 -informational?style=flat-square ) ![ AppVersion: v0.8.2 ] ( https://img.shields.io/badge/AppVersion-v0.8.2 -informational?style=flat-square )
3+ ![ Version: v0.8.3 ] ( https://img.shields.io/badge/Version-v0.8.3 -informational?style=flat-square ) ![ AppVersion: v0.8.3 ] ( https://img.shields.io/badge/AppVersion-v0.8.3 -informational?style=flat-square )
44
55A Helm chart for version-checker
66
Original file line number Diff line number Diff line change 5050 spec :
5151 serviceAccountName : version-checker
5252 containers :
53- - image : quay.io/jetstack/version-checker:v0.8.2
53+ - image : quay.io/jetstack/version-checker:v0.8.3
5454 imagePullPolicy : Always
5555 ports :
5656 - containerPort : 8080
You can’t perform that action at this time.
0 commit comments