fix(nextcloud): Update Chart to 3.6.1 and Image to 2.3.3 (including rollback to 29.0.8). Introducing setting for functional.filestore.sharing.external.sendPasswordMail

This commit is contained in:
Thorsten Roßner
2024-11-27 08:20:46 +01:00
parent f96942536f
commit 18fcaa0331
6 changed files with 19 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-nextcloud"
name: "opendesk-nextcloud"
version: "3.6.0"
version: "3.6.2"
verify: true
nextcloudManagement:
# providerCategory: "Platform"
@@ -252,7 +252,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-nextcloud"
name: "opendesk-nextcloud-management"
version: "3.6.0"
version: "3.6.2"
verify: true
nginx:
# providerCategory: "Community"

View File

@@ -2,10 +2,18 @@
# SPDX-License-Identifier: Apache-2.0
---
# This variable allows customization of helmfile releases by loading custom values file.
#
# **Warning**: Customizations are a very powerful tool to apply individual changes to your
# openDesk installation. As there are no limits set for what you use it, openDesk cannot
# support the configurations you are about to create using the customization-option. If you
# have the demand for a specific configuration, try to get it into the openDesk standard
# by creating a ticket at https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/issues
#
# Example:
# customization:
# release:
# collaboraOnline: /path/to/additional/file.yaml
# collaboraOnline:
# myCustomConfig: "/path/to/additional/file.yaml"
customization:
release:
# collabora

View File

@@ -45,6 +45,8 @@ functional:
enabled: false
# Enforces passwords to be used on external shares.
enforcePasswords: false
# Let Nextcloud send the password set for the share by mail to the recipient of the share.
sendPasswordMail: true
# Expiry settings for the external shares.
expiry:
# If true the check box for the expiry date is enabled by default.

View File

@@ -235,7 +235,7 @@ images:
# upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nextcloud"
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/images/opendesk-nextcloud"
tag: "2.3.2@sha256:6137eae6cf48d53e8072e57dbdde6ed555878d12a57c1b75c508ab93b3b227e3"
tag: "2.3.3@sha256:449ea2b0ed5031b8c08f00471f788ac248eb0cd33a60bbc6341098a4faf1fb78"
nextcloudExporter:
# providerCategory: "Platform"
# providerResponsible: "openDesk"