Update nginx image to 0.90

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-06-26 18:46:56 -04:00
parent ecce3fd7b1
commit 3268d79610
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.89
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.90
RUN clean-install \
g++ \

View file

@ -20,7 +20,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.89
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.90
```
_Creating a replication controller_

View file

@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: nginx
image: quay.io/kubernetes-ingress-controller/nginx:0.89
image: quay.io/kubernetes-ingress-controller/nginx:0.90
ports:
- containerPort: 80
- containerPort: 443