Skip to content

Commit

Permalink
Merge pull request #53 from lukipro/master
Browse files Browse the repository at this point in the history
Fixed chart reference in README
  • Loading branch information
Carlisia Campos authored Feb 25, 2020
2 parents e338739 + 9093cfc commit fd063f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.2.0
description: A Helm chart for velero
name: velero
version: 2.8.4
version: 2.8.5
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm install --namespace <YOUR NAMESPACE> \
--set initContainers[0].image=velero/velero-plugin-for-aws:v1.0.0 \
--set initContainers[0].volumeMounts[0].mountPath=/target \
--set initContainers[0].volumeMounts[0].name=plugins \
stable/velero
vmware-tanzu/velero
```

#### Option 2) YAML file
Expand Down

0 comments on commit fd063f5

Please sign in to comment.