mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
Update service image versions
This commit is contained in:
parent
7c832273fd
commit
2343c91bc7
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue