From 9f890a1960ab1bd26e6c9ec06fe3d68a67faf6c3 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Mon, 12 Jan 2026 01:13:49 +0100 Subject: [PATCH] Update repository homarr --- helm/homarr/dev/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index 0f62e1a..55869e3 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -4,8 +4,9 @@ homarr: replicaCount: 1 image: - registry: harbor.gkdomaine.local - repository: images/homarr + # Le chart homarr n'utilise pas image.registry séparément, + # il faut donc mettre le chemin complet dans repository + repository: harbor.gkdomaine.local/images/homarr tag: "v1.50.0" pullPolicy: IfNotPresent @@ -15,4 +16,5 @@ homarr: hosts: - host: homarr.gkdomaine.local paths: - - path: / \ No newline at end of file + - path: / + - path: / \ No newline at end of file