Skip to content

Commit

Permalink
Merge pull request #358 from jenting/velero-v1.8.1
Browse files Browse the repository at this point in the history
[velero] Velero v1.8.1
  • Loading branch information
reasonerjt committed Mar 24, 2022
2 parents 6de1cc6 + cbf6782 commit a497134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 1.8.0
appVersion: 1.8.1
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 2.29.0
version: 2.29.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# enabling restic). Required.
image:
repository: velero/velero
tag: v1.8.0
tag: v1.8.1
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
# If used, it will take precedence over the image.tag.
# digest:
Expand Down Expand Up @@ -59,7 +59,7 @@ initContainers:
# - mountPath: /target
# name: plugins
# - name: velero-plugin-for-aws
# image: velero/velero-plugin-for-aws:v1.3.0
# image: velero/velero-plugin-for-aws:v1.4.1
# imagePullPolicy: IfNotPresent
# volumeMounts:
# - mountPath: /target
Expand Down Expand Up @@ -420,7 +420,7 @@ schedules: {}
# velero.io/plugin-config: ""
# velero.io/restic: RestoreItemAction
# data:
# image: velero/velero-restic-restore-helper:v1.8.0
# image: velero/velero-restic-restore-helper:v1.8.1
configMaps: {}

##
Expand Down

0 comments on commit a497134

Please sign in to comment.