chart: Update links in the docs

Longhorn #1229

Signed-off-by: Shuo Wu <shuo@rancher.com>
This commit is contained in:
Shuo Wu 2020-04-27 17:23:36 +08:00 committed by Sheng Yang
parent e39dece7a7
commit 7978692614
3 changed files with 10 additions and 9 deletions

View File

@ -11,13 +11,14 @@ keywords:
- block
- device
- iscsi
home: https://github.com/rancher/longhorn
home: https://github.com/longhorn/longhorn
sources:
- https://github.com/rancher/longhorn
- https://github.com/rancher/longhorn-engine
- https://github.com/rancher/longhorn-manager
- https://github.com/rancher/longhorn-ui
- https://github.com/rancher/longhorn-tests
- https://github.com/longhorn/longhorn
- https://github.com/longhorn/longhorn-engine
- https://github.com/longhorn/longhorn-instance-manager
- https://github.com/longhorn/longhorn-manager
- https://github.com/longhorn/longhorn-ui
- https://github.com/longhorn/longhorn-tests
maintainers:
- name: rancher
email: charts@rancher.com

View File

@ -38,8 +38,8 @@ If your CRD instances or the CRDs themselves can't be deleted for whatever reaso
```
# Delete CRD instances and definitions
curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrds.sh |bash -s v062
curl -s https://raw.githubusercontent.com/longhorn/longhorn-manager/master/hack/cleancrds.sh |bash -s v070
curl -s https://raw.githubusercontent.com/longhorn/longhorn/v0.8.1/scripts/cleanup.sh |bash -s v062
curl -s https://raw.githubusercontent.com/longhorn/longhorn/v0.8.1/scripts/cleanup.sh |bash -s v070
```
---

View File

@ -4,4 +4,4 @@ Longhorn is a lightweight, reliable and easy to use distributed block storage sy
Longhorn creates a dedicated storage controller for each volume and synchronously replicates the volume across multiple replicas stored on multiple nodes. The storage controller and replicas are themselves orchestrated using Kubernetes. Longhorn supports snapshots, backups and even allows you to schedule recurring snapshots and backups!
[Chart Documentation](https://github.com/rancher/longhorn/blob/master/docs/chart.md)
[Chart Documentation](https://github.com/longhorn/longhorn/blob/master/chart/README.md)