[ingress-nginx] upgrade to 1.1.1 (#8490)
This commit is contained in:
parent
958bca8800
commit
ff621fb7f1
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [rbd-provisioner](https://github.com/kubernetes-incubator/external-storage) v2.1.1-k8s1.11
|
- [rbd-provisioner](https://github.com/kubernetes-incubator/external-storage) v2.1.1-k8s1.11
|
||||||
- [cert-manager](https://github.com/jetstack/cert-manager) v1.6.1
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.6.1
|
||||||
- [coredns](https://github.com/coredns/coredns) v1.8.6
|
- [coredns](https://github.com/coredns/coredns) v1.8.6
|
||||||
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.0.4
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.1.1
|
||||||
|
|
||||||
## Container Runtime Notes
|
## Container Runtime Notes
|
||||||
|
|
||||||
|
|
|
@ -668,7 +668,7 @@ rbd_provisioner_image_tag: "v2.1.1-k8s1.11"
|
||||||
local_path_provisioner_image_repo: "{{ docker_image_repo }}/rancher/local-path-provisioner"
|
local_path_provisioner_image_repo: "{{ docker_image_repo }}/rancher/local-path-provisioner"
|
||||||
local_path_provisioner_image_tag: "v0.0.21"
|
local_path_provisioner_image_tag: "v0.0.21"
|
||||||
ingress_nginx_controller_image_repo: "{{ kube_image_repo }}/ingress-nginx/controller"
|
ingress_nginx_controller_image_repo: "{{ kube_image_repo }}/ingress-nginx/controller"
|
||||||
ingress_nginx_controller_image_tag: "v1.0.4"
|
ingress_nginx_controller_image_tag: "v1.1.1"
|
||||||
alb_ingress_image_repo: "{{ docker_image_repo }}/amazon/aws-alb-ingress-controller"
|
alb_ingress_image_repo: "{{ docker_image_repo }}/amazon/aws-alb-ingress-controller"
|
||||||
alb_ingress_image_tag: "v1.1.9"
|
alb_ingress_image_tag: "v1.1.9"
|
||||||
cert_manager_version: "v1.6.1"
|
cert_manager_version: "v1.6.1"
|
||||||
|
|
Loading…
Reference in a new issue