From 45cc1d73a70ba568638999644d57ebfc95bd9c82 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 17 May 2021 05:40:10 +0100 Subject: [PATCH] Update element --- manifests/matrix_chart/matrix_chart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index e10b5d0..6abacb3 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -98,18 +98,19 @@ spec: - feature_bridge_state - feature_presence_in_room_list - feature_custom_themes + - feature_new_spinner # Servers to show in the Explore menu (the current server is always shown) roomDirectoryServers: [] # Prefix before permalinks generated when users share links to rooms, users, or messages. If running an unfederated Synapse, set the below to the URL of your Riot instance. permalinkPrefix: "https://chat.cluster.fun" image: repository: "vectorim/riot-web" - tag: v1.7.18 + tag: v1.7.27 pullPolicy: IfNotPresent service: type: ClusterIP port: 80 - replicaCount: 1 + replicaCount: 2 resources: {} # Settings for Coturn TURN relay, used for routing voice calls