From 1de5b0340c5df6e00b63cf2567266b1a1b1f67e2 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 10 Apr 2026 22:42:57 +0300 Subject: [PATCH] chore: Bump Uptime Kuma chart version to 0.1.2 and update backup MySQL image to 9.6.0 --- uptime-kuma/Chart.yaml | 2 +- uptime-kuma/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uptime-kuma/Chart.yaml b/uptime-kuma/Chart.yaml index 50dd9a1..60dcb90 100644 --- a/uptime-kuma/Chart.yaml +++ b/uptime-kuma/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: uptime-kuma description: Uptime Kuma Helm chart type: application -version: 0.1.1 +version: 0.1.2 appVersion: "2.2.1" annotations: version-source: github-release:louislam/uptime-kuma diff --git a/uptime-kuma/values.yaml b/uptime-kuma/values.yaml index 09fc76e..ed5835c 100644 --- a/uptime-kuma/values.yaml +++ b/uptime-kuma/values.yaml @@ -34,7 +34,7 @@ persistence: backup: enabled: false schedule: "0 3 * * *" - image: mysql:9.0 + image: mysql:9.6.0 retentionDays: 7 storagePath: /storage/backups/mysql # Node to run backup on (hostname)