From fb3fca2e7ee8dbb22a0622f86953fcfdb9934864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Thu, 20 Jul 2023 10:59:51 +0200 Subject: [PATCH] fix(jitsi): Fix wrong parameter for jitsiPatchJVB tag --- helmfile/apps/jitsi/values-jitsi.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/jitsi/values-jitsi.gotmpl b/helmfile/apps/jitsi/values-jitsi.gotmpl index 58f77f5b..6772df85 100644 --- a/helmfile/apps/jitsi/values-jitsi.gotmpl +++ b/helmfile/apps/jitsi/values-jitsi.gotmpl @@ -112,7 +112,7 @@ patchJVB: image: registry: "{{ .Values.global.imageRegistry }}" repository: "{{ .Values.images.jitsiPatchJVB.repository }}" - tag: "{{ .Values.images.jitsiPatchJVB.v20230425 }}" + tag: "{{ .Values.images.jitsiPatchJVB.tag }}" replicaCount: {{ .Values.replicas.jitsiKeycloakAdapter }} resources: