This is an automated email from the ASF dual-hosted git repository.
willholley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
The following commit(s) were added to refs/heads/main by this push:
new 53d334c chore: update chart-testing dependencies (#109)
53d334c is described below
commit 53d334cad20d6c3337ecb3f2032ee2be7a46e860
Author: Will Holley <[email protected]>
AuthorDate: Tue Jan 17 11:58:54 2023 +0000
chore: update chart-testing dependencies (#109)
* 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.
---
test/e2e-kind.sh | 6 +++---
test/local-path-provisioner.yaml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh
index e6d4221..525c8ee 100755
--- a/test/e2e-kind.sh
+++ b/test/e2e-kind.sh
@@ -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...'
diff --git a/test/local-path-provisioner.yaml b/test/local-path-provisioner.yaml
index 3eda3a1..c36562e 100644
--- a/test/local-path-provisioner.yaml
+++ b/test/local-path-provisioner.yaml
@@ -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