Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vance <austin@focusedlabs.io>
  • Loading branch information
austinbv committed Apr 13, 2020
1 parent a91dcb3 commit 5fa48fa
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions 0001-Add-documentation-for-having-separate-providers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
From a91dcb3cfb78793298fd9573416c65bd9e93fa02 Mon Sep 17 00:00:00 2001
From: Austin Vance <austin@focusedlabs.io>
Date: Mon, 13 Apr 2020 13:31:57 -0600
Subject: [PATCH] Add documentation for having separate providers

Documentation in the `values.yaml` to make clear having
separate providers for `volumeSnapshotLocation`,
`backupStorageLocation`, and the `deployment.yaml`

This fixes https://github.com/vmware-tanzu/helm-charts/pull/97#pullrequestreview-392313774

Signed-off-by: Austin Vance <austin@focusedlabs.io>
---
charts/velero/values.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml
index ce1a000..1f124b8 100644
--- a/charts/velero/values.yaml
+++ b/charts/velero/values.yaml
@@ -84,6 +84,9 @@ configuration:
# Cloud provider where backups should be stored. Usually should
# match `configuration.provider`. Required.
name:
+ # Provider for the backup storage location. If omitted
+ # `configuration.provider` will be used instead.
+ provider:
# Bucket to store backups in. Required.
bucket:
# Prefix within bucket under which to store backups. Optional.
@@ -110,6 +113,9 @@ configuration:
# Cloud provider where volume snapshots are being taken. Usually
# should match `configuration.provider`. Required.,
name:
+ # Provider for the backup storage location. If omitted
+ # `configuration.provider` will be used instead.
+ provider:
# Additional provider-specific configuration. See link above
# for details of required/optional fields for your provider.
config: {}
--
2.24.1 (Apple Git-126)

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.3.1
description: A Helm chart for velero
name: velero
version: 2.9.11
version: 2.9.12
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down

0 comments on commit 5fa48fa

Please sign in to comment.