From 51e51257ab5faee9588307ded3f42fdc22a4c0b2 Mon Sep 17 00:00:00 2001 From: Transley RODRIGUES Date: Fri, 14 Mar 2025 12:27:21 +0100 Subject: [PATCH] Updated Docker images --- Makefile | 2 +- deploy/webhook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: