From 14a4eec36448c5cc87925349b1d28208639b1c86 Mon Sep 17 00:00:00 2001 From: Eitan Yarmush Date: Mon, 29 Dec 2025 20:15:41 +0000 Subject: [PATCH] fix: bump helm to fix random break Signed-off-by: Eitan Yarmush --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5c25e43f..5369fd1a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v4.2.0 with: - version: v3.17.0 + version: v3.18.0 - name: Install Kind id: kind @@ -141,7 +141,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v4.2.0 with: - version: v3.17.0 + version: v3.18.0 # Install unittest plugin - name: Install unittest plugin run: |