Skip to content

Commit

Permalink
feat: bump velero v1.10.1 (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajgitnutanix authored Oct 23, 2024
1 parent bc4dc9f commit 518de48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/rook/rook
- container_image: docker.io/velero/velero-plugin-for-aws:v1.7.0
- container_image: docker.io/velero/velero-plugin-for-aws:v1.10.1
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
3 changes: 2 additions & 1 deletion services/velero/7.1.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data:
s3Url: http://rook-ceph-rgw-dkp-object-store.${releaseNamespace}.svc:80/
s3ForcePathStyle: true
insecureSkipTLSVerify: "true"
checksumAlgorithm: ""
volumeSnapshotLocation:
- config:
region: "fallback"
Expand All @@ -47,7 +48,7 @@ data:
servicemonitor.kommander.mesosphere.io/path: "metrics"
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.7.0
image: velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down

0 comments on commit 518de48

Please sign in to comment.