Skip to content

Commit 892a9ed

Browse files
authored
add helm gh action (#8175)
1 parent c742169 commit 892a9ed

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lint-format.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
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

.github/workflows/regression.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
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

0 commit comments

Comments
 (0)