You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2023/01/13 16:22:17 UTC

[couchdb-helm] branch update-chart-testing created (now 920b75d)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch update-chart-testing
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git


      at 920b75d  chore: update chart-testing dependencies

This branch includes the following new commits:

     new 920b75d  chore: update chart-testing dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-helm] 01/01: chore: update chart-testing dependencies

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch update-chart-testing
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 920b75d6f3131981e3cb72552c68f6eea202fc38
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Fri Jan 13 16:16:06 2023 +0000

    chore: update chart-testing dependencies
    
     * 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