diff --git a/src/main/resources/jitsi/web-config-deployment.yaml b/src/main/resources/jitsi/web-config-deployment.yaml index eef7f25..a7996cf 100644 --- a/src/main/resources/jitsi/web-config-deployment.yaml +++ b/src/main/resources/jitsi/web-config-deployment.yaml @@ -25,7 +25,7 @@ spec: - name: jitsi-meet securityContext: {} - image: domaindrivenarchitecture/c4k-jitsi-web + image: jitsi/web:stable-10008 imagePullPolicy: IfNotPresent envFrom: - configMapRef: diff --git a/src/main/resources/jitsi/web-config-envs-cm.yaml b/src/main/resources/jitsi/web-config-envs-cm.yaml index aa380f0..0e78825 100644 --- a/src/main/resources/jitsi/web-config-envs-cm.yaml +++ b/src/main/resources/jitsi/web-config-envs-cm.yaml @@ -16,7 +16,6 @@ data: RESOLUTION_MIN: "240" RESOLUTION_WIDTH: "853" RESOLUTION_WIDTH_MIN: "427" - DISABLE_AUDIO_LEVELS: "true" + DISABLE_AUDIO_LEVELS: true ETHERPAD_PUBLIC_URL: REPLACE_ME - WHITEBOARD_ENABLED: "true" WHITEBOARD_COLLAB_SERVER_PUBLIC_URL: REPLACE_ME \ No newline at end of file