Add Helm Chart
See original GitHub issueHello,
as some lovely people already provided instructions how to install this application on Kubernetes I took the idea a bit further and created a Helm Chart available under https://github.com/dirsigler/uptime-kuma-helm
This enables others to just add the application via Helm to their Kubernetes Cluster without running any kustomize and kubectl apply.
If you like you (or me) can add some documentation to the k8s-unofficial Branch to add instructions on how to additionally install the application via Helm.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:14
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Using Helm
To install a new package, use the helm install command. At its simplest, it takes two arguments: A release name that you pick,...
Read more >How To Create A Helm Chart {and Deploy it on Kubernetes}
Step 1: Create a New Helm Chart · Step 2: Configure Helm Chart Image Pull Policy · Step 3: Helm Chart Name Override...
Read more >How to make a Helm chart in 10 minutes - Opensource.com
Helm is an application package manager for Kubernetes, which coordinates the download, installation, and deployment of apps. Helm charts are the ...
Read more >Configuring custom Helm chart repositories | OKD 4.9
Installing Helm charts using the Developer perspective · In the Developer perspective, navigate to the +Add view and select a project. · Select...
Read more >Configuring custom Helm chart repositories
Installing Helm charts using the Developer perspective · In the Developer perspective, navigate to the +Add view and select a project. · Select...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

will try the chart and if I find something worth improving, I’ll get back to you.
I suspect that this will remain unofficial in a similar manner to the k8s branch, but yes. Having documentation for and an option to use helm would be appreciated.