From 8736699145e38c9916554a0ce098a880b7cbeb14 Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:27:46 +0200 Subject: [PATCH] Bump enterprise image version --- internal/config/images_enterprise.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/images_enterprise.go b/internal/config/images_enterprise.go index 4f6a525a0..929fffe44 100644 --- a/internal/config/images_enterprise.go +++ b/internal/config/images_enterprise.go @@ -9,6 +9,6 @@ SPDX-License-Identifier: AGPL-3.0-only package config const ( - DefaultImageAzure = "/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/2.0.0" - DefaultImageGCP = "projects/constellation-images/global/images/constellation-v2-0-0" + DefaultImageAzure = "/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/2.1.0" + DefaultImageGCP = "projects/constellation-images/global/images/constellation-v2-1-0" )