mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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 <mrodriguezestivill@gmail.com> * bumped chart version Signed-off-by: Marc Rodriguez-Estivill <mrodriguezestivill@gmail.com> * chart version bump Signed-off-by: Marc Rodriguez-Estivill <mrodriguezestivill@gmail.com> * fixed documentation Signed-off-by: Marc Rodriguez-Estivill <mrodriguezestivill@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ed371d10e2
commit
a0d92abf59
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user