Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/install_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...'
Expand Down
2 changes: 1 addition & 1 deletion .circleci/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down