mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
f63c99a1bd
Signed-off-by: Malte Poll <mp@edgeless.systems>
14 lines
645 B
Go
14 lines
645 B
Go
package resources
|
|
|
|
const (
|
|
// Constellation images.
|
|
joinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.3.2-0.20220714151638-d295be31"
|
|
accessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.3.2-0.20220714151638-d295be31"
|
|
kmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.3.2-0.20220714151638-d295be31"
|
|
verificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.3.2-0.20220714151638-d295be31"
|
|
gcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:latest"
|
|
|
|
// external images.
|
|
clusterAutoscalerImage = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0"
|
|
)
|