Files
truecharts/charts/stable/uptime-kuma/values.yaml
T
TrueCharts BotandGitHub 69834d2da3 chore(deps): update container image louislam/uptime-kuma to v1.23.11@c326fd8 by renovate (#16666)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| louislam/uptime-kuma | patch | `1.23.10-debian` -> `1.23.11-debian` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-31 15:55:29 +01:00

40 lines
746 B
YAML

image:
repository: louislam/uptime-kuma
pullPolicy: IfNotPresent
tag: 1.23.11-debian@sha256:c326fd83d8da2d8fff3feb0e47433546139513bd823d9accc12977176b05b31f
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 }}"