Skip to content

Commit 6a3f28a

Browse files
authored
Merge pull request #171 from projectsyn/commodore-renovate/ghcr.io-k8up-io-k8up-2.x
Update ghcr.io/k8up-io/k8up Docker tag to v2.15.0
2 parents cd045f7 + 8a4408f commit 6a3f28a

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.15.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
@@ -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

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
@@ -25,7 +25,7 @@ spec:
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
@@ -44,7 +44,7 @@ spec:
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:

0 commit comments

Comments
 (0)