Skip to content

Commit

Permalink
flannel image arch specific tag (kubernetes-sigs#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedrillan authored and LuckySB committed Jan 16, 2021
1 parent 3b4f5fc commit 1a1b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ kube_proxy_image_tag: "{{ kube_version }}"
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"
Expand Down

0 comments on commit 1a1b0e9

Please sign in to comment.