We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f07de commit 4b71b22Copy full SHA for 4b71b22
charts/velero/Chart.yaml
@@ -1,9 +1,9 @@
1
apiVersion: v2
2
-appVersion: 1.15.0
+appVersion: 1.15.1
3
kubeVersion: ">=1.16.0-0"
4
description: A Helm chart for velero
5
name: velero
6
-version: 8.1.0
+version: 8.2.0
7
home: https://github.com/vmware-tanzu/velero
8
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
sources:
charts/velero/values.yaml
@@ -33,7 +33,7 @@ namespace:
33
# enabling node-agent). Required.
34
image:
35
repository: velero/velero
36
- tag: v1.15.0
+ tag: v1.15.1
37
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
38
# If used, it will take precedence over the image.tag.
39
# digest:
0 commit comments