Skip to content

Commit bd320d9

Browse files
committed
Update helm to v4.1.1 and adapt waiting to new format
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent 32e2b1a commit bd320d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
2727
KIND_BINARY_VERSION: "v0.31.0"
2828
# renovate: datasource=github-releases depName=helm/helm
29-
HELM_VERSION: "v4.1.0"
29+
HELM_VERSION: "v4.1.1"
3030
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
3131
HELM_PLUGIN_UNITTEST_VERSION: "1.0.3"
3232
# renovate: datasource=github-releases depName=go-task/task

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks:
5252
- kubectl config use-context kind-testing-env
5353
- kubectl create namespace integration-tests || true
5454
- |
55-
helm -n securecodebox-system upgrade --create-namespace --install securecodebox-operator {{ .TASKFILE_DIR }}/operator --wait \
55+
helm -n securecodebox-system upgrade --create-namespace --install securecodebox-operator {{ .TASKFILE_DIR }}/operator --wait=watcher --timeout=120s \
5656
--set="image.repository=docker.io/${IMG_NS}/operator" \
5757
--set="image.tag=${IMG_TAG}" \
5858
--set="image.pullPolicy=IfNotPresent" \

0 commit comments

Comments
 (0)