[PR #695] [MERGED] feat: Ensure container can run with readOnlyRootFilesystem #1072

Closed
opened 2026-02-04 21:48:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/695
Author: @stxm
Created: 4/9/2024
Status: Merged
Merged: 4/10/2024
Merged by: @meltyshev

Base: masterHead: emptydir


📝 Commits (2)

  • afb3a54 feat: Ensure container can run with readOnlyRootFilesystem
  • 07dba03 chore: Update chart version

📊 Changes

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

View changed files

📝 charts/planka/Chart.yaml (+1 -1)
📝 charts/planka/templates/deployment.yaml (+9 -0)

📄 Description

This PR succeds https://github.com/plankanban/planka/pull/681

When securityContext.readOnlyRootFilesystem: true is true, an emptyDir volumeMount is added.
This is an ephemeral storage location for the contents of /app/logs


🔄 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/695 **Author:** [@stxm](https://github.com/stxm) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/10/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `emptydir` --- ### 📝 Commits (2) - [`afb3a54`](https://github.com/plankanban/planka/commit/afb3a542ccab27038999faa427676315beafafca) feat: Ensure container can run with readOnlyRootFilesystem - [`07dba03`](https://github.com/plankanban/planka/commit/07dba0377b7b49e6eda8397745be4d6bd8d694f1) chore: Update chart version ### 📊 Changes **2 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/planka/Chart.yaml` (+1 -1) 📝 `charts/planka/templates/deployment.yaml` (+9 -0) </details> ### 📄 Description This PR succeds https://github.com/plankanban/planka/pull/681 When `securityContext.readOnlyRootFilesystem: true` is true, an emptyDir volumeMount is added. This is an ephemeral storage location for the contents of `/app/logs` --- <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 21:48:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1072