Skip to content
Merged
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 addons/addons/templates/velero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: velero
version: 10.0.12
version: 10.0.13
sourceRef:
kind: HelmRepository
name: vmware-tanzu-charts
Expand Down
4 changes: 2 additions & 2 deletions helmcharts/velero/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.16.1
appVersion: 1.16.2
description: A Helm chart for velero
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
Expand All @@ -14,4 +14,4 @@ maintainers:
name: velero
sources:
- https://github.com/vmware-tanzu/velero
version: 10.0.12
version: 10.0.13
4 changes: 2 additions & 2 deletions helmcharts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace:
# enabling node-agent). Required.
image:
repository: velero/velero
tag: v1.16.1
tag: v1.16.2
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
# If used, it will take precedence over the image.tag.
# digest:
Expand Down Expand Up @@ -122,7 +122,7 @@ dnsPolicy: ClusterFirst
# If the value is a string then it is evaluated as a template.
initContainers:
# - name: velero-plugin-for-aws
# image: velero/velero-plugin-for-aws:v1.12.1
# image: velero/velero-plugin-for-aws:v1.12.2
# imagePullPolicy: IfNotPresent
# volumeMounts:
# - mountPath: /target
Expand Down
Loading