mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
chore: Bump Uptime Kuma chart version to 0.1.2 and update backup MySQL image to 9.6.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user