From e0ae4e1fe6d84897a7598fda98e0cf5f870cde84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:42:23 +0200 Subject: [PATCH] Bump kms, joinservice, and verification service image to latest (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- 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 45fa19009..598ef5ab4 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.3.2-0.20220720081316-baf7427f" + JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.3.2-0.20220729075247-e715786b" AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.3.2-0.20220714151638-d295be31" - KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.3.2-0.20220720081316-baf7427f" - VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.3.2-0.20220714151638-d295be31" + KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.3.2-0.20220729075247-e715786b" + VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.3.2-0.20220729075247-e715786b" GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:latest" // currently supported versions.