mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 10:24:45 +00:00
This is a backport of PR #1077 as merged into main (23b6cec).
SUMMARY
The error message emitted for incorrect helm version has changed since the merge of #1039. This PR updates the related assertion in the helm_pull integration test
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- _result is failed
|
- _result is failed
|
||||||
- _result.msg == "This module requires helm >= 3.0.0, current version is 2.3.0"
|
- _result.msg == "Helm version must be >=3.0.0,<4.0.0, current version is 2.3.0"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
helm_path: "{{ temp_dir }}/2.3.0/linux-amd64/helm"
|
helm_path: "{{ temp_dir }}/2.3.0/linux-amd64/helm"
|
||||||
|
|||||||
Reference in New Issue
Block a user