From afbebb03b941642e32fec9364c40649caf50de58 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Mon, 12 Jan 2026 04:51:00 +0100 Subject: [PATCH] update --- configs/dev/config.json | 1 - helm/traefik/dev/Chart.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/dev/config.json b/configs/dev/config.json index 6ca52ab..46c33f1 100644 --- a/configs/dev/config.json +++ b/configs/dev/config.json @@ -5,7 +5,6 @@ "targetRevision": "main", "helmPath": "helm", "traefik": { - "version": "38.0.2", "url": "traefik.gkdomaine.local" } } diff --git a/helm/traefik/dev/Chart.yaml b/helm/traefik/dev/Chart.yaml index 8b3b4a4..dbc4816 100644 --- a/helm/traefik/dev/Chart.yaml +++ b/helm/traefik/dev/Chart.yaml @@ -6,6 +6,6 @@ version: 1.0.0 dependencies: - name: traefik - version: {{ .Values.traefik.version }} # Assurez-vous que cette version correspond à celle poussée sur Harbor + version: 38.0.2 # Version du chart traefik (à mettre à jour si nécessaire) # Utilisation de votre registre Harbor interne (OCI) repository: "oci://harbor.gkdomaine.local/charts" \ No newline at end of file