[ci] Fix publish of helm-client containers

The publish step was using helm_version which has been renamed to
helm_versions to accomodate build of v2 and v3 clients.

Story: 2007514
Task: 39733

Change-Id: I69aa13b708a95530a4a86eb066885f3e56a91273
This commit is contained in:
Bharat Kunwar 2020-05-11 14:56:17 +00:00
parent 7103c22bd9
commit 67d5b08178
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
- "{{ kubernetes_versions }}"
- "{{ kubernetes_images }}"
retries: 10
- command: docker push {{ magnum_repository }}/helm-client:{{ helm_version }}
- command: docker push {{ magnum_repository }}/helm-client:{{ item.version }}
with_items: "{{ helm_versions }}"
retries: 10
- command: docker push {{ magnum_repository }}/cluster-autoscaler:v{{ item.version }}
with_items: "{{ cluster_autoscaler_versions }}"