We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae62e1 commit c54ad0cCopy full SHA for c54ad0c
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
34
lint-charts:
35
docker:
36
- - image: quay.io/helmpack/chart-testing:v3.10.1
+ - image: quay.io/helmpack/chart-testing:v3.12.0
37
steps:
38
- checkout
39
- run:
.circleci/install_charts.sh
@@ -4,7 +4,7 @@ set -o errexit
4
set -o nounset
5
set -o pipefail
6
7
-readonly CT_VERSION=v3.9.0
+readonly CT_VERSION=v3.12.0
8
readonly KIND_VERSION=v0.20.=0
9
readonly K8S_VERSION=v1.27.5
10
0 commit comments