Skip to content

Commit c54ad0c

Browse files
committed
Update ct (chart tester) version in CircleCI to 3.12.0
1 parent 0ae62e1 commit c54ad0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:

.circleci/install_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
readonly CT_VERSION=v3.9.0
7+
readonly CT_VERSION=v3.12.0
88
readonly KIND_VERSION=v0.20.=0
99
readonly K8S_VERSION=v1.27.5
1010

0 commit comments

Comments
 (0)