Update versions

This commit is contained in:
Malte Poll 2022-08-19 15:30:25 +02:00 committed by Malte Poll
parent b8f17c2aa3
commit fdcdd5fb78

View File

@ -30,13 +30,13 @@ 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.4.0"
AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.4.0"
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.4.0"
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.4.0"
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.5.0"
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"
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220713.00"
NodeOperatorCatalogImage = "ghcr.io/edgelesssys/constellation/node-operator-catalog"
NodeOperatorVersion = "v1.4.1-0.20220809082533-41bdd362a18a"
NodeOperatorVersion = "v1.5.0"
NodeMaintenanceOperatorCatalogImage = "quay.io/medik8s/node-maintenance-operator-catalog"
NodeMaintenanceOperatorVersion = "v0.13.0"