mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(helmfile): Streamline functional.yaml. *Upgrade notice:* If you set a non default value for .Values.portal.enableDeploymentInformation please change it to .Values.admin.portal.deploymentInformation.enabled with this version.
This commit is contained in:
@@ -674,7 +674,7 @@ stack-data-swp:
|
|||||||
|
|
||||||
stackDataSwp:
|
stackDataSwp:
|
||||||
udmApiPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote }}
|
udmApiPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote }}
|
||||||
{{- if .Values.portal.enableDeploymentInformation }}
|
{{- if .Values.admin.portal.deploymentInformation.enabled }}
|
||||||
systemInformation:
|
systemInformation:
|
||||||
deployDate: "Deployed: {{ now | date "2006-01-02T15:04:05-0700" }}"
|
deployDate: "Deployed: {{ now | date "2006-01-02T15:04:05-0700" }}"
|
||||||
releaseVersion: "Release: {{ .Values.global.systemInformation.releaseVersion }}"
|
releaseVersion: "Release: {{ .Values.global.systemInformation.releaseVersion }}"
|
||||||
|
|||||||
@@ -11,13 +11,16 @@ authentication:
|
|||||||
externalServices:
|
externalServices:
|
||||||
nubus:
|
nubus:
|
||||||
udmRestApi:
|
udmRestApi:
|
||||||
# Set to 'true' if you don't want to make the UDM REST API from the Nubus stack externally available
|
# Enable to make the UDM REST API from the Nubus stack externally available.
|
||||||
enabled: false
|
enabled: false
|
||||||
matrix:
|
matrix:
|
||||||
federation:
|
federation:
|
||||||
|
# Disable to not support Matrix federation with your installation.
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
admin:
|
||||||
portal:
|
portal:
|
||||||
# Display deployment release and date in portal for admins.
|
deploymentInformation:
|
||||||
enableDeploymentInformation: true
|
# Disable to not provide and update openDesk release version and deployment timestamp for admins in the portal.
|
||||||
|
enabled: true
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user