diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 4c621ff..7355397 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/README.md b/chart/README.md index 71ae528..613cfac 100644 --- a/chart/README.md +++ b/chart/README.md @@ -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 ``` --- diff --git a/chart/app-readme.md b/chart/app-readme.md index 9094764..682d3c2 100644 --- a/chart/app-readme.md +++ b/chart/app-readme.md @@ -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)