Skip to content

Commit

Permalink
feat: Bump velero to 6.0.0 (#2068)
Browse files Browse the repository at this point in the history
* chore: Update velero 5.2.2 => 6.0.0

* chore: Move velero/5.2.2 => 6.0.0

* build: Updated licenses.d2iq.yaml

* feat(velero): Missing bumps

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent ed4034a commit 245ea24
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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.12.3
- container_image: docker.io/velero/velero:v1.13.0
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-5.2.2-d2iq-defaults
name: velero-6.0.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: 5.2.2
version: 6.0.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: velero
valuesFrom:
- kind: ConfigMap
name: velero-5.2.2-d2iq-defaults
name: velero-6.0.0-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
# This ingress is needed to make Traefik configure an additional route
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
rules:
- apiGroups: ["helm.toolkit.fluxcd.io"]
resources: ["helmreleases"]
verbs: ["get", "list", "watch",]
verbs: ["get", "list", "watch"]
- apiGroups: ["velero.io"]
resources: ["backupstoragelocations", "schedules", "volumesnapshotlocations"]
verbs: ["get", "list", "patch"]
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/5.2.2/post-install
path: ./services/velero/6.0.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/5.2.2/pre-install
path: ./services/velero/6.0.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/5.2.2/v4-hooks-adoption
path: ./services/velero/6.0.0/v4-hooks-adoption
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/5.2.2/helmrelease
path: ./services/velero/6.0.0/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down

0 comments on commit 245ea24

Please sign in to comment.