From cdb1e1cc007f29f192b56bd4aa834c56998bdbbb Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 07:30:39 -0500 Subject: [PATCH] [stable/lamp] add repo archive notice (#24145) * [stable/lamp] add repo archive notice Signed-off-by: Scott Rigby * [stable/lamp] bump chart version Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/lamp/Chart.yaml | 2 +- stable/lamp/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/lamp/Chart.yaml b/stable/lamp/Chart.yaml index d53a0d39b9..fa89f3efa6 100644 --- a/stable/lamp/Chart.yaml +++ b/stable/lamp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Modular and transparent LAMP stack chart supporting PHP-FPM, Release Cloning, LoadBalancer, Ingress, SSL and lots more! name: lamp -version: 1.1.4 +version: 1.1.5 appVersion: 7 home: https://github.com/lead4good/helm-lamp-stack maintainers: diff --git a/stable/lamp/README.md b/stable/lamp/README.md index 42228f31cd..f9fc4b91f9 100644 --- a/stable/lamp/README.md +++ b/stable/lamp/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/). + # LAMP Ever wanted to deploy a [LAMP Stack](https://en.wikipedia.org/wiki/LAMP_(software_bundle)) on Kubernetes?