chansuke
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
README.md
-
roles/download/defaults/main/main.yml
|
|
@ -177,7 +177,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
|
- [weave](https://github.com/weaveworks/weave) v2.8.1 |
|
|
|
- [kube-vip](https://github.com/kube-vip/kube-vip) v0.5.12 |
|
|
|
- Application |
|
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.11.1 |
|
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.12.5 |
|
|
|
- [coredns](https://github.com/coredns/coredns) v1.10.1 |
|
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.9.3 |
|
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.4 |
|
|
|
|
|
@ -313,7 +313,7 @@ ingress_nginx_kube_webhook_certgen_image_repo: "{{ kube_image_repo }}/ingress-ng |
|
|
|
ingress_nginx_kube_webhook_certgen_image_tag: "v20231011-8b53cabe0" |
|
|
|
alb_ingress_image_repo: "{{ docker_image_repo }}/amazon/aws-alb-ingress-controller" |
|
|
|
alb_ingress_image_tag: "v1.1.9" |
|
|
|
cert_manager_version: "v1.11.1" |
|
|
|
cert_manager_version: "v1.12.5" |
|
|
|
cert_manager_controller_image_repo: "{{ quay_image_repo }}/jetstack/cert-manager-controller" |
|
|
|
cert_manager_controller_image_tag: "{{ cert_manager_version }}" |
|
|
|
cert_manager_cainjector_image_repo: "{{ quay_image_repo }}/jetstack/cert-manager-cainjector" |
|
|
|