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
Select Git revision
  • fix/tkaltenbrunner/oxmonitoring
  • jconde/selfservice-mail-trigger
  • main
  • skoenig/ums-provisioning-rules
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.7.6
  • v1.7.7
  • v1.7.8
  • v1.7.9
  • v1.8.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
41 results

Target

Select target project
  • bmi/opendesk/components/platform-development/charts/opendesk-otterize
1 result
Select Git revision
  • fix/tkaltenbrunner/oxmonitoring
  • jconde/selfservice-mail-trigger
  • main
  • skoenig/ums-provisioning-rules
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.7.6
  • v1.7.7
  • v1.7.8
  • v1.7.9
  • v1.8.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
41 results
Show changes
Commits on Source (2)
## [1.7.9](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize/compare/v1.7.8...v1.7.9) (2024-03-25)
### Bug Fixes
* **opendesk-otterize:** Allow OpenProject Seedter to call ldap-server ([592d975](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize/commit/592d9753df7100c16c1b087419d06e99dcadd229))
## [1.7.8](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize/compare/v1.7.7...v1.7.8) (2024-03-25) ## [1.7.8](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize/compare/v1.7.7...v1.7.8) (2024-03-25)
......
...@@ -17,5 +17,5 @@ name: "opendesk-otterize" ...@@ -17,5 +17,5 @@ name: "opendesk-otterize"
sources: sources:
- "https://gitlab.souvap-univention.de/souvap/tooling/charts/opendesk-otterize" - "https://gitlab.souvap-univention.de/souvap/tooling/charts/opendesk-otterize"
type: "application" type: "application"
version: "1.7.8" version: "1.7.9"
... ...
...@@ -14,14 +14,14 @@ To install the chart with the release name `my-release`, you have two options: ...@@ -14,14 +14,14 @@ To install the chart with the release name `my-release`, you have two options:
```console ```console
helm repo add opendesk-otterize https://gitlab.opencode.de/api/v4/projects/2293/packages/helm/stable helm repo add opendesk-otterize https://gitlab.opencode.de/api/v4/projects/2293/packages/helm/stable
helm install my-release --version 1.7.8 opendesk-otterize/opendesk-otterize helm install my-release --version 1.7.9 opendesk-otterize/opendesk-otterize
``` ```
### Install via OCI Registry ### Install via OCI Registry
```console ```console
helm repo add opendesk-otterize oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize helm repo add opendesk-otterize oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-otterize
helm install my-release --version 1.7.8 opendesk-otterize/opendesk-otterize helm install my-release --version 1.7.9 opendesk-otterize/opendesk-otterize
``` ```
## Requirements ## Requirements
......
...@@ -27,5 +27,8 @@ spec: ...@@ -27,5 +27,8 @@ spec:
{{- if .Values.apps.memcached.enabled }} {{- if .Values.apps.memcached.enabled }}
- name: {{ printf "%s.%s" "memcached" (coalesce .Values.apps.memcached.namespace .Release.Namespace) | quote }} - name: {{ printf "%s.%s" "memcached" (coalesce .Values.apps.memcached.namespace .Release.Namespace) | quote }}
{{- end }} {{- end }}
{{- if .Values.apps.univentionManagementStack.enabled }}
- name: {{ printf "%s.%s" "ums-ldap-server" (coalesce .Values.apps.univentionManagementStack.namespace .Release.Namespace) | quote }}
{{- end }}
... ...
{{- end }} {{- end }}

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.