[addons] Update ingress rc image version to latest release

pull/2039/head
kairen 2017-10-07 21:54:55 +08:00
parent 96fd28efc1
commit a1d69920fd
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ spec:
# Any image is permissable as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.0
image: gcr.io/google_containers/defaultbackend:1.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
@ -77,7 +77,7 @@ spec:
spec:
terminationGracePeriodSeconds: 60
containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.14
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.15
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe: