update config

This commit is contained in:
2026-01-12 05:08:09 +01:00
parent 3e583f9612
commit b272ddc491
4 changed files with 20 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ homarr:
image:
# 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
repository: {{ .Values.harbor.repository }}/images/homarr
tag: "v1.50.0"
pullPolicy: IfNotPresent
@@ -16,7 +16,7 @@ homarr:
ingressClassName: traefik
# Configuration des hôtes
hosts:
- host: homarr.gkdomaine.local
- host: {{ .Values.homarr.url }}
paths:
- path: /

View File

@@ -5,7 +5,7 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
addresses:
- 10.78.106.240-10.78.106.245
- {{ .Values.metallb.ipAddressPool }}
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement

View File

@@ -4,17 +4,17 @@ metallb:
controller:
enabled: true
image:
repository: harbor.gkdomaine.local/images/controller
repository: {{ .Values.harbor.repository }}/images/controller
tag: v0.15.3
pullPolicy: IfNotPresent
speaker:
enabled: true
image:
repository: harbor.gkdomaine.local/images/speaker
repository: {{ .Values.harbor.repository }}/images/speaker
tag: v0.15.3
pullPolicy: IfNotPresent
frr:
enabled: true
image:
repository: harbor.gkdomaine.local/images/frr
repository: {{ .Values.harbor.repository }}/images/frr
tag: 10.4.1