Skip to content
Snippets Groups Projects
Unverified Commit 58faef6f authored by Fred Rolland's avatar Fred Rolland Committed by GitHub
Browse files

Flannel: fix init container image arch (#9461)


The install-cni-plugin image was not updated to the corresponding
arch when building the different DS.

Fixes issue #9460

Signed-off-by: default avatarFred Rolland <frolland@nvidia.com>

Signed-off-by: default avatarFred Rolland <frolland@nvidia.com>
parent 34a52a70
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ spec: ...@@ -114,7 +114,7 @@ spec:
- {{ arch }} - {{ arch }}
initContainers: initContainers:
- name: install-cni-plugin - name: install-cni-plugin
image: {{ flannel_init_image_repo }}:{{ flannel_init_image_tag }} image: {{ flannel_init_image_repo }}:{{ flannel_init_image_tag | regex_replace(image_arch,'') }}{{ arch }}
command: command:
- cp - cp
args: args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment