Skip to content
Snippets Groups Projects
Unverified Commit e666fe5a authored by David Wattier's avatar David Wattier Committed by GitHub
Browse files

flannel image arch specific tag (#6685)

parent 9ce34be2
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ kube_proxy_image_repo: "{{ kube_image_repo }}/kube-proxy"
etcd_image_repo: "{{ quay_image_repo }}/coreos/etcd"
etcd_image_tag: "{{ etcd_version }}{%- if image_arch != 'amd64' -%}-{{ image_arch }}{%- endif -%}"
flannel_image_repo: "{{ quay_image_repo }}/coreos/flannel"
flannel_image_tag: "{{ flannel_version }}"
flannel_image_tag: "{{ flannel_version }}{%- if image_arch != 'amd64' -%}-{{ image_arch }}{%- endif -%}"
calico_node_image_repo: "{{ docker_image_repo }}/calico/node"
calico_node_image_tag: "{{ calico_version }}"
calico_cni_image_repo: "{{ docker_image_repo }}/calico/cni"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment