Installation via Helm "Chart.Yaml is missing" #495

Closed
opened 2026-02-04 19:55:20 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @PMcLeanGLX on GitHub (May 3, 2024).

@Chris-Greaves

Trying to install planka via helm to my kubernetes cluster, receiving a "Chart.yaml file is missing".

Originally created by @PMcLeanGLX on GitHub (May 3, 2024). @Chris-Greaves Trying to install planka via helm to my kubernetes cluster, receiving a "Chart.yaml file is missing".
Author
Owner

@Chris-Greaves commented on GitHub (May 3, 2024):

Going to try and deploy to my own cluster quickly following the instructions word for word, and see if it works.

If it does, we'll talk troubleshooting, if it doesn't I'll investigate why it's broken.

@Chris-Greaves commented on GitHub (May 3, 2024): Going to try and deploy to my own cluster quickly following the instructions word for word, and see if it works. If it does, we'll talk troubleshooting, if it doesn't I'll investigate why it's broken.
Author
Owner

@Chris-Greaves commented on GitHub (May 3, 2024):

Looks like there was a typo when the documentation was transferred over to this repo.

helm install planka . --set ...

should be

helm install planka planka/planka --set ...

I will look at updating the docs now to fix this mistake.

@Chris-Greaves commented on GitHub (May 3, 2024): Looks like there was a typo when the documentation was transferred over to this repo. ```bash helm install planka . --set ... ``` should be ```bash helm install planka planka/planka --set ... ``` I will look at updating the docs now to fix this mistake.
Author
Owner

@PMcLeanGLX commented on GitHub (May 3, 2024):

Appreciate it, thank you

@PMcLeanGLX commented on GitHub (May 3, 2024): Appreciate it, thank you
Author
Owner

@Chris-Greaves commented on GitHub (May 3, 2024):

Docs updated, https://docs.planka.cloud/docs/installation/kubernetes/helm_chart/

If you are happy @PMcLeanGLX then go ahead and close this issue 😃

@Chris-Greaves commented on GitHub (May 3, 2024): Docs updated, https://docs.planka.cloud/docs/installation/kubernetes/helm_chart/ If you are happy @PMcLeanGLX then go ahead and close this issue 😃
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#495