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/05/15 16:24:05 UTC

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

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

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


      at ec559a5  chore: update test dependencies

This branch includes the following new commits:

     new ec559a5  chore: update test 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 test dependencies

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

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

commit ec559a55bbe0e8e96609c46f39feb61aea5715a7
Author: Will Holley <wi...@uk.ibm.com>
AuthorDate: Mon May 15 17:22:41 2023 +0100

    chore: update test dependencies
    
    Update chart-testing and kind to the current versions.
---
 test/e2e-kind.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh
index 525c8ee..dd58583 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.8.0
+readonly KIND_VERSION=v0.18.0
 readonly CLUSTER_NAME=chart-testing
 readonly K8S_VERSION=v1.25.3