mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Publish official Helm chart to Artifact Hub for discoverability and automatic documentation #837
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?
Originally created by @freinold on GitHub (Oct 15, 2025).
Planka already provides a Helm chart for Kubernetes deployments, but it is not yet published on Artifact Hub, the central index for Helm charts and Kubernetes packages.
Publishing it there would make the chart easier to discover, improve trust and update workflows, and automatically generate documentation (README, values.yaml, maintainers, changelog, etc.).
Proposed solution:
Register an official Planka Helm repository on Artifact Hub.
Include metadata into
Chart.yamlsuch as:(optional): Provide
artifacthub-repo.yamlfile for verified ownership etc.Benefits:
References:
@meltyshev commented on GitHub (Oct 16, 2025):
Hey! Thanks for the links and guide, definitely will do this :)