From 4b53d10d7e631596ad79685739f50f8597d5e34a Mon Sep 17 00:00:00 2001 From: Serge Tkatchouk Date: Fri, 24 Nov 2023 13:21:41 +0200 Subject: [PATCH] Update to Jitsi Meet stable-9111 --- Chart.lock | 6 +++--- Chart.yaml | 6 +++--- charts/prosody/Chart.yaml | 4 ++-- values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Chart.lock b/Chart.lock index 060029d..12f5ed9 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: prosody repository: "" - version: '*' -digest: sha256:aea73e9baeb6190dba95a8d779740da480315a0fabc904a32361240da182e864 -generated: "2023-08-31T17:13:59.329602+03:00" + version: 1.3.8 +digest: sha256:8549f27c64c019abc181a2e3118c56a6587b018da9ef12f02a24cfee8e39faf5 +generated: "2023-11-24T13:21:04.8344+02:00" diff --git a/Chart.yaml b/Chart.yaml index 1a7d543..3d4b8c0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,13 +14,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.3.7 +version: 1.3.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: stable-8719 +appVersion: stable-9111 dependencies: - name: prosody condition: prosody.enabled - version: 1.3.7 + version: 1.3.8 diff --git a/charts/prosody/Chart.yaml b/charts/prosody/Chart.yaml index 450f84c..ccfa492 100644 --- a/charts/prosody/Chart.yaml +++ b/charts/prosody/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.3.7 +version: 1.3.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: stable-8719 +appVersion: stable-9111 diff --git a/values.yaml b/values.yaml index d512fd5..02d502d 100644 --- a/values.yaml +++ b/values.yaml @@ -380,4 +380,4 @@ prosody: # name: '{{ include "prosody.fullname" . }}-jibri' image: repository: jitsi/prosody - tag: 'stable-8719' + tag: 'stable-9111'