From f3f59344f8920642c893f89fd19a02222214b395 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 21 Apr 2022 09:49:39 +0100 Subject: [PATCH] prepare for 1.0.0-preview2 release --- client/images.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/images.go b/client/images.go index a7d1ceac7..d754a9f21 100644 --- a/client/images.go +++ b/client/images.go @@ -2,6 +2,6 @@ package client const ( DefaultRouterImage string = "quay.io/skupper/skupper-router:2.0.0" - DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.0-preview" - DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.0-preview" + DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.0-preview2" + DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.0-preview2" )