From 8cbf45df763670bf88457745bc45a0e1ea0d52d6 Mon Sep 17 00:00:00 2001
From: Dominik Kaminski <kaminski@univention.de>
Date: Wed, 16 Aug 2023 11:21:53 +0000
Subject: [PATCH] chore(release): 1.2.4 [skip ci]

## [1.2.4](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.3...v1.2.4) (2023-08-16)

### Bug Fixes

* **sovereign-workplace-jitsi:** Update README with OCI installation method ([c2a872a](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/commit/c2a872aa54122fd09925407096e17dc59e9cfe05))
---
 CHANGELOG.md                                |  7 +++++++
 charts/sovereign-workplace-jitsi/Chart.yaml |  2 +-
 charts/sovereign-workplace-jitsi/README.md  | 11 +++++++++--
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5196d03..aa80441 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.2.4](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.3...v1.2.4) (2023-08-16)
+
+
+### Bug Fixes
+
+* **sovereign-workplace-jitsi:** Update README with OCI installation method ([c2a872a](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/commit/c2a872aa54122fd09925407096e17dc59e9cfe05))
+
 ## [1.2.3](https://gitlab.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi/compare/v1.2.2...v1.2.3) (2023-08-16)
 
 
diff --git a/charts/sovereign-workplace-jitsi/Chart.yaml b/charts/sovereign-workplace-jitsi/Chart.yaml
index 7e70b0a..4d40772 100644
--- a/charts/sovereign-workplace-jitsi/Chart.yaml
+++ b/charts/sovereign-workplace-jitsi/Chart.yaml
@@ -20,5 +20,5 @@ keywords:
   - "networking"
 name: "sovereign-workplace-jitsi"
 type: "application"
-version: "1.2.3"
+version: "1.2.4"
 ...
diff --git a/charts/sovereign-workplace-jitsi/README.md b/charts/sovereign-workplace-jitsi/README.md
index d30a92d..7de3dbe 100644
--- a/charts/sovereign-workplace-jitsi/README.md
+++ b/charts/sovereign-workplace-jitsi/README.md
@@ -8,11 +8,18 @@ Deploy Jitsi with additional configuration for SWP.
 
 ## Installing the Chart
 
-To install the chart with the release name `my-release`:
+To install the chart with the release name `my-release`, you have two options:
 
+### Install via Repository
 ```console
 helm repo add sovereign-workplace-jitsi https://gitlab.souvap-univention.de/api/v4/projects/137/packages/helm/stable
-helm install my-release sovereign-workplace-jitsi/sovereign-workplace-jitsi
+helm install my-release --version  sovereign-workplace-jitsi/sovereign-workplace-jitsi
+```
+
+### Install via OCI Registry
+```console
+helm repo add sovereign-workplace-jitsi oci://registry.souvap-univention.de/souvap/tooling/charts/sovereign-workplace-jitsi
+helm install my-release --version  sovereign-workplace-jitsi/sovereign-workplace-jitsi
 ```
 
 ## Requirements
-- 
GitLab