From e2d78d79f33c66fe1238ba56619787442660f2ea Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Thu, 29 Apr 2021 09:05:37 +0800 Subject: [PATCH] chart: Add backing image manager repo description Signed-off-by: Shuo Wu --- chart/Chart.yaml | 1 + chart/README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 50d23cc..d4f9d59 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -18,6 +18,7 @@ sources: - https://github.com/longhorn/longhorn-engine - https://github.com/longhorn/longhorn-instance-manager - https://github.com/longhorn/longhorn-share-manager +- https://github.com/longhorn/backing-image-manager - https://github.com/longhorn/longhorn-manager - https://github.com/longhorn/longhorn-ui - https://github.com/longhorn/longhorn-tests diff --git a/chart/README.md b/chart/README.md index 5d693de..050f50e 100644 --- a/chart/README.md +++ b/chart/README.md @@ -11,8 +11,9 @@ Longhorn is 100% open source software. Project source code is spread across a nu 1. Longhorn Engine -- Core controller/replica logic https://github.com/longhorn/longhorn-engine 2. Longhorn Instance Manager -- Controller/replica instance lifecycle management https://github.com/longhorn/longhorn-instance-manager 3. Longhorn Share Manager -- NFS provisioner that exposes Longhorn volumes as ReadWriteMany volumes. https://github.com/longhorn/longhorn-share-manager -4. Longhorn Manager -- Longhorn orchestration, includes CSI driver for Kubernetes https://github.com/longhorn/longhorn-manager -4. Longhorn UI -- Dashboard https://github.com/longhorn/longhorn-ui +4. Backing Image Manager -- Backing image file lifecycle management. https://github.com/longhorn/backing-image-manager +5. Longhorn Manager -- Longhorn orchestration, includes CSI driver for Kubernetes https://github.com/longhorn/longhorn-manager +6. Longhorn UI -- Dashboard https://github.com/longhorn/longhorn-ui ## Prerequisites