Skip to content

Commit

Permalink
chore: update chart-testing dependencies (#109)
Browse files Browse the repository at this point in the history
* Update chart-testing to v3.7.1
 * Update kind to v0.17.0
 * Test against Kubernetes 1.25. The specific SHA is not specified
   to ensure image updates are picked up and the image for the
   appropriate cpu architecture are pulled.

This fixes issues running the tests on M1 macs.
  • Loading branch information
willholley authored Jan 17, 2023
1 parent 3d244ba commit 53d334c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -o errexit
set -o nounset
set -o pipefail

readonly CT_VERSION=v3.5.0
readonly KIND_VERSION=v0.11.1
readonly CT_VERSION=v3.7.1
readonly KIND_VERSION=v0.17.0
readonly CLUSTER_NAME=chart-testing
readonly K8S_VERSION=v1.19.7@sha256:a70639454e97a4b733f9d9b67e12c01f6b0297449d5b9cbbef87473458e26dca
readonly K8S_VERSION=v1.25.3

run_ct_container() {
echo 'Running ct container...'
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 @@ -42,7 +42,7 @@ subjects:
name: local-path-provisioner-service-account
namespace: local-path-storage
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: local-path-provisioner
Expand Down

0 comments on commit 53d334c

Please sign in to comment.