mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
95e2c91821
Update CHANGELOG.md & versions.
13 lines
472 B
Go
13 lines
472 B
Go
package resources
|
|
|
|
const (
|
|
// Constellation images.
|
|
activationImage = "ghcr.io/edgelesssys/constellation/activation-service:v1.3"
|
|
accessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.3"
|
|
kmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.3"
|
|
verificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.3"
|
|
|
|
// external images.
|
|
clusterAutoscalerImage = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0"
|
|
)
|