File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
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.10.1
36+ - image : quay.io/helmpack/chart-testing:v3.12.0
3737 steps :
3838 - checkout
3939 - run :
Original file line number Diff line number Diff line change 44helm-extra-args : ' --timeout 600s'
55chart-repos :
66 - bitnami=https://charts.bitnami.com/bitnami
7+ - hypercision=https://hypercision.github.io/helm-charts
8+ target-branch : ' master'
79validate-maintainers : false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o errexit
44set -o nounset
55set -o pipefail
66
7- readonly CT_VERSION=v3.9 .0
7+ readonly CT_VERSION=v3.12 .0
88readonly KIND_VERSION=v0.20.=0
99readonly K8S_VERSION=v1.27.5
1010
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ find_latest_tag() {
7070
7171add_chart_repos () {
7272 helm repo add bitnami https://charts.bitnami.com/bitnami
73+ helm repo add hypercision https://hypercision.github.io/helm-charts
7374}
7475
7576package_chart () {
You can’t perform that action at this time.
0 commit comments