From 74646cdb9866d4aa81d676378809997ef326ea8b Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:35:13 -0500 Subject: [PATCH] [stable/tomcat] add repo archive notice (#24207) Signed-off-by: Scott Rigby --- stable/tomcat/Chart.yaml | 2 +- stable/tomcat/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/tomcat/Chart.yaml b/stable/tomcat/Chart.yaml index f4f7ab11f6..f8b0ee5108 100644 --- a/stable/tomcat/Chart.yaml +++ b/stable/tomcat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: tomcat description: Deploy a basic tomcat application server with sidecar as web archive container icon: http://tomcat.apache.org/res/images/tomcat.png -version: 0.4.1 +version: 0.4.2 appVersion: "7.0" home: https://github.com/yahavb maintainers: diff --git a/stable/tomcat/README.md b/stable/tomcat/README.md index c9eeebd18e..6fb9e52d83 100644 --- a/stable/tomcat/README.md +++ b/stable/tomcat/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/). + # Tomcat [Tomcat](http://tomcat.apache.org) is is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.