diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f20b4664b..7d6830526 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 fe4fc68f8..00b4f9aba 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" \