mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af9caea726 | ||
|
|
b39986907c |
@@ -1,3 +1,10 @@
|
|||||||
|
## [0.5.18](https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/deployment/sovereign-workplace/compare/v0.5.17...v0.5.18) (2023-10-28)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **xwiki:** Switch to Alpine/Jetty slim image ([b399869](https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/deployment/sovereign-workplace/commit/b39986907cece3cec06012531a55b2699d131f90))
|
||||||
|
|
||||||
## [0.5.17](https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/deployment/sovereign-workplace/compare/v0.5.16...v0.5.17) (2023-10-28)
|
## [0.5.17](https://gitlab.opencode.de/bmi/souveraener_arbeitsplatz/deployment/sovereign-workplace/compare/v0.5.16...v0.5.17) (2023-10-28)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ repositories:
|
|||||||
releases:
|
releases:
|
||||||
- name: "xwiki"
|
- name: "xwiki"
|
||||||
chart: "xwiki-repo/xwiki"
|
chart: "xwiki-repo/xwiki"
|
||||||
version: "1.1.3"
|
version: "1.2.3"
|
||||||
wait: true
|
wait: true
|
||||||
values:
|
values:
|
||||||
- "values.yaml"
|
- "values.yaml"
|
||||||
|
|||||||
@@ -1,6 +1,31 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
---
|
---
|
||||||
|
containerSecurityContext:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
customConfigs:
|
||||||
|
xwiki.cfg:
|
||||||
|
xwiki.url.protocol: "https"
|
||||||
|
## Indicate the LDAP field defining the user UID
|
||||||
|
# xwiki.authentication.ldap.UID_attr: "uid"
|
||||||
|
## Indicate the LDAP field defining the user profile picture
|
||||||
|
# xwiki.authentication.ldap.photo_attribute: "jpegPhoto"
|
||||||
|
## Enable the synchronization of the LDAP profile picture
|
||||||
|
# xwiki.authentication.ldap.update_photo: 1
|
||||||
|
|
||||||
|
xwiki.properties:
|
||||||
|
oidc.scope: "openid,profile,email,address,phoenix"
|
||||||
|
oidc.endpoint.userinfo.method: "GET"
|
||||||
|
oidc.user.nameFormater: "${oidc.user.phoenixusername._lowerCase}"
|
||||||
|
oidc.user.subjectFormater: "${oidc.user.subject}"
|
||||||
|
# yamllint disable-line rule:line-length
|
||||||
|
oidc.userinfoclaims: "xwiki_user_accessibility,xwiki_user_company,xwiki_user_displayHiddenDocuments,xwiki_user_editor,xwiki_user_usertype"
|
||||||
|
oidc.clientid: "xwiki"
|
||||||
|
oidc.endpoint.token.auth_method: "client_secret_basic"
|
||||||
|
oidc.skipped: false
|
||||||
|
oidc.logoutMechanism: "rpInitiated"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
@@ -15,9 +40,8 @@ ingress:
|
|||||||
istio:
|
istio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
service:
|
mariadb:
|
||||||
externalPort: 80
|
enabled: false
|
||||||
enabled: true
|
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -25,14 +49,11 @@ mysql:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
mariadb:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.colorTheme": "FlamingoThemes.Iceberg"
|
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.colorTheme": "FlamingoThemes.Iceberg"
|
||||||
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.default_language": "de_DE"
|
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.default_language": "de"
|
||||||
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.timezone": "Europe/Berlin"
|
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.timezone": "Europe/Berlin"
|
||||||
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.languages": "de_DE"
|
"property:xwiki:XWiki.XWikiPreferences^XWiki.XWikiPreferences.languages": "de"
|
||||||
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.link-color": "@brand-primary"
|
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.link-color": "@brand-primary"
|
||||||
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.btn-primary-bg": "@brand-primary"
|
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.btn-primary-bg": "@brand-primary"
|
||||||
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.navbar-default-color": "@brand-primary"
|
"property:xwiki:FlamingoThemes.Iceberg^FlamingoThemesCode.ThemeClass.navbar-default-color": "@brand-primary"
|
||||||
@@ -62,25 +83,13 @@ properties:
|
|||||||
# "property:xwiki:LDAPUserImport.WebHome^LDAPUserImport.LDAPUserImportConfigClass.ldapGroupImportSearchFilter":
|
# "property:xwiki:LDAPUserImport.WebHome^LDAPUserImport.LDAPUserImportConfigClass.ldapGroupImportSearchFilter":
|
||||||
# "(&(objectClass=opendeskKnowledgemanagementGroup)(opendeskKnowledgemanagementEnabled=TRUE))"
|
# "(&(objectClass=opendeskKnowledgemanagementGroup)(opendeskKnowledgemanagementEnabled=TRUE))"
|
||||||
|
|
||||||
customConfigs:
|
securityContext:
|
||||||
xwiki.cfg:
|
enabled: true
|
||||||
xwiki.url.protocol: "https"
|
|
||||||
## Indicate the LDAP field defining the user UID
|
|
||||||
# xwiki.authentication.ldap.UID_attr: "uid"
|
|
||||||
## Indicate the LDAP field defining the user profile picture
|
|
||||||
# xwiki.authentication.ldap.photo_attribute: "jpegPhoto"
|
|
||||||
## Enable the synchronization of the LDAP profile picture
|
|
||||||
# xwiki.authentication.ldap.update_photo: 1
|
|
||||||
|
|
||||||
xwiki.properties:
|
service:
|
||||||
oidc.scope: "openid,profile,email,address,phoenix"
|
externalPort: 80
|
||||||
oidc.endpoint.userinfo.method: "GET"
|
enabled: true
|
||||||
oidc.user.nameFormater: "${oidc.user.phoenixusername._lowerCase}"
|
|
||||||
oidc.user.subjectFormater: "${oidc.user.subject}"
|
volumePermissions:
|
||||||
# yamllint disable-line rule:line-length
|
enabled: true
|
||||||
oidc.userinfoclaims: "xwiki_user_accessibility,xwiki_user_company,xwiki_user_displayHiddenDocuments,xwiki_user_editor,xwiki_user_usertype"
|
|
||||||
oidc.clientid: "xwiki"
|
|
||||||
oidc.endpoint.token.auth_method: "client_secret_basic"
|
|
||||||
oidc.skipped: false
|
|
||||||
oidc.logoutMechanism: "rpInitiated"
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -268,13 +268,12 @@ images:
|
|||||||
tag: "1.25.2-bookworm@sha256:9504f3f64a3f16f0eaf9adca3542ff8b2a6880e6abfb13e478cca23f6380080a"
|
tag: "1.25.2-bookworm@sha256:9504f3f64a3f16f0eaf9adca3542ff8b2a6880e6abfb13e478cca23f6380080a"
|
||||||
# @supplier: "Element"
|
# @supplier: "Element"
|
||||||
xwiki:
|
xwiki:
|
||||||
|
repository: "xwikisas/swp/xwiki"
|
||||||
|
tag: "0.11-mariadb-jetty-alpine@sha256:a334e18d171458ed41ef356e82580561f48b0edf60b4979dc4ed9503eb497c59"
|
||||||
|
# @supplier: "XWiki"
|
||||||
|
xwikiTomcat:
|
||||||
|
# This is legacy and not part of the standard deployment.
|
||||||
repository: "xwikisas/swp/xwiki"
|
repository: "xwikisas/swp/xwiki"
|
||||||
tag: "0.10-mariadb-tomcat@sha256:02f0ff6407ccdd8dab17814202e28991fe0aa8d44fa106ba171cff5249eaf58f"
|
tag: "0.10-mariadb-tomcat@sha256:02f0ff6407ccdd8dab17814202e28991fe0aa8d44fa106ba171cff5249eaf58f"
|
||||||
# @supplier: "XWiki"
|
# @supplier: "XWiki"
|
||||||
xwikiJetty:
|
|
||||||
# This is a preview and not part of the standard deployment.
|
|
||||||
repository: "xwikisas/swp/xwiki"
|
|
||||||
tag: "0.11-SNAPSHOT-mariadb-jetty-alpine"
|
|
||||||
# @supplier: "XWiki"
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user