Skip to content
Snippets Groups Projects
Commit 6ded7e2c authored by Goeran Poehner's avatar Goeran Poehner
Browse files

Added chart dependency

parent 7d8adfa5
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ jobs: ...@@ -19,6 +19,9 @@ jobs:
run: | run: |
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Add dependencies
run: |
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts
- name: Run Release - name: Run Release
uses: helm/chart-releaser-action@v1.2.1 uses: helm/chart-releaser-action@v1.2.1
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment