backup-server: code refactoring and process improvement (#1336)

This commit is contained in:
aby913 2025-05-22 14:43:50 +08:00 committed by GitHub
parent f2235e8f49
commit a29653d16c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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