From b8518d04902fb0772a3a8d5ccebe7f02903baeaf Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 4 May 2025 13:53:56 +0200 Subject: [PATCH] Migrate to helmfile v1 Signed-off-by: Nikolai Rodionov --- common/{templates.yaml => templates.gotmpl} | 0 helmfiles/applications.yaml | 2 +- helmfiles/badhouseplants-applications.yaml | 2 +- helmfiles/base.yaml | 2 +- helmfiles/databases.yaml | 2 +- helmfiles/etersoft-applications.yaml | 2 +- helmfiles/monitoring.yaml | 2 +- helmfiles/pipelines.yaml | 2 +- helmfiles/platform.yaml | 2 +- helmfiles/system.yaml | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) rename common/{templates.yaml => templates.gotmpl} (100%) diff --git a/common/templates.yaml b/common/templates.gotmpl similarity index 100% rename from common/templates.yaml rename to common/templates.gotmpl diff --git a/helmfiles/applications.yaml b/helmfiles/applications.yaml index aeda4c4..7c3bedf 100644 --- a/helmfiles/applications.yaml +++ b/helmfiles/applications.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: gitea diff --git a/helmfiles/badhouseplants-applications.yaml b/helmfiles/badhouseplants-applications.yaml index 1ab4557..0dadc28 100644 --- a/helmfiles/badhouseplants-applications.yaml +++ b/helmfiles/badhouseplants-applications.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: gitea diff --git a/helmfiles/base.yaml b/helmfiles/base.yaml index 9d3c55a..e9e7008 100644 --- a/helmfiles/base.yaml +++ b/helmfiles/base.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl releases: # -- This one must be executed with --take-ownership at least once diff --git a/helmfiles/databases.yaml b/helmfiles/databases.yaml index b6de446..15a1c24 100644 --- a/helmfiles/databases.yaml +++ b/helmfiles/databases.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: bitnami diff --git a/helmfiles/etersoft-applications.yaml b/helmfiles/etersoft-applications.yaml index 4e5422a..e005cb5 100644 --- a/helmfiles/etersoft-applications.yaml +++ b/helmfiles/etersoft-applications.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: allangers-charts url: ghcr.io/allanger/allangers-charts diff --git a/helmfiles/monitoring.yaml b/helmfiles/monitoring.yaml index bb6946d..fe778d6 100644 --- a/helmfiles/monitoring.yaml +++ b/helmfiles/monitoring.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: bedag diff --git a/helmfiles/pipelines.yaml b/helmfiles/pipelines.yaml index a08fee5..24bf99c 100644 --- a/helmfiles/pipelines.yaml +++ b/helmfiles/pipelines.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: woodpecker diff --git a/helmfiles/platform.yaml b/helmfiles/platform.yaml index 8aa8130..7e0451a 100644 --- a/helmfiles/platform.yaml +++ b/helmfiles/platform.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: keel diff --git a/helmfiles/system.yaml b/helmfiles/system.yaml index 1fcec55..6d9aa1f 100644 --- a/helmfiles/system.yaml +++ b/helmfiles/system.yaml @@ -1,5 +1,5 @@ bases: - - ../common/templates.yaml + - ../common/templates.gotmpl repositories: - name: coredns