diff --git a/charts/sovereign-workplace-jitsi/README.md.gotmpl.tpl b/charts/sovereign-workplace-jitsi/README.md.gotmpl.tpl index 3475d98f4814b10355daa1f6fb33e3bec4743272..9376496c4c6e6ae8393785d055b64678cca69e07 100644 --- a/charts/sovereign-workplace-jitsi/README.md.gotmpl.tpl +++ b/charts/sovereign-workplace-jitsi/README.md.gotmpl.tpl @@ -7,11 +7,18 @@ SPDX-License-Identifier: Apache-2.0 ## 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 ${CI_PROJECT_NAME} ${CI_SERVER_PROTOCOL}://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/helm/stable -helm install my-release ${CI_PROJECT_NAME}/{{ template "chart.name" . }} +helm install my-release --version ${RELEASE_VERSION} ${CI_PROJECT_NAME}/{{ template "chart.name" . }} +``` + +### Install via OCI Registry +```console +helm repo add ${CI_PROJECT_NAME} oci://${CI_REGISTRY_IMAGE} +helm install my-release --version ${RELEASE_VERSION} ${CI_PROJECT_NAME}/{{ template "chart.name" . }} ``` {{ template "chart.requirementsSection" . }}