From 5a2564f575624ef35dd3318807116d16a4b1cfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20V=C3=A1radi?= Date: Fri, 31 Oct 2025 13:13:32 +0100 Subject: [PATCH] fix: Add missing keys to chart values file (#1401) --- charts/planka/Chart.yaml | 2 +- charts/planka/values.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 40e697ee..684a927c 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 1.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/planka/values.yaml b/charts/planka/values.yaml index 806a3369..b90aa339 100644 --- a/charts/planka/values.yaml +++ b/charts/planka/values.yaml @@ -27,6 +27,11 @@ existingSecretkeySecret: "" ## NOTE: When it's set, the `admin_username` and `admin_password` parameters are ignored existingAdminCredsSecret: "" +admin_email: "" +admin_password: "" +admin_name: "" +admin_username: "" + # Base url for PLANKA. Will override `ingress.hosts[0].host` # Defaults to `http://localhost:3000` if ingress is disabled. baseUrl: ""