chore: relocate Keel to the kube-system namespace and pin its chart version to 1.1.0.

This commit is contained in:
Matthias Hinrichs
2026-01-17 20:55:08 +01:00
parent fd43bc0c2d
commit e84e00528f
@@ -7,13 +7,13 @@ metadata:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
destination: destination:
namespace: keel namespace: kube-system
server: {{ $.Values.spec.destination.server }} server: {{ $.Values.spec.destination.server }}
project: homelab project: homelab
source: source:
repoURL: https://keel.sh/charts repoURL: https://keel.sh/charts
chart: keel chart: keel
targetRevision: latest targetRevision: 1.1.0
helm: helm:
values: | values: |
basicauth: basicauth:
@@ -34,7 +34,7 @@ apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute kind: HTTPRoute
metadata: metadata:
name: keel-route name: keel-route
namespace: keel namespace: kube-system
spec: spec:
parentRefs: parentRefs:
- name: shared-gateway # Ihr Envoy Gateway - name: shared-gateway # Ihr Envoy Gateway