mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update service image versions
This commit is contained in:
parent
7c832273fd
commit
2343c91bc7
@ -30,10 +30,10 @@ 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.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"
|
AccessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.5.0"
|
||||||
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.5.0"
|
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v0.0.1-0.20220829144944-7c832273fd83"
|
||||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.5.0"
|
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v0.0.1-0.20220829144944-7c832273fd83"
|
||||||
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.5.0"
|
NodeOperatorVersion = "v1.5.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user