Browse Source
Feat: upgrade cert-manager from 1.13.2 to 1.13.6 (#11279)
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
pull/11305/head
tico88612
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
README.md
-
roles/kubespray-defaults/defaults/main/download.yml
|
|
@ -176,7 +176,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.8.0 |
|
|
|
- Application |
|
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.13.2 |
|
|
|
- [cert-manager](https://github.com/jetstack/cert-manager) v1.13.6 |
|
|
|
- [coredns](https://github.com/coredns/coredns) v1.11.1 |
|
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.10.1 |
|
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.4 |
|
|
|
|
|
@ -335,7 +335,7 @@ ingress_nginx_kube_webhook_certgen_image_repo: "{{ kube_image_repo }}/ingress-ng |
|
|
|
ingress_nginx_kube_webhook_certgen_image_tag: "v1.4.1" |
|
|
|
alb_ingress_image_repo: "{{ docker_image_repo }}/amazon/aws-alb-ingress-controller" |
|
|
|
alb_ingress_image_tag: "v1.1.9" |
|
|
|
cert_manager_version: "v1.13.2" |
|
|
|
cert_manager_version: "v1.13.6" |
|
|
|
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" |
|
|
|