constellation/bootstrapper/internal/kubernetes/k8sapi/resources/images.go

13 lines
466 B
Go
Raw Normal View History

2022-06-28 16:33:27 +00:00
package resources
const (
// Constellation images.
2022-07-05 12:13:19 +00:00
joinImage = "ghcr.io/edgelesssys/constellation/join-service:v1.2"
2022-06-28 16:33:27 +00:00
accessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:v1.2"
kmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v1.2"
verificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v1.2"
// external images.
clusterAutoscalerImage = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0"
)