mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update versions
This commit is contained in:
parent
b8f17c2aa3
commit
fdcdd5fb78
@ -30,13 +30,13 @@ func IsSupportedK8sVersion(version string) bool {
|
|||||||
const (
|
const (
|
||||||
// Constellation images.
|
// Constellation images.
|
||||||
// These images are built in a way that they support all versions currently listed in VersionConfigs.
|
// 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"
|
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.5.0"
|
||||||
AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.4.0"
|
AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.5.0"
|
||||||
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.4.0"
|
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.5.0"
|
||||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.4.0"
|
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.5.0"
|
||||||
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220713.00"
|
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220713.00"
|
||||||
NodeOperatorCatalogImage = "ghcr.io/edgelesssys/constellation/node-operator-catalog"
|
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"
|
NodeMaintenanceOperatorCatalogImage = "quay.io/medik8s/node-maintenance-operator-catalog"
|
||||||
NodeMaintenanceOperatorVersion = "v0.13.0"
|
NodeMaintenanceOperatorVersion = "v0.13.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user