Skip to content

Commit

Permalink
chore: update test dependencies (#118)
Browse files Browse the repository at this point in the history
Update chart-testing and kind to the current versions.
  • Loading branch information
willholley authored May 21, 2024
1 parent e0faa46 commit a291f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/local-path-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a291f7b

Please sign in to comment.