From f7393a322f3a47f466a0b37f575cffde89972766 Mon Sep 17 00:00:00 2001 From: openshift-service-mesh-bot Date: Sat, 5 Sep 2026 05:17:22 +0000 Subject: [PATCH] Automator: Update dependencies in istio-ecosystem/sail-operator@release-1.28 Signed-off-by: openshift-service-mesh-bot --- tests/e2e/setup/setup-kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/setup/setup-kind.sh b/tests/e2e/setup/setup-kind.sh index 863cdf3b2c..bc7fea7dee 100755 --- a/tests/e2e/setup/setup-kind.sh +++ b/tests/e2e/setup/setup-kind.sh @@ -18,7 +18,7 @@ set -eux -o pipefail SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ROOT=$(cd "${SCRIPTPATH}/../../.." && pwd) -GW_API_VERSION=${GW_API_VERSION:-v1.6.1} +GW_API_VERSION=${GW_API_VERSION:-v1.6.2} # shellcheck source=common/scripts/kind_provisioner.sh source "${ROOT}/common/scripts/kind_provisioner.sh"