Browse Source

Update loadbalancers versions (haproxy&nginx) (#6278)

pull/6282/head
Florian Ruynat 4 years ago
committed by GitHub
parent
commit
90c867b424
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions
  1. 4
      roles/download/defaults/main.yml
  2. 3
      tests/files/packet_centos8-calico.yml

4
roles/download/defaults/main.yml

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

3
tests/files/packet_centos8-calico.yml

@ -7,10 +7,9 @@ mode: default
kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1
metrics_server_enabled: true
dashboard_namespace: "kube-dashboard"
loadbalancer_apiserver_type: haproxy
# required / not autodetected for now
calico_iptables_backend: "NFT"
Loading…
Cancel
Save