Skip to content

Commit 37e5fb3

Browse files
committed
Update ghcr.io/k8up-io/k8up Docker tag to v2.14.0
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent 1e695ef commit 37e5fb3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.14.0
1616
pullPolicy: IfNotPresent
1717

1818
helmReleaseName: k8up

tests/golden/defaults/backup-k8up/backup-k8up/01_k8up_helmchart/k8up/templates/cleanup-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
command:
101101
- sh
102102
- -c
103-
image: ghcr.io/k8up-io/k8up:v2.13.1
103+
image: ghcr.io/k8up-io/k8up:v2.14.0
104104
imagePullPolicy: IfNotPresent
105105
name: k8up-cleanup
106106
restartPolicy: Never

tests/golden/defaults/backup-k8up/backup-k8up/01_k8up_helmchart/k8up/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- operator
2525
env:
2626
- name: BACKUP_IMAGE
27-
value: ghcr.io/k8up-io/k8up:v2.13.1
27+
value: ghcr.io/k8up-io/k8up:v2.14.0
2828
- name: TZ
2929
value: Etc/UTC
3030
- name: BACKUP_ENABLE_LEADER_ELECTION
@@ -43,7 +43,7 @@ spec:
4343
value: k8up.io/backupcommand
4444
- name: BACKUP_BACKOFFLIMIT
4545
value: '2'
46-
image: ghcr.io/k8up-io/k8up:v2.13.1
46+
image: ghcr.io/k8up-io/k8up:v2.14.0
4747
imagePullPolicy: IfNotPresent
4848
livenessProbe:
4949
httpGet:

0 commit comments

Comments
 (0)