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)
# [1.8.0](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v1.7.9...v1.8.0) (2024-07-02)
### Features
* **opendesk-jitsi:** Add extraVolumes and extraVolumeMounts option ([5aab2a2](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/5aab2a2501907c94a078ff0a3aa6e0492729d8a4))
## [1.7.9](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v1.7.8...v1.7.9) (2024-05-17)
......
......@@ -20,5 +20,5 @@ keywords:
- "networking"
name: "opendesk-jitsi"
type: "application"
version: "1.7.9"
version: "1.8.0"
...
......@@ -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 1.7.9 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 1.8.0 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 1.7.9 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 1.8.0 opendesk-jitsi/opendesk-jitsi
```
## Requirements
......@@ -45,6 +45,8 @@ helm install my-release --version 1.7.9 opendesk-jitsi/opendesk-jitsi
| containerSecurityContext.runAsUser | int | `1993` | Process user id. |
| containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| extraEnvVars | list | `[]` | Array with extra environment variables to add to containers. extraEnvVars: - name: FOO value: "bar" |
| extraVolumeMounts | list | `[]` | Optionally specify extra list of additional volumeMounts. |
| extraVolumes | list | `[]` | Optionally specify extra list of additional volumes |
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources. |
| global.domain | string | `"souvap-univention.de"` | The Top-Level-Domain (TLD) name which is used in f.e. in Ingress component. |
| global.hosts.keycloak | string | `"id"` | Subdomain for Keycloak, results in "https://{{ keycloak }}.{{ domain }}". |
......
......@@ -121,6 +121,9 @@ spec:
subPath: context.ts
- name: "tmp"
mountPath: "/tmp"
{{- if .Values.extraVolumeMounts }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" .) | nindent 12 }}
{{- end }}
volumes:
- name: jitsi-keycloak-adapter-swp
configMap:
......@@ -130,4 +133,8 @@ spec:
path: context.ts
- name: "tmp"
emptyDir: {}
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" .) | nindent 8 }}
{{- end }}
...
......@@ -76,6 +76,12 @@ containerSecurityContext:
#
extraEnvVars: []
# -- Optionally specify extra list of additional volumes
extraVolumes: []
# -- Optionally specify extra list of additional volumeMounts.
extraVolumeMounts: []
# -- Provide a name to substitute for the full names of resources.
fullnameOverride: ""
......

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.