mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 15:39:33 -05:00
Update versions
This commit is contained in:
parent
b8f17c2aa3
commit
fdcdd5fb78
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user