Skip to content

Commit

Permalink
add: missing repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Sep 26, 2024
1 parent 4744a3e commit d3528d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: add repos
run: |
helm repo add cert-manager https://charts.jetstack.io
helm repo add kafka https://strimzi.io/charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
Expand Down

0 comments on commit d3528d6

Please sign in to comment.