Skip to content

Commit

Permalink
Add the helm repo to these as well to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jforest committed Nov 1, 2024
1 parent 4665ac8 commit 5294cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chart-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
version: v3.6.3

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- name: Rebuild index.yaml
env:
version: v1.2.1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
version: v3.6.3

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 5294cab

Please sign in to comment.