mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
fix(backup): wise svc upgrade (#1605)
This commit is contained in:
parent
8f2a98745a
commit
8be967ebf3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
{{ $backupVersion := "0.3.41" }}
|
||||
{{ $backupVersion := "0.3.42" }}
|
||||
{{ $backup_server_rootpath := printf "%s%s" .Values.rootPath "/rootfs/backup-server" }}
|
||||
|
||||
{{- $backup_nats_secret := (lookup "v1" "Secret" .Release.Namespace "backup-nats-secret") -}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue