From 06c2bb30f2afad1a618b0eaa5360eccc22ee0de5 Mon Sep 17 00:00:00 2001 From: Boekhorst Date: Thu, 27 Nov 2025 10:17:06 +0100 Subject: [PATCH] fix(nc): Lenght must be medium for htpasswd --- helmfile/environments/default/charts.yaml.gotmpl | 2 +- helmfile/environments/default/images.yaml.gotmpl | 3 ++- helmfile/environments/default/secrets.yaml.gotmpl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helmfile/environments/default/charts.yaml.gotmpl b/helmfile/environments/default/charts.yaml.gotmpl index c6c1f278..f10522a5 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -269,7 +269,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-nextcloud" name: "opendesk-nextcloud-notifypush" - version: "opendesk-nextcloud-aio-d4468dcd5-xhqlh" + version: "4.5.0-b1-boekhorst-combined-testing-encryption-bfp" verify: true nginx: # providerCategory: "Community" diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index bb3e3bf6..4d229d11 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.11.0-b1-boekhorst-fix-basicauth-statusphp@sha256:806e2e126582de002eabaf7a12705839e72bff04db3aca4bc6f8f4c86a7664e6" + #tag: "2.11.0-b1-boekhorst-fix-basicauth-statusphp@sha256:fa02cfc19053b5c7e32a25d667bdd4b20b77b757b4a12c323d3e9d298bd0046d" + tag: "boekhorst_fix_nginx_basic_auth_4" nextcloudExporter: # providerCategory: "Platform" # providerResponsible: "openDesk" diff --git a/helmfile/environments/default/secrets.yaml.gotmpl b/helmfile/environments/default/secrets.yaml.gotmpl index 994e58f2..528e5a8a 100644 --- a/helmfile/environments/default/secrets.yaml.gotmpl +++ b/helmfile/environments/default/secrets.yaml.gotmpl @@ -101,7 +101,7 @@ secrets: nextcloud: adminPassword: {{ derivePassword 1 "long" (env "MASTER_PASSWORD" | default "sovereign-workplace") "nextcloud" "nextcloud_admin_user" | sha1sum | quote }} metricsToken: {{ derivePassword 1 "long" (env "MASTER_PASSWORD" | default "sovereign-workplace") "nextcloud" "metricsToken" | sha1sum | quote }} - statusPassword: {{ derivePassword 1 "long" (env "MASTER_PASSWORD" | default "sovereign-workplace") "nextcloud" "nextcloud_status_user" | sha1sum | quote }} + statusPassword: {{ derivePassword 1 "medium" (env "MASTER_PASSWORD" | default "sovereign-workplace") "nextcloud" "nextcloud_status_user" | sha1sum | quote }} openproject: adminPassword: {{ derivePassword 1 "long" (env "MASTER_PASSWORD" | default "sovereign-workplace") "openproject" "openproject_admin_user" | sha1sum | quote }} apiAdminUsername: {{ derivePassword 1 "long" (env "MASTER_PASSWORD" | default "sovereign-workplace") "openproject" "openproject_api_admin_username" | sha1sum | quote }}