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:06 UTC

[couchdb-helm] 01/01: chore: update test dependencies

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