From d38b80b8a9fc00ce9debe97aab28d8de63ae445e Mon Sep 17 00:00:00 2001 From: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com> Date: Tue, 18 Aug 2020 21:55:10 -0500 Subject: [PATCH] [stable/nginx-ingress] Update nginx-ingress README for deprecation (#22823) * Update nginx-ingress README for deprecation Signed-off-by: ChiefAlexander * add deprecation stuff Signed-off-by: David Karlsen Co-authored-by: David Karlsen --- stable/nginx-ingress/Chart.yaml | 9 +++------ stable/nginx-ingress/README.md | 5 ++++- stable/nginx-ingress/templates/NOTES.txt | 5 +++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 63ebdf93a3..af82011bcc 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,18 +1,15 @@ apiVersion: v1 name: nginx-ingress -version: 1.41.2 +version: 1.41.3 appVersion: v0.34.1 +deprecated: true home: https://github.com/kubernetes/ingress-nginx -description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. +description: DEPRECATED! An nginx Ingress controller that uses ConfigMap to store the nginx configuration. icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png keywords: - ingress - nginx sources: - https://github.com/kubernetes/ingress-nginx -maintainers: - - name: ChiefAlexander - - name: taharah - email: Trevor.G.Wood@gmail.com engine: gotpl kubeVersion: ">=1.10.0-0" diff --git a/stable/nginx-ingress/README.md b/stable/nginx-ingress/README.md index 8495aac886..64683c9a6e 100644 --- a/stable/nginx-ingress/README.md +++ b/stable/nginx-ingress/README.md @@ -1,4 +1,7 @@ -# nginx-ingress +# DEPRECATED - nginx-ingress + +This chart is deprecated as we have moved to the upstream repo [ingress-nginx](https://github.com/kubernetes/ingress-nginx) +The chart source can be found here: https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx [nginx-ingress](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration. diff --git a/stable/nginx-ingress/templates/NOTES.txt b/stable/nginx-ingress/templates/NOTES.txt index e18a9010c4..efa7101dd0 100644 --- a/stable/nginx-ingress/templates/NOTES.txt +++ b/stable/nginx-ingress/templates/NOTES.txt @@ -1,3 +1,8 @@ +******************************************************************************************************* +* DEPRECATED, please use https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx * +******************************************************************************************************* + + The nginx-ingress controller has been installed. {{- if contains "NodePort" .Values.controller.service.type }}