update
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
"targetRevision": "main",
|
"targetRevision": "main",
|
||||||
"helmPath": "helm",
|
"helmPath": "helm",
|
||||||
"traefik": {
|
"traefik": {
|
||||||
"version": "38.0.2",
|
|
||||||
"url": "traefik.gkdomaine.local"
|
"url": "traefik.gkdomaine.local"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ version: 1.0.0
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: traefik
|
- 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)
|
# Utilisation de votre registre Harbor interne (OCI)
|
||||||
repository: "oci://harbor.gkdomaine.local/charts"
|
repository: "oci://harbor.gkdomaine.local/charts"
|
||||||
Reference in New Issue
Block a user