plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
8.09k stars 760 forks source link

[Bug]: Helm chart is not available #917

Closed KOliver94 closed 1 month ago

KOliver94 commented 1 month ago

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 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.

meltyshev commented 1 month ago

Thanks for reporting this! My bad, I'll fix it now.