From d7fadbae638b34a2a26c4389283bfa7df83c8885 Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Wed, 31 Jul 2024 23:57:49 +0200 Subject: [PATCH] fix(nubus): Keycloak Extensions wrong sender email --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 5 +++++ helmfile/environments/default/images.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index e8faffe4..d931c44f 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -135,6 +135,11 @@ nubusKeycloakExtensions: credentialSecret: name: "ums-keycloak-extensions-smtp-opendesk-credentials" key: "umcKeycloakExtensionsSmtpPassword" + handler: + appConfig: + logLevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"WARN"{{ end }} + newDeviceLoginSubject: "New device login on your {{ .Values.theme.texts.productName }} account" + mailFrom: "{{ .Values.smtp.localpartNoReply }}@{{ .Values.global.hosts.keycloak }}.{{ .Values.global.domain }}" nubusPortalListener: portalListener: diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 8029fcde..8401b4b8 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -566,7 +566,7 @@ images: # upstreamMirrorStartFrom: ["0", "0", "3"] registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/images-mirror/keycloak-handler" - tag: "0.6.1@sha256:d68850e93c2499b373d88a24ff358daa0c6983e5ff4c92be692898ca15b356c7" + tag: "0.9.1@sha256:4c8087cf871c1383a016c331a9687812d71ee6b6e1a899d241a1b887a1ec3702" nubusKeycloakExtensionProxy: # providerCategory: "Supplier" # providerResponsible: "Univention" @@ -576,7 +576,7 @@ images: # upstreamMirrorStartFrom: ["0", "0", "3"] registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/images-mirror/keycloak-proxy" - tag: "0.6.1@sha256:265fc4bb36c37430bc6a694a2f8c87ea4b80709b6ca770d5bc8c6013d9954cc5" + tag: "0.9.1@sha256:01e5e160799f30e85cccecd3dc4c50d4c296f5fa48c15c5e1d52d94ea63eb5f7" nubusLdapNotifier: # providerCategory: "Supplier" # providerResponsible: "Univention"