From 30b9c28509f423b1557ec79d4309195084db17ec Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:21:15 -0500 Subject: [PATCH] [incubator/kubeless] add repo archive notice (#24053) Signed-off-by: Scott Rigby --- incubator/kubeless/Chart.yaml | 2 +- incubator/kubeless/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index 1be01d369b..928c3bf5a7 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -1,5 +1,5 @@ name: kubeless -version: 2.1.1 +version: 2.1.2 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. icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index 1c320cebf6..3e5e8a20e2 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -1,3 +1,8 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + # Kubeless [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.