mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #442] [MERGED] Add Official Helm Chart #1017
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-helm-chart📝 Commits (5)
597bb4aAdd Helm Chartfd51869Add Workflow for Releasing Helm Charta33feb8Changing branch for testingbf5da7fbump44f7867Remove 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.