From ef14e46381cf707804c633c5a573add2314dda13 Mon Sep 17 00:00:00 2001 From: Tyler VanZanten Date: Wed, 19 Nov 2025 10:33:52 -0500 Subject: [PATCH] Upgrade chart-testing to v3.14.0, Helm Chart Releaser to v1.8.1 --- .circleci/config.yml | 2 +- .circleci/install_charts.sh | 4 ++-- .circleci/install_tools.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49dbf76..02c24d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,7 +33,7 @@ jobs: lint-charts: docker: - - image: quay.io/helmpack/chart-testing:v3.12.0 + - image: quay.io/helmpack/chart-testing:v3.14.0 steps: - checkout - run: diff --git a/.circleci/install_charts.sh b/.circleci/install_charts.sh index 71bb359..088f1f4 100755 --- a/.circleci/install_charts.sh +++ b/.circleci/install_charts.sh @@ -4,9 +4,9 @@ set -o errexit set -o nounset set -o pipefail -readonly CT_VERSION=v3.12.0 +readonly CT_VERSION=v3.14.0 readonly KIND_VERSION=v0.20.=0 -readonly K8S_VERSION=v1.27.5 +readonly K8S_VERSION=v1.34.1 run_ct_container() { echo 'Running ct container...' diff --git a/.circleci/install_tools.sh b/.circleci/install_tools.sh index bdb1e44..69fe734 100755 --- a/.circleci/install_tools.sh +++ b/.circleci/install_tools.sh @@ -2,7 +2,7 @@ set -o errexit -readonly CHART_RELEASER_VERSION=1.6.0 +readonly CHART_RELEASER_VERSION=1.8.1 echo "Installing Helm..." curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3