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

14 lines
661 B
Go
Raw Normal View History

2022-06-28 16:33:27 +00:00
package resources
const (
// Constellation images.
2022-07-05 12:14:11 +00:00
joinImage = "ghcr.io/edgelesssys/constellation/join-service:feat-coordinator-selfactivation-node"
accessManagerImage = "ghcr.io/edgelesssys/constellation/access-manager:feat-coordinator-selfactivation-node"
kmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:feat-coordinator-selfactivation-node"
verificationImage = "ghcr.io/edgelesssys/constellation/verification-service:feat-coordinator-selfactivation-node"
gcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:latest"
2022-06-28 16:33:27 +00:00
// external images.
clusterAutoscalerImage = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0"
)