Skip to content

Commit b6403d5

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

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-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/ct.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
helm-extra-args: '--timeout 600s'
55
chart-repos:
66
- bitnami=https://charts.bitnami.com/bitnami
7+
- hypercision=https://hypercision.github.io/helm-charts
8+
target-branch: 'master'
79
validate-maintainers: false

.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

.circleci/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ find_latest_tag() {
7070

7171
add_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

7576
package_chart() {

0 commit comments

Comments
 (0)