From 0b5e893537d47e2ce583f171503e7be74a9434d4 Mon Sep 17 00:00:00 2001 From: Obinna Odirionye Date: Thu, 9 Feb 2023 06:08:25 +0400 Subject: [PATCH] ci: update CI go version --- acceptance_tests/lib/Helm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance_tests/lib/Helm.py b/acceptance_tests/lib/Helm.py index a7a8882..139ccfc 100644 --- a/acceptance_tests/lib/Helm.py +++ b/acceptance_tests/lib/Helm.py @@ -34,7 +34,7 @@ def check_helm_plugin(self): self.run_command('%s plugin list | grep ^cm-push' % common.HELM_EXE) def run_helm_plugin(self): - self.run_command('%s cm-push --help' % common.HELM_EXE) + self.run_command('%s cm-push --check-helm-version' % common.HELM_EXE) def remove_helm_plugin(self): self.run_command('%s plugin remove cm-push' % common.HELM_EXE)