[PR #442] [MERGED] Add Official Helm Chart #1017

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/442
Author: @Chris-Greaves
Created: 5/25/2023
Status: Merged
Merged: 5/25/2023
Merged by: @meltyshev

Base: masterHead: add-helm-chart


📝 Commits (5)

  • 597bb4a Add Helm Chart
  • fd51869 Add Workflow for Releasing Helm Chart
  • a33feb8 Changing branch for testing
  • bf5da7f bump
  • 44f7867 Remove bump file and set trigger branch to master again

📊 Changes

16 files changed (+630 additions, -0 deletions)

View changed files

.github/workflows/helm-chart-release.yml (+42 -0)
📝 .gitignore (+3 -0)
charts/planka/.helmignore (+23 -0)
charts/planka/Chart.lock (+6 -0)
charts/planka/Chart.yaml (+31 -0)
charts/planka/README.md (+84 -0)
charts/planka/templates/NOTES.txt (+22 -0)
charts/planka/templates/_helpers.tpl (+62 -0)
charts/planka/templates/deployment.yaml (+95 -0)
charts/planka/templates/hpa.yaml (+28 -0)
charts/planka/templates/ingress.yaml (+61 -0)
charts/planka/templates/pvc.yaml (+25 -0)
charts/planka/templates/service.yaml (+15 -0)
charts/planka/templates/serviceaccount.yaml (+12 -0)
charts/planka/templates/tests/test-connection.yaml (+15 -0)
charts/planka/values.yaml (+106 -0)

📄 Description

This Pull Request add an Official Helm Chart for Planka as request by #192.

Tasks:

  • Create Helm Chart
  • Create Workflow to Release the Helm Chart in Github Pages
  • Add Documentation

🔄 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/442 **Author:** [@Chris-Greaves](https://github.com/Chris-Greaves) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `add-helm-chart` --- ### 📝 Commits (5) - [`597bb4a`](https://github.com/plankanban/planka/commit/597bb4af29d37287fb1ced312f8cb7f1207fbcfa) Add Helm Chart - [`fd51869`](https://github.com/plankanban/planka/commit/fd51869ec8ac107b8ac50b4829018e45d043ddc5) Add Workflow for Releasing Helm Chart - [`a33feb8`](https://github.com/plankanban/planka/commit/a33feb830abbce70aaf57a7ced601dcc0d2c39ee) Changing branch for testing - [`bf5da7f`](https://github.com/plankanban/planka/commit/bf5da7f062054f0ab2181167e7543ce589fd3d5e) bump - [`44f7867`](https://github.com/plankanban/planka/commit/44f7867f99d142104ae46d7d4bcbf228d4c2a037) Remove bump file and set trigger branch to master again ### 📊 Changes **16 files changed** (+630 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/helm-chart-release.yml` (+42 -0) 📝 `.gitignore` (+3 -0) ➕ `charts/planka/.helmignore` (+23 -0) ➕ `charts/planka/Chart.lock` (+6 -0) ➕ `charts/planka/Chart.yaml` (+31 -0) ➕ `charts/planka/README.md` (+84 -0) ➕ `charts/planka/templates/NOTES.txt` (+22 -0) ➕ `charts/planka/templates/_helpers.tpl` (+62 -0) ➕ `charts/planka/templates/deployment.yaml` (+95 -0) ➕ `charts/planka/templates/hpa.yaml` (+28 -0) ➕ `charts/planka/templates/ingress.yaml` (+61 -0) ➕ `charts/planka/templates/pvc.yaml` (+25 -0) ➕ `charts/planka/templates/service.yaml` (+15 -0) ➕ `charts/planka/templates/serviceaccount.yaml` (+12 -0) ➕ `charts/planka/templates/tests/test-connection.yaml` (+15 -0) ➕ `charts/planka/values.yaml` (+106 -0) </details> ### 📄 Description This Pull Request add an Official Helm Chart for Planka as request by #192. Tasks: - [x] Create Helm Chart - [x] Create Workflow to Release the Helm Chart in Github Pages - [ ] Add Documentation --- <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:44:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1017