Skip to content

Commit e6705c6

Browse files
authored
Merge pull request #689 from fredgate/main
2 parents 7539206 + cd70518 commit e6705c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/velero/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 1.16.0
2+
appVersion: 1.16.1
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 10.0.4
6+
version: 10.0.5
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

charts/velero/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace:
3333
# enabling node-agent). Required.
3434
image:
3535
repository: velero/velero
36-
tag: v1.16.0
36+
tag: v1.16.1
3737
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
3838
# If used, it will take precedence over the image.tag.
3939
# digest:
@@ -128,7 +128,7 @@ dnsPolicy: ClusterFirst
128128
# If the value is a string then it is evaluated as a template.
129129
initContainers:
130130
# - name: velero-plugin-for-aws
131-
# image: velero/velero-plugin-for-aws:v1.10.0
131+
# image: velero/velero-plugin-for-aws:v1.12.1
132132
# imagePullPolicy: IfNotPresent
133133
# volumeMounts:
134134
# - mountPath: /target

0 commit comments

Comments
 (0)