From 5715ffeee1c2bf6c3a21fec2a4b73c2debeb16dc Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 27 Feb 2024 15:51:00 +0100 Subject: [PATCH] Fix image name --- helm/chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/chart/values.yaml b/helm/chart/values.yaml index 9708d93..c3e5088 100644 --- a/helm/chart/values.yaml +++ b/helm/chart/values.yaml @@ -4,7 +4,7 @@ php: image: - repository: "ghcr.io/ApesHDF/EBS-php" # CHANGE ME + repository: "ghcr.io/ApesHDF/plateformcoop-ebs-php" # CHANGE ME pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -50,7 +50,7 @@ consumer: caddy: image: - repository: "ghcr.io/ApesHDF/EBS-caddy" # CHANGE ME + repository: "ghcr.io/ApesHDF/plateformcoop-ebs-caddy" # CHANGE ME pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""