From ffe5c08c4c6041573b289ecc0e63ce8c72a96707 Mon Sep 17 00:00:00 2001 From: Eduardo Fraga Date: Sat, 15 Nov 2025 14:38:17 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20.github/workflows/helm-?= =?UTF-8?q?publish.yml=20->=20Remove=20Helm=20version=20pin=20=F0=9F=9B=A0?= =?UTF-8?q?=EF=B8=8F=20.github/workflows/helm-publish.yml=20->=20Keep=20ch?= =?UTF-8?q?art=E2=80=91releaser=20step=20unchanged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/helm-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index 70dd51e..f1e8a2b 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -79,8 +79,6 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 - with: - version: '3.x' - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0