From 5d8d7ce451cd255bffc06b1fa56693de6135b062 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 19 Nov 2024 16:35:52 +0100 Subject: [PATCH] Add keel to the badhouseplants-net --- .../applications/helmfile-badhouseplants.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/installations/applications/helmfile-badhouseplants.yaml b/installations/applications/helmfile-badhouseplants.yaml index 8fc48f0..aae2f05 100644 --- a/installations/applications/helmfile-badhouseplants.yaml +++ b/installations/applications/helmfile-badhouseplants.yaml @@ -25,6 +25,8 @@ repositories: oci: true - name: robjuz url: https://robjuz.github.io/helm-charts/ + - name: badhouseplants-helm + url: git+https://gitea.badhouseplants.net/badhouseplants/badhouseplants-helm@charts?ref=main releases: - name: funkwhale chart: ananace-charts/funkwhale @@ -102,3 +104,12 @@ releases: - template: default-env-values - template: default-env-secrets - template: ext-database + + - name: badhouseplants-net + chart: badhouseplants-helm/badhouseplants-net + namespace: production + values: + - deployAnnotations: + keel.sh/policy: force + keel.sh/trigger: poll + keel.sh/pollSchedule: "@every 10m"