From a291f7bc251ce23c104b879a5ed381aa6b786604 Mon Sep 17 00:00:00 2001 From: Will Holley Date: Tue, 21 May 2024 06:50:45 +0100 Subject: [PATCH] chore: update test dependencies (#118) Update chart-testing and kind to the current versions. --- test/e2e-kind.sh | 4 ++-- test/local-path-provisioner.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh index 35ac2ea..6883ec4 100755 --- a/test/e2e-kind.sh +++ b/test/e2e-kind.sh @@ -4,8 +4,8 @@ set -o errexit set -o nounset set -o pipefail -readonly CT_VERSION=v3.7.1 -readonly KIND_VERSION=v0.17.0 +readonly CT_VERSION=v3.11.0 +readonly KIND_VERSION=v0.23.0 readonly CLUSTER_NAME=chart-testing readonly K8S_VERSION=v1.25.3 diff --git a/test/local-path-provisioner.yaml b/test/local-path-provisioner.yaml index c36562e..8e064b2 100644 --- a/test/local-path-provisioner.yaml +++ b/test/local-path-provisioner.yaml @@ -60,7 +60,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.11 + image: rancher/local-path-provisioner:v0.0.26 imagePullPolicy: Always command: - local-path-provisioner