From c1185241bb48b9171a6bbdb89f6cb4d384edea18 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 2 Sep 2022 13:53:25 +0200 Subject: [PATCH] temporarily upgrade join-service Signed-off-by: Malte Poll --- internal/versions/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index b0a7a2915..6046b71e4 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -43,7 +43,7 @@ func IsPreviewK8sVersion(version ValidK8sVersion) 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:v0.0.2-0.20220831181049-47d4c9e30423" + JoinImage = "ghcr.io/edgelesssys/constellation/join-service:feat-k8s-1-25-preview" AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v0.0.1" KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v0.0.2-0.20220831181049-47d4c9e30423" VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v0.0.2-0.20220831181049-47d4c9e30423"