From 955f17ef8bb72459beb536cdcf6b502b16eabbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Sat, 1 Feb 2025 14:18:54 +0100 Subject: [PATCH] fix(nubus): Disable unused notification feature --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 1 + helmfile/environments/default/images.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 3a760fbc..223ac430 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -377,6 +377,7 @@ nubusGuardian: imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} nubusNotificationsApi: + enabled: false additionalAnnotations: intents.otterize.com/service-name: "ums-notifications-api" containerSecurityContext: diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 1fde8f0a..25b92fa8 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -576,7 +576,7 @@ images: # upstreamRepository: "nubus/images/portal-frontend" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus-portal-update" - tag: "1.10.13@sha256:2f84f50af5d6ed31587e5ea9d043c9c30599d91350e13ea1ca31c9c9737a32cc" + tag: "1.10.14@sha256:fbdec057958fd7e728431cf96896b8453c2f5b390ce3d2f169a7766f49926b1b" nubusPortalServer: # providerCategory: "Supplier" # providerResponsible: "Univention"