Skip to content

Commit 6bfd7e2

Browse files
emosbaughgithub-actions[bot]
authored andcommitted
updated velero version
1 parent cc3d336 commit 6bfd7e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pkg/addons/velero/static/metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# $ make buildtools
66
# $ output/bin/buildtools update addon <addon name>
77
#
8-
version: 6.3.0
8+
version: 6.7.0
99
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/velero
1010
images:
11-
docker.io/bitnami/kubectl: 1.29@sha256:89bde5352cd988ed9440ff0956a7ceb00415923aea9d34fc0ac82d9b3eee8af7
12-
velero/velero: v1.13.2@sha256:9a833acbc2391f50c994e3c1379e038e5a64372f6d645d89b4321b732f8dc8ef
13-
velero/velero-plugin-for-aws: v1.10.0@sha256:0b4fe36bbd5c7e484750bf21e25274cecbb72b30b097a72dc3e599430590bdfc
14-
velero/velero-restore-helper: v1.13.2@sha256:83943510812496ad7ba6750f440645b313fd676db460fda7dcbf70f437db775c
11+
kubectl: 1.29.5-r0@sha256:6685cee257798285ad1ec15f3e85cd4524bdf62b0a7b3ee981e193da922e2426
12+
velero: 1.13.2@sha256:9584eb07473d0fe8ccd8c9daa6f04efcd382df37d3cb09fd1ec0c5600c6e8343
13+
velero-plugin-for-aws: 1.10.0@sha256:87a22849b30633427bbd5a41acca3faf17a676d6037d38106f6d0154f514ae0c
14+
velero-restore-helper: 1.13.2@sha256:5c3e0f294da2cb1481234da761c8ded62ec9bf816dfaff83cd2b869954bd2e79

pkg/addons/velero/static/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ credentials:
1616
existingSecret: cloud-credentials
1717
deployNodeAgent: true
1818
image:
19-
repository: proxy.replicated.com/anonymous/velero/velero
20-
tag: 'v1.13.2@sha256:9a833acbc2391f50c994e3c1379e038e5a64372f6d645d89b4321b732f8dc8ef'
19+
repository: proxy.replicated.com/anonymous/replicated/ec-velero
20+
tag: '1.13.2@sha256:9584eb07473d0fe8ccd8c9daa6f04efcd382df37d3cb09fd1ec0c5600c6e8343'
2121
initContainers:
2222
- image: 'proxy.replicated.com/anonymous/velero/velero-plugin-for-aws:v1.10.0@sha256:0b4fe36bbd5c7e484750bf21e25274cecbb72b30b097a72dc3e599430590bdfc'
2323
imagePullPolicy: IfNotPresent
@@ -35,7 +35,7 @@ configMaps:
3535
velero.io/plugin-config: ""
3636
velero.io/pod-volume-restore: RestoreItemAction
3737
data:
38-
image: 'proxy.replicated.com/anonymous/velero/velero-restore-helper:v1.13.2@sha256:83943510812496ad7ba6750f440645b313fd676db460fda7dcbf70f437db775c'
38+
image: 'proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper:1.13.2@sha256:5c3e0f294da2cb1481234da761c8ded62ec9bf816dfaff83cd2b869954bd2e79'
3939
nodeAgent:
4040
podVolumePath: /var/lib/k0s/kubelet/pods
4141
snapshotsEnabled: false

0 commit comments

Comments
 (0)