From fe95bab1d361c4a9826ea74649f9ea4eeac5458d Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 24 Oct 2024 12:00:59 +0200 Subject: [PATCH] Let's preserve backwards compatibility remote is not used at all, but some test still use it. Signed-off-by: Petr "Stone" Hracek --- container_ci_suite/helm.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/container_ci_suite/helm.py b/container_ci_suite/helm.py index 2155b76..000ef25 100644 --- a/container_ci_suite/helm.py +++ b/container_ci_suite/helm.py @@ -42,7 +42,13 @@ class HelmChartsAPI: def __init__( - self, path: Path, package_name: str, tarball_dir: Path, delete_prj: bool = True, shared_cluster: bool = True + self, + path: Path, + package_name: str, + tarball_dir: Path, + delete_prj: bool = True, + shared_cluster: bool = True, + remote: bool = False ): self.path: Path = path self.version: str = "" @@ -61,6 +67,7 @@ def __init__( self.pod_name_prefix: str = "" self.namespace = self.set_namespace() self.cloned_dir = "" + self.remote = remote @staticmethod def run_helm_command(