apps(uptime-kuma): Patch image tag

main
trivernis 11 months ago
parent 40f0da89d7
commit f2af2efd4d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -18,6 +18,11 @@ spec:
retries: 3
values:
namespaceOverride: metrics
resources:
requests:
memory: 512Mi
limits:
memory: 1Gi
prometheus:
monitor:
interval: 10s

@ -3,6 +3,11 @@ kind: Kustomization
namespace: kube-system
metadata:
name: uptime-kuma
patches:
- patch: |-
- op: replace
path: spec/values/image/tag
value: 1.23.7-debian
resources:
- app/namespace.yaml
- app/release.yaml

Loading…
Cancel
Save