[PR #1401] [MERGED] fix: Add missing keys to chart values file #1287

Closed
opened 2026-02-04 22:01:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1401
Author: @varadiistvan
Created: 10/25/2025
Status: Merged
Merged: 10/31/2025
Merged by: @meltyshev

Base: masterHead: master


📝 Commits (2)

  • 580d706 fix: Add missing keys to chart values file
  • f185ce5 chore: Reorder keys for consistency, bump version

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 charts/planka/Chart.yaml (+1 -1)
📝 charts/planka/values.yaml (+5 -0)

📄 Description

Without a username and email, you can not log into the account. While they were being silently used in the template already, there was no indication of it.

I chose not to populate these from the secret, as it would be a breaking change to people that now manually specify it

It would also probably be nicer to separate the whole admin section, but that is a breaking change as well


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1401 **Author:** [@varadiistvan](https://github.com/varadiistvan) **Created:** 10/25/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`580d706`](https://github.com/plankanban/planka/commit/580d7063b27417ea0720d0a6c8d3ed551ce91d6b) fix: Add missing keys to chart values file - [`f185ce5`](https://github.com/plankanban/planka/commit/f185ce5425c957550f7f829781efee72f55565cc) chore: Reorder keys for consistency, bump version ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/planka/Chart.yaml` (+1 -1) 📝 `charts/planka/values.yaml` (+5 -0) </details> ### 📄 Description Without a username and email, you can not log into the account. While they were being silently used in the template already, there was no indication of it. I chose not to populate these from the secret, as it would be a breaking change to people that now manually specify it It would also probably be nicer to separate the whole admin section, but that is a breaking change as well --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:01:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1287