File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# 0.0.0 shouldn't clobber any released builds
16
- TAG ?= 0.29
16
+ TAG ?= 0.30
17
17
REGISTRY ?= quay.io/kubernetes-ingress-controller
18
18
ARCH ?= $(shell go env GOARCH)
19
19
DOCKER ?= gcloud docker --
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This image does provides a default configuration file with no backend servers.
26
26
* Using docker*
27
27
28
28
``` console
29
- docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.29
29
+ docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.30
30
30
```
31
31
32
32
* Creating a replication controller*
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o errexit
19
19
set -o nounset
20
20
set -o pipefail
21
21
22
- export NGINX_VERSION=1.13.6
22
+ export NGINX_VERSION=1.13.7
23
23
export NDK_VERSION=0.3.0
24
24
export VTS_VERSION=0.1.15
25
25
export SETMISC_VERSION=0.31
@@ -90,7 +90,7 @@ mkdir --verbose -p "$BUILD_PATH"
90
90
cd " $BUILD_PATH "
91
91
92
92
# download, verify and extract the source files
93
- get_src 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8 \
93
+ get_src beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c \
94
94
" http://nginx.org/download/nginx-$NGINX_VERSION .tar.gz"
95
95
96
96
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \
Original file line number Diff line number Diff line change 32
32
spec :
33
33
containers :
34
34
- name : nginx
35
- image : quay.io/kubernetes-ingress-controller/nginx:0.29
35
+ image : quay.io/kubernetes-ingress-controller/nginx:0.30
36
36
ports :
37
37
- containerPort : 80
You can’t perform that action at this time.
0 commit comments