fix(backup): check wise installed (#1656)

This commit is contained in:
aby913 2025-07-31 16:50:25 +08:00 committed by GitHub
parent 992a2bd343
commit c4ed5c6d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{{ $backupVersion := "0.3.43" }}
{{ $backupVersion := "0.3.44" }}
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
{{- $backup_nats_secret := (lookup "v1" "Secret" .Release.Namespace "backup-nats-secret") -}}