File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 lint-charts :
3535 docker :
36- - image : quay.io/helmpack/chart-testing:v3.12 .0
36+ - image : quay.io/helmpack/chart-testing:v3.14 .0
3737 steps :
3838 - checkout
3939 - run :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set -o errexit
44set -o nounset
55set -o pipefail
66
7- readonly CT_VERSION=v3.12 .0
7+ readonly CT_VERSION=v3.14 .0
88readonly KIND_VERSION=v0.20.=0
9- readonly K8S_VERSION=v1.27.5
9+ readonly K8S_VERSION=v1.34.1
1010
1111run_ct_container () {
1212 echo ' Running ct container...'
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5- readonly CHART_RELEASER_VERSION=1.6.0
5+ readonly CHART_RELEASER_VERSION=1.8.1
66
77echo " Installing Helm..."
88curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
You can’t perform that action at this time.
0 commit comments