A fancy self-hosted monitoring tool for your websites and applications
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://johanneskastl.github.io/helm-charts/ | common | 5.0.5 |
helm repo add johanneskastl-helm-charts https://johanneskastl.github.io/helm-charts/
helm repo update
helm install uptime-kuma johanneskastl-helm-charts/uptime-kuma
To install the chart with the release name uptime-kuma
helm install uptime-kuma johanneskastl-helm-charts/uptime-kuma
To uninstall the uptime-kuma
deployment
helm uninstall uptime-kuma
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
helm install uptime-kuma \
--set env.TZ="America/New York" \
johanneskastl-helm-charts/uptime-kuma
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm install uptime-kuma johanneskastl-helm-charts/uptime-kuma -f values.yaml
N/A
Important: When deploying an application Helm chart you can add more values from the common library chart here
Key | Type | Default | Description |
---|---|---|---|
env.TZ | string | "UTC" |
Set the container timezone |
env.UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN | int | 0 |
Set the frame same-origin policy (int) |
image.pullPolicy | string | "IfNotPresent" |
image pull policy |
image.repository | string | "louislam/uptime-kuma" |
image repository |
image.tag | string | chart.appVersion | image tag |
ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
service | object | See values.yaml | Configures service settings for the chart. |
All notable changes to this Helm chart will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
N/A
- update appVersion to 1.23.15
N/A
- update appVersion to 1.23.14
N/A
- update appVersion to 1.23.13
N/A
- update appVersion to 1.23.12
N/A
N/A
- update appVersion to 1.23.11
N/A
N/A
- update appVersion to 1.23.10
N/A
N/A
- update appVersion to 1.23.9
N/A
N/A
- update appVersion to 1.23.8
N/A
N/A
- update appVersion to 1.23.7
N/A
N/A
- update appVersion to 1.23.6
N/A
N/A
- update appVersion to 1.23.5
N/A
N/A
- update appVersion to 1.23.4
N/A
N/A
- update appVersion to 1.23.3
N/A
N/A
- update appVersion to 1.23.2
N/A
N/A
- update appVersion to 1.23.1
N/A
N/A
- update appVersion to 1.23.0
N/A
N/A
- update appVersion to 1.22.1
N/A
N/A
- update appVersion to 1.22.0
N/A
N/A
- update appVersion to 1.21.3
N/A
N/A
- generate README with helm-docs
N/A
N/A
- update appVersion to 1.21.2
N/A
N/A
- update appVersion to 1.21.1
N/A
N/A
- update appVersion to 1.21.0
N/A
N/A
- update appVersion to 1.20.2
N/A
N/A
- update appVersion to 1.20.1
N/A
N/A
- update appVersion to 1.20.0
N/A
N/A
- update appVersion to 1.19.6
N/A
N/A
- update appVersion to 1.19.5
N/A
N/A
- update appVersion to 1.19.4
N/A
N/A
- update appVersion to 1.19.3
N/A
N/A
- update appVersion to 1.19.2
N/A
N/A
- update appVersion to 1.19.1
N/A
N/A
- update appVersion to 1.19.0
N/A
N/A
- update appVersion to 1.18.5
N/A
N/A
- update appVersion to 1.18.4
N/A
N/A
- update appVersion to 1.18.3
N/A
N/A
- update appVersion to 1.18.2
N/A
N/A
- update appVersion to 1.18.1
N/A
N/A
- update appVersion to 1.18.0
N/A
N/A
- README.md cleanup
N/A
N/A
- Forked the chart from k8s-at-home (at version 1.4.2)
N/A
Open an issue.