Update GitHub URLs to point to vmware-tanzu org (#17566)

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2019-09-30 14:25:44 -07:00
committed by Kubernetes Prow Robot
parent 0164bc2cb5
commit 1aa26f7529
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ apiVersion: v1
appVersion: 1.1.0
description: A Helm chart for velero
name: velero
version: 2.1.6
home: https://github.com/heptio/velero
version: 2.1.7
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
- https://github.com/heptio/velero
- https://github.com/vmware-tanzu/velero
maintainers:
- name: domcar
email: d-caruso@hotmail.it
+3 -3
View File
@@ -1,18 +1,18 @@
# Velero-server
This helm chart installs Velero version v1.1.0
https://github.com/heptio/velero/tree/v1.1.0
https://github.com/vmware-tanzu/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.
As of v1.1.0, 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.
As of v1.0.0, Velero is no longer backwards-compatible with Heptio Ark.
The [instructions found here](https://velero.io/docs/v1.0.0/upgrade-to-1.0/) will assist you in upgrading from version v0.11.0 to v1.0.0
+2 -2
View File
@@ -7,7 +7,7 @@ Check that the secret has been created:
kubectl get secret/{{ include "velero.fullname" . }} -n {{ .Release.Namespace }}
Once velero server is up and running you need the client before you can use it
1. wget https://github.com/heptio/velero/releases/download/{{ .Values.image.tag }}/velero-{{ .Values.image.tag }}-darwin-amd64.tar.gz
1. wget https://github.com/vmware-tanzu/velero/releases/download/{{ .Values.image.tag }}/velero-{{ .Values.image.tag }}-darwin-amd64.tar.gz
2. tar -xvf velero-{{ .Values.image.tag }}-darwin-amd64.tar.gz -C velero-client
More info on the official site: https://github.com/heptio/velero#install-client
More info on the official site: https://github.com/vmware-tanzu/velero#install-client