backup-server: support app backup (#1348)

This commit is contained in:
aby913 2025-05-27 17:47:14 +08:00 committed by GitHub
parent 355b805540
commit 9a984ea34f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{{ $backupVersion := "0.3.31" }}
{{ $backupVersion := "0.3.33" }}
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
---