From 35afb429320b4df1ca2c8b269bd92eea0704c62e Mon Sep 17 00:00:00 2001 From: Boekhorst Date: Wed, 12 Nov 2025 09:57:59 +0100 Subject: [PATCH] feat(nextcloud): Add bfp to nc-management-values.yaml --- helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl | 3 ++- .../apps/nextcloud/values-nextcloud-management.yaml.gotmpl | 4 ++++ helmfile/environments/default/images.yaml.gotmpl | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl b/helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl index 42b18d5f..5668e3b0 100644 --- a/helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl +++ b/helmfile/apps/nextcloud/helmfile-child.yaml.gotmpl @@ -21,7 +21,8 @@ repositories: releases: - name: "opendesk-nextcloud-management" - chart: "nextcloud-repo/{{ .Values.charts.nextcloudManagement.name }}" + #chart: "nextcloud-repo/{{ .Values.charts.nextcloudManagement.name }}" + chart: "git+https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-nextcloud@b1-boekhorst/feat_add_bruteforceapp_settings_toggle?ref=charts/opendesk-nextcloud-management" version: "{{ .Values.charts.nextcloudManagement.version }}" values: - "values-nextcloud-management.yaml.gotmpl" diff --git a/helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl b/helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl index 9f9c02c3..968ffd03 100644 --- a/helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl +++ b/helmfile/apps/nextcloud/values-nextcloud-management.yaml.gotmpl @@ -69,6 +69,10 @@ configuration: enabled: {{ gt .Values.replicas.nextcloudNotifyPush 0 }} spreed: enabled: false + bruteForceProtection: + enabled: true + settings: + enabled: false comments: enabled: false circles: diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 20da9f04..ef33a969 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -330,7 +330,8 @@ 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.10.12@sha256:8a4cd73fdceb1da2c58a22a85d605eba575a2b1487e3927ab1971c9f1120549a" + #tag: "2.10.12@sha256:8a4cd73fdceb1da2c58a22a85d605eba575a2b1487e3927ab1971c9f1120549a" + tag: "boekhorst_bruteforcesettingsapp_toggle" nextcloudExporter: # providerCategory: "Platform" # providerResponsible: "openDesk"