From 3a083455045f0cbd62780744bb275826340f7d2d Mon Sep 17 00:00:00 2001 From: kmova Date: Thu, 18 Jun 2020 19:11:10 +0000 Subject: [PATCH] add deprecation notice to openebs chart Signed-off-by: kmova --- stable/openebs/Chart.yaml | 9 ++------- stable/openebs/OWNERS | 6 ------ stable/openebs/README.md | 6 ++++++ 3 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 stable/openebs/OWNERS diff --git a/stable/openebs/Chart.yaml b/stable/openebs/Chart.yaml index 4c64d6ddc4e1..4d14e1686a68 100644 --- a/stable/openebs/Chart.yaml +++ b/stable/openebs/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -version: 1.11.0 +version: 1.11.1 name: openebs appVersion: 1.11.0 -description: Containerized Storage for Containers +description: DEPRECATED Containerized Storage for Containers icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ keywords: @@ -12,8 +12,3 @@ keywords: - storage sources: - https://github.com/openebs/openebs -maintainers: - - name: kmova - email: kiran.mova@openebs.io - - name: prateekpandey14 - email: prateek.pandey@openebs.io diff --git a/stable/openebs/OWNERS b/stable/openebs/OWNERS deleted file mode 100644 index 874423e124df..000000000000 --- a/stable/openebs/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -approvers: -- kmova -- prateekpandey14 -reviewers: -- kmova -- prateekpandey14 diff --git a/stable/openebs/README.md b/stable/openebs/README.md index 203f45dd1e4a..3d5cd2a57f97 100644 --- a/stable/openebs/README.md +++ b/stable/openebs/README.md @@ -1,6 +1,12 @@ OpenEBS ======= +## NOTICE: This chart has moved! + +Due to the [deprecation and obsoletion plan](https://github.com/helm/charts#status-of-the-project) of the Helm charts repository this chart has been moved to a new repository. The source for the OpenEBS Charts is moved to [OpenEBS Charts GitHub project](https://github.com/openebs/charts). The chart is hosted at https://hub.helm.sh/charts?q=openebs. + + + [OpenEBS](https://github.com/openebs/openebs) is an open source storage platform that provides persistent and containerized block storage for DevOps and container environments. OpenEBS can be deployed on any Kubernetes cluster - either in cloud, on-premise or developer laptop (minikube). OpenEBS itself is deployed as just another container on your cluster, and enables storage services that can be designated on a per pod, application, cluster or container level.