Use local chart directory for dev-env and e2e tests (#5165)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-25 09:35:44 -03:00 committed by GitHub
parent 35264d6e8f
commit e3e16941e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 13 deletions

View file

@ -1,5 +1,5 @@
apiVersion: v1
name: nginx-ingress
name: ingress-nginx
version: 1.32.0
appVersion: 0.30.0
home: https://github.com/kubernetes/ingress-nginx

View file

@ -16,7 +16,7 @@ $ helm install ingress-nginx
## Introduction
This chart bootstraps an nginx-ingress deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
## Prerequisites
@ -263,7 +263,7 @@ $ helm install ingress-nginx --name my-release \
You can add Prometheus annotations to the metrics service using `controller.metrics.service.annotations`. Alternatively, if you use the Prometheus Operator, you can enable ServiceMonitor creation using `controller.metrics.serviceMonitor.enabled`.
## nginx-ingress nginx\_status page/stats server
## ingress-nginx nginx\_status page/stats server
Previous versions of this chart had a `controller.stats.*` configuration block, which is now obsolete due to the following changes in nginx ingress controller:
* in [0.16.1](https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0161), the vts (virtual host traffic status) dashboard was removed