uptime-kuma-helm
uptime-kuma-helm copied to clipboard
A demonstration of a Helm 3 Chart to deploy uptime-kuma on OpenShift and Kubernetes.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/k3rnelpan1c-dev/uptime-kuma-helm). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudflare/cloudflared](https://togithub.com/cloudflare/cloudflared) | minor | `2024.4.1` -> `2024.5.0` | --- ### Release Notes cloudflare/cloudflared...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.3` -> `v4.1.6` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/busybox | | digest | `c3839dd` -> `5eef5ed` | | docker.io/library/node...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [apprise](https://togithub.com/caronc/apprise) | `1.7.6` -> `1.8.0` | [](https://docs.renovatebot.com/merge-confidence/)...
As far as I can tell, there is no way to pass along extra env variables via env variables or a config map to load etc. into the container. This...

On slower filesystems the database migration takes a while and the readiness probe kills the pod before the migration can finish. Adding support to configure something like this would be...
Allow to disable authentication of the service monitor by settings `.Values.serviceAccount.authentication.enabled=false`. Also allow to provide an existing secret for the service monitor authentication.
Allow to provide an existing ConfigMap containing certificates in PEM format for the extra certificates.