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

14 lines
645 B
Go
Raw Normal View History

2022-06-28 12:33:27 -04:00
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"
2022-07-05 08:14:11 -04:00
gcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:latest"
2022-06-28 12:33:27 -04:00
// external images.
clusterAutoscalerImage = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.0"
)