From 2343c91bc7453c1b0a0277623fa082dce382d0b4 Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Tue, 30 Aug 2022 09:27:38 +0200 Subject: [PATCH] Update service image versions --- internal/versions/versions.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index 1b9b3bbe0..bcfee4c40 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -30,10 +30,10 @@ func IsSupportedK8sVersion(version string) bool { const ( // Constellation images. // These images are built in a way that they support all versions currently listed in VersionConfigs. - JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.5.0" + JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v0.0.1-0.20220829144944-7c832273fd83" AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.5.0" - KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.5.0" - VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.5.0" + KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v0.0.1-0.20220829144944-7c832273fd83" + VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v0.0.1-0.20220829144944-7c832273fd83" GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220713.00" NodeOperatorCatalogImage = "ghcr.io/edgelesssys/constellation/node-operator-catalog" NodeOperatorVersion = "v1.5.0"