Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bmi/opendesk/components/platform-development/charts/opendesk-jitsi
1 result
Show changes
Commits on Source (2)
## [2.0.3](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v2.0.2...v2.0.3) (2024-11-13)
### Bug Fixes
* Ensure jitsi-jvb is restarted as well. ([fbeeed3](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/fbeeed33ab00a69f8dc1304fa18b2f9bff4785cc))
## [2.0.2](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v2.0.1...v2.0.2) (2024-11-12)
......
......@@ -21,5 +21,5 @@ keywords:
- "networking"
name: "opendesk-jitsi"
type: "application"
version: "2.0.2"
version: "2.0.3"
...
......@@ -13,13 +13,13 @@ To install the chart with the release name `my-release`, you have two options:
### Install via Repository
```console
helm repo add opendesk-jitsi https://gitlab.opencode.de/api/v4/projects/1377/packages/helm/stable
helm install my-release --version 2.0.2 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 2.0.3 opendesk-jitsi/opendesk-jitsi
```
### Install via OCI Registry
```console
helm repo add opendesk-jitsi oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi
helm install my-release --version 2.0.2 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 2.0.3 opendesk-jitsi/opendesk-jitsi
```
## Requirements
......
......@@ -93,6 +93,8 @@ data:
kubectl patch svc jitsi-jvb --type json --patch \
"[{ \"op\": \"replace\", \"path\": \"/spec/ports/0/targetPort\", \"value\": ${port} }]"
{{- end }}
# Ensure jitsi-jvb is restarted after changes above have been applied.
kubectl rollout restart deployment jitsi-jvb
# As the jitsi-web subchart does not realize when files in the folder /files/web are changed, we restart jitsi-web forcefully.
kubectl rollout restart deployment jitsi-web
{{- end }}
......
......@@ -32,7 +32,7 @@ rules:
- "get"
- "update"
- "patch"
# Get resources for jitsi-jvb
# Get resources for jitsi-jvb and restart deployment.
- apiGroups: ["apps"]
resources:
- "deployments"
......@@ -41,7 +41,7 @@ rules:
verbs:
- "get"
- "patch"
# Restart jitsi-web to pickup changes even when templated in one of the configMap files
# Restart jitsi-web deployment to pickup changes even when templated in one of the configMap files
- apiGroups: ["apps"]
resources:
- "deployments"
......

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.