File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,11 @@ jobs:
248248 - name : Checkout Repository
249249 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
250250
251+ - name : Setup Helm
252+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
253+ with :
254+ version : ' v3.18.6'
255+
251256 - name : Setup Golang Environment
252257 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
253258 with :
@@ -514,6 +519,11 @@ jobs:
514519 - name : Checkout Repository
515520 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
516521
522+ - name : Setup Helm
523+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
524+ with :
525+ version : ' v3.18.6'
526+
517527 - name : Authenticate to Google Cloud
518528 id : auth
519529 uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
Original file line number Diff line number Diff line change 7474 - name : Checkout Repository
7575 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
You can’t perform that action at this time.
0 commit comments