Update loadbalancers versions (#8272)

* Update loadbalancers versions

* fix haproxy_config_dir mode
This commit is contained in:
Samuel Liu 2021-12-07 01:40:32 +08:00 committed by GitHub
parent 4550f8c50f
commit a98ca6fcf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -629,9 +629,9 @@ multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
multus_image_tag: "{{ multus_version }}" multus_image_tag: "{{ multus_version }}"
nginx_image_repo: "{{ docker_image_repo }}/library/nginx" nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
nginx_image_tag: 1.19 nginx_image_tag: 1.21.4
haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy" haproxy_image_repo: "{{ docker_image_repo }}/library/haproxy"
haproxy_image_tag: 2.3 haproxy_image_tag: 2.4.9
# Coredns version should be supported by corefile-migration (or at least work with) # Coredns version should be supported by corefile-migration (or at least work with)
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail # bundle with kubeadm; if not 'basic' upgrade can sometimes fail

View file

@ -8,7 +8,7 @@
file: file:
path: "{{ haproxy_config_dir }}" path: "{{ haproxy_config_dir }}"
state: directory state: directory
mode: 0700 mode: 0755
owner: root owner: root
- name: haproxy | Write haproxy configuration - name: haproxy | Write haproxy configuration