Skip to content

Commit

Permalink
[stable/nginx-ingress] Bump nginx-ingress version to 0.29.0 (helm#20813)
Browse files Browse the repository at this point in the history
* [stable/nginx-ingress] Bump nginx-ingress version to 0.29.0

Signed-off-by: Vincent Latombe <vincent@latombe.net>

* Bump minor version

Signed-off-by: Vincent Latombe <vincent@latombe.net>
Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
  • Loading branch information
Vlatombe authored and li-adrienloiseau committed Jul 29, 2020
1 parent ca69ad1 commit d55b479
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: nginx-ingress
version: 1.30.3
appVersion: 0.28.0
version: 1.31.0
appVersion: 0.29.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
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.28.0`
`controller.image.tag` | controller container image tag | `0.29.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. | `101`
`controller.containerPort.http` | The port that the controller container listens on for http connections. | `80`
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ controller:
name: controller
image:
repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
tag: "0.28.0"
tag: "0.29.0"
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101
Expand Down

0 comments on commit d55b479

Please sign in to comment.