From 40be750df9b9271ce0483744382ee2392e4b2cad Mon Sep 17 00:00:00 2001 From: Tim Curtin <8890118+timm088@users.noreply.github.com> Date: Wed, 30 Jan 2019 06:21:05 +1100 Subject: [PATCH] Update to latest ingress-nginx (#10861) * Increment chart version for appVersion increase Signed-off-by: Tim Curtin <8890118+timm088@users.noreply.github.com> * Increment image version to latest Signed-off-by: Tim Curtin <8890118+timm088@users.noreply.github.com> * Update default version in README Signed-off-by: Tim Curtin <8890118+timm088@users.noreply.github.com> --- stable/nginx-ingress/Chart.yaml | 4 ++-- stable/nginx-ingress/README.md | 2 +- stable/nginx-ingress/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index cb3482ca5f..cc195b3455 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,6 +1,6 @@ name: nginx-ingress -version: 1.1.5 -appVersion: 0.21.0 +version: 1.2.0 +appVersion: 0.22.0 home: https://github.com/kubernetes/ingress-nginx description: 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 diff --git a/stable/nginx-ingress/README.md b/stable/nginx-ingress/README.md index 5ed53aa89a..f7c763b572 100644 --- a/stable/nginx-ingress/README.md +++ b/stable/nginx-ingress/README.md @@ -47,7 +47,7 @@ Parameter | Description | Default --- | --- | --- `controller.name` | name of the controller component | `controller` `controller.image.repository` | controller container image repository | `quay.io/kubernetes-ingress-controller/nginx-ingress-controller` -`controller.image.tag` | controller container image tag | `0.21.0` +`controller.image.tag` | controller container image tag | `0.22.0` `controller.image.pullPolicy` | controller container image pull policy | `IfNotPresent` `controller.image.runAsUser` | User ID of the controller process. Value depends on the Linux distribution used inside of the container image. By default uses debian one. | `33` `controller.config` | nginx ConfigMap entries | none diff --git a/stable/nginx-ingress/values.yaml b/stable/nginx-ingress/values.yaml index 8bd3d0e36a..0886b06881 100644 --- a/stable/nginx-ingress/values.yaml +++ b/stable/nginx-ingress/values.yaml @@ -5,7 +5,7 @@ controller: name: controller image: repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller - tag: "0.21.0" + tag: "0.22.0" pullPolicy: IfNotPresent # www-data -> uid 33 runAsUser: 33