From 957d18e61963aa7753c31694702b84f5562b048b Mon Sep 17 00:00:00 2001 From: Teodor Podobnik Date: Thu, 5 Oct 2023 09:50:38 +0200 Subject: [PATCH 1/2] update default strategy.type value --- charts/uptime-kuma/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/uptime-kuma/values.yaml b/charts/uptime-kuma/values.yaml index 2f0b696..d24c87f 100644 --- a/charts/uptime-kuma/values.yaml +++ b/charts/uptime-kuma/values.yaml @@ -143,7 +143,7 @@ additionalVolumeMounts: # subPath: "additional-ca.pem" strategy: - type: Recreate + type: RollingUpdate # Prometheus ServiceMonitor configuration serviceMonitor: From a1a99bb061e273719736dbbc099bf8154c4e9cb1 Mon Sep 17 00:00:00 2001 From: Teodor Janez Podobnik <48418580+dorkamotorka@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:16:50 +0100 Subject: [PATCH 2/2] Update Chart.yaml --- charts/uptime-kuma/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/uptime-kuma/Chart.yaml b/charts/uptime-kuma/Chart.yaml index 542e338..77d1ba1 100644 --- a/charts/uptime-kuma/Chart.yaml +++ b/charts/uptime-kuma/Chart.yaml @@ -11,4 +11,4 @@ name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma type: application -version: 2.14.2 +version: 2.14.3