There was an error while loading. Please reload this page.
1 parent b07270b commit f2ce1b2Copy full SHA for f2ce1b2
1 file changed
.github/workflows/release.yml
@@ -362,6 +362,15 @@ jobs:
362
with:
363
path: repository
364
365
+ - name: Set up helm
366
+ uses: azure/setup-helm@v3
367
+ with:
368
+ version: '3.9.0'
369
+
370
+ - name: Helm repository deps
371
+ run: |
372
+ helm repo add bitnami https://charts.bitnami.com/bitnami
373
374
- name: Set up Docker Buildx
375
uses: docker/setup-buildx-action@v2
376
0 commit comments