From 4f5c1965cedd3f08ee01f2a1bb4a5590c0d6d473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 11 Sep 2025 11:05:14 +0200 Subject: [PATCH] fix: Don't allow empty passwords --- values/matomo/values/values-prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values/matomo/values/values-prod.yaml b/values/matomo/values/values-prod.yaml index f74c5b0b..3870bebc 100644 --- a/values/matomo/values/values-prod.yaml +++ b/values/matomo/values/values-prod.yaml @@ -92,7 +92,7 @@ customPostInitScripts: {} ## @param allowEmptyPassword Allow DB blank passwords ## ref: https://github.com/bitnami/containers/tree/main/bitnami/matomo#environment-variables ## -allowEmptyPassword: true +allowEmptyPassword: false ## @param command Override default container command (useful when using custom images) ## command: [] @@ -601,7 +601,7 @@ mariadb: ## ref: https://github.com/bitnami/containers/blob/main/bitnami/mariadb/README.md#creating-a-database-user-on-first-run ## username: bn_matomo - password: "mylove" + password: "" primary: ## Enable persistence using Persistent Volume Claims ## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/ @@ -663,7 +663,7 @@ externalDatabase: user: bn_matomo password: "" database: bitnami_matomo - existingSecret: "matomo-mariadb" + existingSecret: matomo-mariadb ## @section Volume Permissions parameters ##