File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,6 +211,11 @@ jobs:
211211 - name : Checkout Repository
212212 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213213
214+ - name : Setup Helm
215+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
216+ with :
217+ version : ' v3.18.6'
218+
214219 - name : Setup Golang Environment
215220 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
216221 with :
@@ -396,6 +401,11 @@ jobs:
396401 - name : Checkout Repository
397402 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
398403
404+ - name : Setup Helm
405+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
406+ with :
407+ version : ' v3.18.6'
408+
399409 - name : Authenticate to Google Cloud
400410 id : auth
401411 uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
Original file line number Diff line number Diff line change 7474 - name : Checkout Repository
7575 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676
77+ - name : Setup Helm
78+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
79+ with :
80+ version : ' v3.18.6'
81+
7782 - name : Lint chart
7883 run : helm lint charts/nginx-ingress
7984
Original file line number Diff line number Diff line change 9090 with :
9191 ref : ${{ needs.checks.outputs.branch }}
9292
93+ - name : Setup Helm
94+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
95+ with :
96+ version : ' v3.18.6'
97+
9398 - name : Setup Golang Environment
9499 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
95100 with :
@@ -129,6 +134,11 @@ jobs:
129134 with :
130135 ref : ${{ needs.checks.outputs.branch }}
131136
137+ - name : Setup Helm
138+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
139+ with :
140+ version : ' v3.18.6'
141+
132142 - name : Authenticate to Google Cloud
133143 id : auth
134144 uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
You can’t perform that action at this time.
0 commit comments