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:
248
248
- name : Checkout Repository
249
249
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
250
250
251
+ - name : Setup Helm
252
+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
253
+ with :
254
+ version : ' v3.18.6'
255
+
251
256
- name : Setup Golang Environment
252
257
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
253
258
with :
@@ -514,6 +519,11 @@ jobs:
514
519
- name : Checkout Repository
515
520
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
516
521
522
+ - name : Setup Helm
523
+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
524
+ with :
525
+ version : ' v3.18.6'
526
+
517
527
- name : Authenticate to Google Cloud
518
528
id : auth
519
529
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
Original file line number Diff line number Diff line change 74
74
- name : Checkout Repository
75
75
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
76
76
77
+ - name : Setup Helm
78
+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
79
+ with :
80
+ version : ' v3.18.6'
81
+
77
82
- name : Lint chart
78
83
run : helm lint charts/nginx-ingress
79
84
Original file line number Diff line number Diff line change 90
90
with :
91
91
ref : ${{ needs.checks.outputs.branch }}
92
92
93
+ - name : Setup Helm
94
+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
95
+ with :
96
+ version : ' v3.18.6'
97
+
93
98
- name : Setup Golang Environment
94
99
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
95
100
with :
@@ -129,6 +134,11 @@ jobs:
129
134
with :
130
135
ref : ${{ needs.checks.outputs.branch }}
131
136
137
+ - name : Setup Helm
138
+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
139
+ with :
140
+ version : ' v3.18.6'
141
+
132
142
- name : Authenticate to Google Cloud
133
143
id : auth
134
144
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
You can’t perform that action at this time.
0 commit comments