fix(univention-management-stack): Add Otterize annotations for jobs

This commit is contained in:
Dominik Kaminski
2023-11-30 13:43:35 +01:00
parent c8bc8b3172
commit 2628a0e13e
5 changed files with 8 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ releases:
# dependencyType=vendor
- name: "jitsi"
chart: "jitsi-repo/sovereign-workplace-jitsi"
version: "1.7.1"
version: "1.7.2-feat-jitsi-app-id"
values:
- "values-jitsi.gotmpl"
installed: {{ .Values.jitsi.enabled }}

View File

@@ -91,7 +91,7 @@ releases:
# dependencyType=service
- name: "opendesk-otterize"
chart: "opendesk-otterize-repo/opendesk-otterize"
version: "1.1.1"
version: "1.1.2"
values:
- "values-otterize.gotmpl"
installed: {{ .Values.security.otterizeIntents.enabled }}

View File

@@ -101,7 +101,7 @@ releases:
# dependencyType=vendor
- name: "ums-stack-data-ums"
chart: "ums-repo/stack-data-ums"
version: "0.36.0"
version: "0.37.0"
values:
- "values-common.gotmpl"
- "values-common.yaml"
@@ -116,7 +116,7 @@ releases:
# dependencyType=vendor
- name: "ums-stack-data-swp"
chart: "ums-repo/stack-data-swp"
version: "0.36.0"
version: "0.37.0"
values:
- "values-common.gotmpl"
- "values-common.yaml"

View File

@@ -11,4 +11,6 @@ stackDataContext:
oxDefaultContext: "10"
smtpStartTls: true
additionalAnnotations:
intents.otterize.com/service-name: "ums-stack-data-swp"
...

View File

@@ -12,4 +12,6 @@ stackDataContext:
# The openDesk configuration brings its own UMC policies.
installUmcPolicies: false
additionalAnnotations:
intents.otterize.com/service-name: "ums-stack-data-ums"
...