From ad68e4fae3e7bec2ddb4376cfbfd53ff307af02d Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 11:29:24 -0500 Subject: [PATCH] [incubator/kubeless] deprecating chart (#24262) Signed-off-by: Matt Farina --- incubator/kubeless/Chart.yaml | 8 +++----- incubator/kubeless/OWNERS | 10 ---------- incubator/kubeless/README.md | 4 ++++ 3 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 incubator/kubeless/OWNERS diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index 928c3bf5a7..f55b14be22 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -1,7 +1,7 @@ name: kubeless -version: 2.1.2 +version: 2.1.3 appVersion: v1.0.5 -description: Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images. +description: DEPRECATED Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images. icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png apiVersion: v1 home: http://kubeless.io/ @@ -13,6 +13,4 @@ keywords: - serverless - function-as-a-service - faas -maintainers: - - name: Bitnami - email: containers@bitnami.com +deprecated: true diff --git a/incubator/kubeless/OWNERS b/incubator/kubeless/OWNERS deleted file mode 100644 index 4bf8a5c422..0000000000 --- a/incubator/kubeless/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -approvers: -- prydonius -- tompizmor -- sameersbn -- carrodher -reviewers: -- prydonius -- tompizmor -- sameersbn -- carrodher diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index 3e5e8a20e2..9d39805991 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https [Kubeless](http://kubeless.io/) is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images. With kubeless you can build advanced applications that tie together services using functions. +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; ```bash