Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update velero version #866

Merged
merged 3 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/embedded-cluster/assets/resource-modifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resourceModifierRules:
namespaces:
- registry
patches:
- operation: replace
- operation: add
path: "/spec/clusterIP"
value: "__REGISTRY_SERVICE_IP__"
# preserve the seaweedfs s3 service IP from the original cluster
Expand All @@ -49,6 +49,6 @@ resourceModifierRules:
namespaces:
- seaweedfs
patches:
- operation: replace
- operation: add
path: "/spec/clusterIP"
value: "__SEAWEEDFS_S3_SERVICE_IP__"
8 changes: 4 additions & 4 deletions pkg/addons/velero/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# $ make buildtools
# $ output/bin/buildtools update addon <addon name>
#
version: 6.7.0
version: 7.1.3
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/velero
images:
kubectl: 1.30.3-r0@sha256:c25b42767d1e3709840065907b32c04371972c141b53910ca8e177b49e45c667
velero: 1.13.2-r6@sha256:a4a575aa8684ae409d6a12decc99e1665b236459a303348cc050e15f41904bd5
velero-plugin-for-aws: 1.9.2-r5@sha256:9f970dbdacc4317f4063bb46bc81ae8213d46e5c4c14ecc5f01625b7c46e9b8b
velero-restore-helper: 1.13.2-r6@sha256:5271ab6afa0baab42deb611492c64f2f420a27a6f1c6e5de2c18e7958eb0f509
velero: 1.14.0-r2@sha256:9cbf14729735987b125db752428711d366fdb164b8e31c2ed72d473e2cbc2cc0
velero-plugin-for-aws: 1.10.0-r1@sha256:0b9c6323d61896135bbe67b22048b19ef41db760b6f4813bd7d3c93cba60dae6
velero-restore-helper: 1.14.0-r2@sha256:cf4b006b544b7d1d8f51e9781650709f602efbbf6d37d65ab2821b5f88c98a4e
6 changes: 3 additions & 3 deletions pkg/addons/velero/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ credentials:
deployNodeAgent: true
image:
repository: proxy.replicated.com/anonymous/replicated/ec-velero
tag: '1.13.2-r6@sha256:a4a575aa8684ae409d6a12decc99e1665b236459a303348cc050e15f41904bd5'
tag: '1.14.0-r2@sha256:9cbf14729735987b125db752428711d366fdb164b8e31c2ed72d473e2cbc2cc0'
initContainers:
- image: 'proxy.replicated.com/anonymous/replicated/ec-velero-plugin-for-aws:1.9.2-r5@sha256:9f970dbdacc4317f4063bb46bc81ae8213d46e5c4c14ecc5f01625b7c46e9b8b'
- image: 'proxy.replicated.com/anonymous/replicated/ec-velero-plugin-for-aws:1.10.0-r1@sha256:0b9c6323d61896135bbe67b22048b19ef41db760b6f4813bd7d3c93cba60dae6'
imagePullPolicy: IfNotPresent
name: velero-plugin-for-aws
volumeMounts:
Expand All @@ -35,7 +35,7 @@ configMaps:
velero.io/plugin-config: ""
velero.io/pod-volume-restore: RestoreItemAction
data:
image: 'proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper:1.13.2-r6@sha256:5271ab6afa0baab42deb611492c64f2f420a27a6f1c6e5de2c18e7958eb0f509'
image: 'proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper:1.14.0-r2@sha256:cf4b006b544b7d1d8f51e9781650709f602efbbf6d37d65ab2821b5f88c98a4e'
nodeAgent:
podVolumePath: /var/lib/k0s/kubelet/pods
snapshotsEnabled: false
Loading