From 060aa5cfb3c36b8ef130337dd1befa6851e71ccb Mon Sep 17 00:00:00 2001 From: Laura Fitzgerald Date: Fri, 3 Nov 2023 16:55:21 +0000 Subject: [PATCH] istio 1.20.0 rc0 --- config/istio/istio-operator-init.yaml | 2 +- hack/make/dependencies.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/istio/istio-operator-init.yaml b/config/istio/istio-operator-init.yaml index 30524ef7b..55abc1c6c 100644 --- a/config/istio/istio-operator-init.yaml +++ b/config/istio/istio-operator-init.yaml @@ -152,7 +152,7 @@ spec: serviceAccountName: istio-operator containers: - name: istio-operator - image: docker.io/istio/operator:1.17.0 + image: docker.io/istio/operator:1.20.0-rc.0 command: - operator - server diff --git a/hack/make/dependencies.make b/hack/make/dependencies.make index da4b2ce7a..ac09d10bf 100644 --- a/hack/make/dependencies.make +++ b/hack/make/dependencies.make @@ -29,7 +29,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.10.0 KIND_VERSION ?= v0.17.0 HELM_VERSION ?= v3.10.0 YQ_VERSION ?= v4.30.8 -ISTIOVERSION ?= 1.17.0 +ISTIOVERSION ?= 1.20.0-rc.0 OPERATOR_SDK_VERSION ?= 1.28.0 CLUSTERADM_VERSION ?= 0.6.0 SUBCTL_VERSION ?= release-0.15