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