File tree Expand file tree Collapse file tree
tests/golden/defaults/backup-k8up/backup-k8up/01_k8up_helmchart/k8up/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ parameters:
1212 k8up :
1313 registry : ghcr.io
1414 repository : k8up-io/k8up
15- tag : v2.13.1
15+ tag : v2.15.0
1616 pullPolicy : IfNotPresent
1717
1818 helmReleaseName : k8up
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ spec:
101101 command :
102102 - sh
103103 - -c
104- image : ghcr.io/k8up-io/k8up:v2.13.1
104+ image : ghcr.io/k8up-io/k8up:v2.15.0
105105 imagePullPolicy : IfNotPresent
106106 name : k8up-cleanup
107107 restartPolicy : Never
Original file line number Diff line number Diff line change 2525 - operator
2626 env :
2727 - name : BACKUP_IMAGE
28- value : ghcr.io/k8up-io/k8up:v2.13.1
28+ value : ghcr.io/k8up-io/k8up:v2.15.0
2929 - name : TZ
3030 value : Etc/UTC
3131 - name : BACKUP_ENABLE_LEADER_ELECTION
4444 value : k8up.io/backupcommand
4545 - name : BACKUP_BACKOFFLIMIT
4646 value : ' 2'
47- image : ghcr.io/k8up-io/k8up:v2.13.1
47+ image : ghcr.io/k8up-io/k8up:v2.15.0
4848 imagePullPolicy : IfNotPresent
4949 livenessProbe :
5050 httpGet :
You can’t perform that action at this time.
0 commit comments