Skip to content

Commit ef14e46

Browse files
committed
Upgrade chart-testing to v3.14.0, Helm Chart Releaser to v1.8.1
1 parent 957b9fb commit ef14e46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.12.0
36+
- image: quay.io/helmpack/chart-testing:v3.14.0
3737
steps:
3838
- checkout
3939
- run:

.circleci/install_charts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
readonly CT_VERSION=v3.12.0
7+
readonly CT_VERSION=v3.14.0
88
readonly KIND_VERSION=v0.20.=0
9-
readonly K8S_VERSION=v1.27.5
9+
readonly K8S_VERSION=v1.34.1
1010

1111
run_ct_container() {
1212
echo 'Running ct container...'

.circleci/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o errexit
44

5-
readonly CHART_RELEASER_VERSION=1.6.0
5+
readonly CHART_RELEASER_VERSION=1.8.1
66

77
echo "Installing Helm..."
88
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3

0 commit comments

Comments
 (0)