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 Found
Desired 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.yaml as explained later.
Steps to reproduce
Follow the documentation here and try to use the helm repo add planka http://plankanban.github.io/planka command.
Other information
I assume as this commit (https://github.com/plankanban/planka/commit/d05640c646b4e3311dbe43aac560e9b4be409b25) deletes the index.yaml file, it breaks the possibility to fetch the helm chart. Based on the commit history it seems like Updates commits always deletes index.yaml which I assume breaks helm chart from time to time. As I suspect it might be the side-effect of pages-build-deployment workflow.
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 Found
Desired 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.yaml
as explained later.Steps to reproduce
Follow the documentation here and try to use the
helm repo add planka http://plankanban.github.io/planka
command.Other information
I assume as this commit (https://github.com/plankanban/planka/commit/d05640c646b4e3311dbe43aac560e9b4be409b25) deletes the
index.yaml
file, it breaks the possibility to fetch the helm chart. Based on the commit history it seems likeUpdates
commits always deletesindex.yaml
which I assume breaks helm chart from time to time. As I suspect it might be the side-effect of pages-build-deployment workflow.