Skip to content

Commit 8f95bd6

Browse files
committed
switch back to helm 3 as the helm-schema plugion fails during helm 4 default plugin verification (is not signed)
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent 9081bf4 commit 8f95bd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/controller-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
- name: Install Helm
293293
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
294294
with:
295-
version: v4.1.3
295+
version: v3.20.1
296296

297297
- name: Download RC chart artifact
298298
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7

.github/workflows/kubernetes-controller.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Helm
8686
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
8787
with:
88-
version: v4.1.3
88+
version: v3.20.1
8989

9090
- name: Generate values schema
9191
working-directory: ${{ env.LOCATION }}
@@ -152,7 +152,7 @@ jobs:
152152
- name: Install Helm
153153
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
154154
with:
155-
version: v4.1.3
155+
version: v3.20.1
156156

157157
- name: Compute VERSION
158158
id: version
@@ -268,7 +268,7 @@ jobs:
268268
- name: Install Helm
269269
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
270270
with:
271-
version: v4.1.3
271+
version: v3.20.1
272272

273273
- name: Download build artifacts
274274
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
@@ -361,7 +361,7 @@ jobs:
361361
- name: Install Helm
362362
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
363363
with:
364-
version: v4.1.3
364+
version: v3.20.1
365365

366366
- name: Log in to GHCR
367367
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3

0 commit comments

Comments
 (0)