From f2af2efd4d7b2b507f450a5a030ddd838f9fa682 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 29 Nov 2023 09:37:39 +0100 Subject: [PATCH] apps(uptime-kuma): Patch image tag --- apps/metrics/app/release.yaml | 5 +++++ apps/uptime-kuma/app.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/apps/metrics/app/release.yaml b/apps/metrics/app/release.yaml index ae2eb27..21e3023 100644 --- a/apps/metrics/app/release.yaml +++ b/apps/metrics/app/release.yaml @@ -18,6 +18,11 @@ spec: retries: 3 values: namespaceOverride: metrics + resources: + requests: + memory: 512Mi + limits: + memory: 1Gi prometheus: monitor: interval: 10s diff --git a/apps/uptime-kuma/app.yaml b/apps/uptime-kuma/app.yaml index cb4810e..8d6ebed 100644 --- a/apps/uptime-kuma/app.yaml +++ b/apps/uptime-kuma/app.yaml @@ -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