From aecb1e917ecf72ff50b68f757f4ce7330dde1b40 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Nov 2020 15:05:51 -0500 Subject: [PATCH] [stable/lamp] deprecating chart (#24349) Signed-off-by: Matt Farina --- stable/lamp/Chart.yaml | 7 +++---- stable/lamp/OWNERS | 4 ---- stable/lamp/README.md | 4 ++++ 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 stable/lamp/OWNERS diff --git a/stable/lamp/Chart.yaml b/stable/lamp/Chart.yaml index fa89f3efa6..4fed40a3fb 100644 --- a/stable/lamp/Chart.yaml +++ b/stable/lamp/Chart.yaml @@ -1,8 +1,7 @@ apiVersion: v1 -description: Modular and transparent LAMP stack chart supporting PHP-FPM, Release Cloning, LoadBalancer, Ingress, SSL and lots more! +description: DEPRECATED - Modular and transparent LAMP stack chart supporting PHP-FPM, Release Cloning, LoadBalancer, Ingress, SSL and lots more! name: lamp -version: 1.1.5 +version: 1.1.6 appVersion: 7 home: https://github.com/lead4good/helm-lamp-stack -maintainers: - - name: lead4good +deprecated: true diff --git a/stable/lamp/OWNERS b/stable/lamp/OWNERS deleted file mode 100644 index 87fd0f173c..0000000000 --- a/stable/lamp/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -approvers: - - lead4good -reviewers: - - lead4good diff --git a/stable/lamp/README.md b/stable/lamp/README.md index f9fc4b91f9..3358b6eeaa 100644 --- a/stable/lamp/README.md +++ b/stable/lamp/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https Ever wanted to deploy a [LAMP Stack](https://en.wikipedia.org/wiki/LAMP_(software_bundle)) on Kubernetes? +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## TL;DR; ```console