mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 11:20:44 +03:00
[Bug]: Helm chart is not available #591
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 @KOliver94 on GitHub (Oct 22, 2024).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behaviour
Error: looks like "http://plankanban.github.io/planka" is not a valid chart repository or cannot be reached: failed to fetch http://plankanban.github.io/planka/index.yaml : 404 Not FoundDesired behaviour
Hey guys,
I've tried to deploy Planka using helm chart but got the following error. I expect that this is caused by a commit deleting
index.yamlas explained later.Steps to reproduce
Follow the documentation here and try to use the
helm repo add planka http://plankanban.github.io/plankacommand.Other information
I assume as this commit (
d05640c646) deletes theindex.yamlfile, it breaks the possibility to fetch the helm chart. Based on the commit history it seems likeUpdatescommits always deletesindex.yamlwhich I assume breaks helm chart from time to time. As I suspect it might be the side-effect of pages-build-deployment workflow.@meltyshev commented on GitHub (Oct 22, 2024):
Thanks for reporting this! My bad, I'll fix it now.