Update service image versions

This commit is contained in:
Otto Bittner 2022-08-30 09:27:38 +02:00
parent 7c832273fd
commit 2343c91bc7

View File

@ -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"