chore: Bump Uptime Kuma chart version to 0.1.2 and update backup MySQL image to 9.6.0

This commit is contained in:
sha
2026-04-10 22:42:57 +03:00
parent 694901f573
commit 1de5b0340c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: uptime-kuma name: uptime-kuma
description: Uptime Kuma Helm chart description: Uptime Kuma Helm chart
type: application type: application
version: 0.1.1 version: 0.1.2
appVersion: "2.2.1" appVersion: "2.2.1"
annotations: annotations:
version-source: github-release:louislam/uptime-kuma version-source: github-release:louislam/uptime-kuma
+1 -1
View File
@@ -34,7 +34,7 @@ persistence:
backup: backup:
enabled: false enabled: false
schedule: "0 3 * * *" schedule: "0 3 * * *"
image: mysql:9.0 image: mysql:9.6.0
retentionDays: 7 retentionDays: 7
storagePath: /storage/backups/mysql storagePath: /storage/backups/mysql
# Node to run backup on (hostname) # Node to run backup on (hostname)