Browse Source
Merge pull request #2672 from hswong3i/ingress-nginx-0.13.0
ingress-nginx: Upgrade to 0.13.0
pull/2582/merge
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/download/defaults/main.yml
|
|
@ -155,7 +155,7 @@ local_volume_provisioner_image_tag: "v2.0.0" |
|
|
|
cephfs_provisioner_image_repo: "quay.io/kubespray/cephfs-provisioner" |
|
|
|
cephfs_provisioner_image_tag: "92295a30" |
|
|
|
ingress_nginx_controller_image_repo: "quay.io/kubernetes-ingress-controller/nginx-ingress-controller" |
|
|
|
ingress_nginx_controller_image_tag: "0.12.0" |
|
|
|
ingress_nginx_controller_image_tag: "0.13.0" |
|
|
|
ingress_nginx_default_backend_image_repo: "gcr.io/google_containers/defaultbackend" |
|
|
|
ingress_nginx_default_backend_image_tag: "1.4" |
|
|
|
cert_manager_version: "v0.2.3" |
|
|
|