Upgrade operator version

This commit is contained in:
katexochen 2022-09-30 17:01:28 +02:00 committed by Paul Meyer
parent 88a57fdb36
commit a60e76e91f

View File

@ -51,7 +51,7 @@ const (
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.0.0"
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220713.00"
NodeOperatorCatalogImage = "ghcr.io/edgelesssys/constellation/node-operator-catalog"
NodeOperatorVersion = "v0.0.1-0.20220920083838-788cfd9bd98a"
NodeOperatorVersion = "v2.1.0-pre.0.20220927150426-f69db6f26ecb"
// TODO: switch node maintenance operator catalog back to upstream quay.io/medik8s/node-maintenance-operator-catalog
// once https://github.com/medik8s/node-maintenance-operator/issues/49 is resolved.
NodeMaintenanceOperatorCatalogImage = "ghcr.io/edgelesssys/constellation/node-maintenance-operator-catalog"