Skip to content

Commit

Permalink
feat: Bump velero to 8.3.0 (#3094)
Browse files Browse the repository at this point in the history
* chore: Update velero 8.2.0 => 8.3.0

* chore: Move velero/8.2.0 => 8.3.0

* build: Updated licenses.d2iq.yaml

* feat: Bump velero to 8.3.0

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Venkat-Bramhasani <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent 2f09a99 commit 3c1d694
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/vmware-tanzu/velero-plugin-for-aws
- container_image: docker.io/velero/velero:v1.15.1
- container_image: docker.io/velero/velero:v1.15.2
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: velero-8.2.0-d2iq-defaults
name: velero-8.3.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
kind: HelmRepository
name: vmware-tanzu.github.io
namespace: kommander-flux
version: 8.2.0
version: 8.3.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,6 +24,6 @@ spec:
releaseName: velero
valuesFrom:
- kind: ConfigMap
name: velero-8.2.0-d2iq-defaults
name: velero-8.3.0-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/velero/8.2.0/post-install
path: ./services/velero/8.3.0/post-install
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/velero/8.2.0/pre-install
path: ./services/velero/8.3.0/pre-install
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/velero/8.2.0/helmrelease
path: ./services/velero/8.3.0/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down

0 comments on commit 3c1d694

Please sign in to comment.