Skip to content

Commit

Permalink
feat: Bump velero to 8.2.0 (#2975)
Browse files Browse the repository at this point in the history
Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 9be2701 commit 52e5d9d
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 13 deletions.
5 changes: 2 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ignore:
- docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z
- docker.io/library/alpine:3.20.3


resources:
- container_image: cr.fluentbit.io/fluent/fluent-bit:3.2.4
sources:
Expand Down Expand Up @@ -262,12 +261,12 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/rook/rook
- container_image: docker.io/velero/velero-plugin-for-aws:v1.11.0
- container_image: docker.io/velero/velero-plugin-for-aws:v1.11.1
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/vmware-tanzu/velero-plugin-for-aws
- container_image: docker.io/velero/velero:v1.15.0
- container_image: docker.io/velero/velero:v1.15.1
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: velero-7.2.2-d2iq-defaults
name: velero-8.2.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
---
image:
repository: docker.io/velero/velero
tag: v1.15.0
priorityClassName: "dkp-critical-priority"
resources:
# these are from the chart defaults
Expand Down Expand Up @@ -51,7 +48,7 @@ data:
servicemonitor.kommander.mesosphere.io/path: "metrics"
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.11.0
image: velero/velero-plugin-for-aws:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
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: 7.2.2
version: 8.2.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,6 +24,6 @@ spec:
releaseName: velero
valuesFrom:
- kind: ConfigMap
name: velero-7.2.2-d2iq-defaults
name: velero-8.2.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/7.2.2/post-install
path: ./services/velero/8.2.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/7.2.2/pre-install
path: ./services/velero/8.2.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/7.2.2/helmrelease
path: ./services/velero/8.2.0/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down

0 comments on commit 52e5d9d

Please sign in to comment.