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: Bump velero to 5.0.2 #1534

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,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.11.0
- container_image: docker.io/velero/velero:v1.11.1
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-4.1.1-d2iq-defaults
name: velero-5.0.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: vmware-tanzu.github.io
namespace: kommander-flux
version: 4.1.1
version: 5.0.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: velero
valuesFrom:
- kind: ConfigMap
name: velero-4.1.1-d2iq-defaults
name: velero-5.0.2-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
# This ingress is needed to make Traefik configure an additional route
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/4.1.1/post-install
path: ./services/velero/5.0.2/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/4.1.1/pre-install
path: ./services/velero/5.0.2/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/4.1.1/helmrelease
path: ./services/velero/5.0.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Loading