backup-server: support app restore (#1369)

This commit is contained in:
aby913 2025-05-30 00:33:39 +08:00 committed by GitHub
parent 46df22854d
commit cc6b2c9239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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