From cd7b7802574aa48397a49db6de34423cfa585a92 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 18 Nov 2024 13:55:54 +0100 Subject: [PATCH] Install keel to the cluster --- installations/platform/helmfile.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installations/platform/helmfile.yaml b/installations/platform/helmfile.yaml index f407c46..462069f 100644 --- a/installations/platform/helmfile.yaml +++ b/installations/platform/helmfile.yaml @@ -21,6 +21,8 @@ repositories: url: https://kyverno.github.io/kyverno/ - name: external-dns url: https://kubernetes-sigs.github.io/external-dns/ + - name: keel + url: https://keel-hq.github.io/keel/ releases: - name: db-operator @@ -104,3 +106,9 @@ releases: inherit: - template: default-env-values - template: default-env-secrets + + - name: keel + chart: keel/keel + version: 1.0.4 + namespace: platform + condition: workload.enabled