Upgrade node operator

This commit is contained in:
katexochen 2022-09-20 13:56:13 +02:00 committed by Paul Meyer
parent 6293575172
commit 6401c345f0

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 = "v2.0.0"
NodeOperatorVersion = "v0.0.1-0.20220920083838-788cfd9bd98a"
// 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"