mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(jitsi): Fix wrong parameter for jitsiPatchJVB tag
This commit is contained in:
committed by
Dominik Kaminski
parent
533c5040fa
commit
fb3fca2e7e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user