update ox-connector

This commit is contained in:
Marius Meschter
2025-09-10 14:02:24 +02:00
parent ba77f2b11c
commit e7c3988423
2 changed files with 7 additions and 6 deletions

View File

@@ -46,8 +46,9 @@ oxConnector:
oxImapServer: "imap://127.0.0.1:143" oxImapServer: "imap://127.0.0.1:143"
oxLocalTimezone: "Europe/Berlin" oxLocalTimezone: "Europe/Berlin"
oxLanguage: "de_DE" oxLanguage: "de_DE"
oxMasterAdmin: "admin" auth:
oxMasterPassword: {{ .Values.secrets.oxAppSuite.adminPassword | quote }} username: "admin"
password: {{ .Values.secrets.oxAppSuite.adminPassword | quote }}
oxSmtpServer: "smtp://127.0.0.1:587" oxSmtpServer: "smtp://127.0.0.1:587"
oxSoapServer: "http://open-xchange-core-mw-admin" oxSoapServer: "http://open-xchange-core-mw-admin"

View File

@@ -414,11 +414,11 @@ charts:
# upstreamRepository: "nubus/charts/ox-connector" # upstreamRepository: "nubus/charts/ox-connector"
# upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$' # upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$'
# upstreamMirrorStartFrom: ["0", "4", "2"] # upstreamMirrorStartFrom: ["0", "4", "2"]
registry: "registry.opencode.de" registry: "artifacts.software-univention.de/nubus-dev/charts"
repository: "bmi/opendesk/components/supplier/univention/charts-mirror" repository: "nubus-dev/charts/ox-connector"
name: "ox-connector" name: "ox-connector"
version: "0.27.9" version: "0.28.0-pre-mmeschter-secrets-refactor"
verify: true verify: false
postfix: postfix:
# providerCategory: "Platform" # providerCategory: "Platform"
# providerResponsible: "openDesk" # providerResponsible: "openDesk"