From a0d92abf596e583703a6dcb7ecf38445ecc114fa Mon Sep 17 00:00:00 2001 From: mrestivill Date: Tue, 3 Sep 2019 15:36:29 +0200 Subject: [PATCH] [stable/velero] updated velero default version to 1.1.0 (#16805) * updated velero default version to 1.1.0 Signed-off-by: Marc Rodriguez-Estivill * bumped chart version Signed-off-by: Marc Rodriguez-Estivill * chart version bump Signed-off-by: Marc Rodriguez-Estivill * fixed documentation Signed-off-by: Marc Rodriguez-Estivill --- stable/velero/Chart.yaml | 4 ++-- stable/velero/README.md | 10 ++++++++-- stable/velero/values.yaml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/stable/velero/Chart.yaml b/stable/velero/Chart.yaml index 0ffe5d7ab7..0b7a8e7aac 100644 --- a/stable/velero/Chart.yaml +++ b/stable/velero/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.0.0 +appVersion: 1.1.0 description: A Helm chart for velero name: velero -version: 2.1.3 +version: 2.1.4 home: https://github.com/heptio/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: diff --git a/stable/velero/README.md b/stable/velero/README.md index 16c3ad0b54..e212d88127 100644 --- a/stable/velero/README.md +++ b/stable/velero/README.md @@ -1,9 +1,15 @@ # Velero-server -This helm chart installs Velero version v1.0.0 -https://github.com/heptio/velero/tree/v1.0.0 +This helm chart installs Velero version v1.1.0 +https://github.com/heptio/velero/tree/v1.1.0 +## Upgrading to v1.1.0 + +As of v1.1.0, Heptio Velero is no longer backwards-compatible with Heptio Ark. + +The [instructions found here](https://velero.io/docs/v1.1.0/upgrade-to-1.1/) will assist you in upgrading from version v1.0.0 to v1.1.0 + ## Upgrading to v1.0.0 As of v1.0.0, Heptio Velero is no longer backwards-compatible with Heptio Ark. diff --git a/stable/velero/values.yaml b/stable/velero/values.yaml index 6d8520c864..25cd7b733a 100644 --- a/stable/velero/values.yaml +++ b/stable/velero/values.yaml @@ -6,7 +6,7 @@ # enabling restic). Required. image: repository: gcr.io/heptio-images/velero - tag: v1.0.0 + tag: v1.1.0 pullPolicy: IfNotPresent # Annotations to add to the Velero deployment's pod template. Optional.