Skip to content

Commit

Permalink
Update nginx image (kubernetes#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and towolf committed Jun 16, 2020
1 parent 2616797 commit 89119b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/nginx/Makefile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.83
TAG ?= 0.84
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= docker
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/README.md
Expand Up @@ -23,7 +23,7 @@ This image provides a default configuration file with no backend servers.
_Using docker_

```console
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.65
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.84
```

_Creating a replication controller_
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/rc.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: nginx
image: quay.io/kubernetes-ingress-controller/nginx:0.65
image: quay.io/kubernetes-ingress-controller/nginx:0.84
ports:
- containerPort: 80
- containerPort: 443

0 comments on commit 89119b8

Please sign in to comment.