Files
truecharts/charts/stable/uptime-kuma/values.yaml
T
TrueCharts BotandGitHub 0eb25fa57f chore(deps): update container image louislam/uptime-kuma to v1.23.13@9651091 by renovate (#21332)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| louislam/uptime-kuma | patch | `1.23.12-debian` -> `1.23.13-debian` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-25 14:22:00 +02:00

40 lines
746 B
YAML

image:
repository: louislam/uptime-kuma
pullPolicy: IfNotPresent
tag: 1.23.13-debian@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc
security:
PUID: 0
service:
main:
ports:
main:
port: 3001
persistence:
config:
enabled: true
mountPath: "/app/data"
portal:
open:
enabled: true
metrics:
main:
enabled: true
type: "servicemonitor"
endpoints:
- port: main
path: /metrics
prometheusRule:
enabled: false
securityContext:
container:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
UPTIME_KUMA_PORT: "{{ .Values.service.main.ports.main.port }}"