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