Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Update img to 0.23.0 (#12050)
Browse files Browse the repository at this point in the history
Signed-off-by: Naseem Ullah <[email protected]>
  • Loading branch information
naseemkullah authored and k8s-ci-robot committed Mar 19, 2019
1 parent a756589 commit 172ba31
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,6 +1,6 @@
name: nginx-ingress
version: 1.3.1
appVersion: 0.22.0
version: 1.4.0
appVersion: 0.23.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 @@ -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.22.0`
`controller.image.tag` | controller container image tag | `0.23.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
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.22.0"
tag: "0.23.0"
pullPolicy: IfNotPresent
# www-data -> uid 33
runAsUser: 33
Expand Down

0 comments on commit 172ba31

Please sign in to comment.