From 7a145315f9768f5b5606a1b951f7f07f8a8a7673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Tue, 2 Jan 2024 09:13:33 +0100 Subject: [PATCH] fix(helmfile): Merge fix values filename for Jitsi --- helmfile/apps/jitsi/helmfile.yaml | 2 +- .../jitsi/{values-jitsi.gotmpl => values-jitsi.yaml.gotmpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename helmfile/apps/jitsi/{values-jitsi.gotmpl => values-jitsi.yaml.gotmpl} (100%) diff --git a/helmfile/apps/jitsi/helmfile.yaml b/helmfile/apps/jitsi/helmfile.yaml index b5da7f77..e46c79da 100644 --- a/helmfile/apps/jitsi/helmfile.yaml +++ b/helmfile/apps/jitsi/helmfile.yaml @@ -20,7 +20,7 @@ releases: chart: "jitsi-repo/{{ .Values.charts.jitsi.name }}" version: "{{ .Values.charts.jitsi.version }}" values: - - "values-jitsi.gotmpl" + - "values-jitsi.yaml.gotmpl" installed: {{ .Values.jitsi.enabled }} timeout: 900 diff --git a/helmfile/apps/jitsi/values-jitsi.gotmpl b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl similarity index 100% rename from helmfile/apps/jitsi/values-jitsi.gotmpl rename to helmfile/apps/jitsi/values-jitsi.yaml.gotmpl