From bd320d9022dcd8aa505af4a44125eb3ad92cb0ad Mon Sep 17 00:00:00 2001 From: Samreet Singh Date: Thu, 26 Feb 2026 14:52:09 +0100 Subject: [PATCH] Update helm to v4.1.1 and adapt waiting to new format Signed-off-by: Samreet Singh --- .github/workflows/ci.yaml | 2 +- Taskfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f20b4664b1..7d68305264 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ env: # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_BINARY_VERSION: "v0.31.0" # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: "v4.1.0" + HELM_VERSION: "v4.1.1" # renovate: datasource=github-releases depName=helm-unittest/helm-unittest HELM_PLUGIN_UNITTEST_VERSION: "1.0.3" # renovate: datasource=github-releases depName=go-task/task diff --git a/Taskfile.yaml b/Taskfile.yaml index fe4fc68f80..00b4f9abad 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -52,7 +52,7 @@ tasks: - kubectl config use-context kind-testing-env - kubectl create namespace integration-tests || true - | - helm -n securecodebox-system upgrade --create-namespace --install securecodebox-operator {{ .TASKFILE_DIR }}/operator --wait \ + helm -n securecodebox-system upgrade --create-namespace --install securecodebox-operator {{ .TASKFILE_DIR }}/operator --wait=watcher --timeout=120s \ --set="image.repository=docker.io/${IMG_NS}/operator" \ --set="image.tag=${IMG_TAG}" \ --set="image.pullPolicy=IfNotPresent" \