Skip to content

Commit 1020e54

Browse files
committed
Fix helm deploy issue
1 parent 240103f commit 1020e54

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/infrastructure-lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ jobs:
183183
oc: ${{ env.OC_VERSION }}
184184
skip_cache: true
185185

186+
- name: Install Helm
187+
# We install v3.16 specifically, to avoid the "Error: chart file xxx is larger than the maximum filesize 5242880"
188+
# error which occurs with Helm 3.17+ when the chart contains large files
189+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # 5.0.0
190+
with:
191+
version: "3.16.0"
192+
186193
- name: Log in to OpenShift
187194
if: inputs.enable_server_lint == true
188195
uses: redhat-actions/oc-login@5eb45e848b168b6bf6b8fe7f1561003c12e3c99d #v1.3

0 commit comments

Comments
 (0)