This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch update-ingress-spec in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
commit 4e6a8dd95e7641da772bb97072f8355dc91876eb Author: William Bartholomew <[email protected]> AuthorDate: Sat Jan 8 14:27:26 2022 -0800 Update tests to use current versions * Uses current versions of tools * Uses minimum version of Kubernetes supported by Ingress --- test/e2e-kind.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh index 5a4156c..e6d4221 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.0.0-rc.1 -readonly KIND_VERSION=v0.8.0 +readonly CT_VERSION=v3.5.0 +readonly KIND_VERSION=v0.11.1 readonly CLUSTER_NAME=chart-testing -readonly K8S_VERSION=v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f +readonly K8S_VERSION=v1.19.7@sha256:a70639454e97a4b733f9d9b67e12c01f6b0297449d5b9cbbef87473458e26dca run_ct_container() { echo 'Running ct container...'
