Skip to content

Commit

Permalink
chore(workflow): Add helm repositories dependency steps for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jun 1, 2023
1 parent b07270b commit f2ce1b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,15 @@ jobs:
with:
path: repository

- name: Set up helm
uses: azure/setup-helm@v3
with:
version: '3.9.0'

- name: Helm repository deps
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit f2ce1b2

Please sign in to comment.