[stable/nginx-ingress] Update nginx-ingress README for deprecation (#22823)

* Update nginx-ingress README for deprecation

Signed-off-by: ChiefAlexander <alex.harder@fishtech.group>

* add deprecation stuff

Signed-off-by: David Karlsen <david@davidkarlsen.com>

Co-authored-by: David Karlsen <david@davidkarlsen.com>
This commit is contained in:
Alex Harder
2020-08-18 19:55:10 -07:00
committed by GitHub
co-authored by David Karlsen
parent 6dba24d035
commit d38b80b8a9
3 changed files with 12 additions and 7 deletions
+3 -6
View File
@@ -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"
+4 -1
View File
@@ -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.
+5
View File
@@ -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 }}