diff --git a/Makefile b/Makefile index ca61377..523aa18 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = toleration-injection-server -IMAGE_PREFIX = gcr.io/quatreapp +IMAGE_PREFIX = europe-docker.pkg.dev/quatreapp/qsh-ops IMAGE_NAME = k8s-toleration-injection-webhook IMAGE_VERSION = $$(git log --abbrev-commit --format=%h -s | head -n 1) diff --git a/deploy/webhook.yaml b/deploy/webhook.yaml index 7fdea29..670e3ad 100644 --- a/deploy/webhook.yaml +++ b/deploy/webhook.yaml @@ -37,7 +37,7 @@ spec: operator: Exists containers: - name: toleration-injection-webhook - image: gcr.io/quatreapp/k8s-toleration-injection-webhook:1.0.0-1 + image: europe-docker.pkg.dev/quatreapp/qsh-ops/k8s-toleration-injection-webhook:1.0.0-1 imagePullPolicy: Always resources: limits: