diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4af7e0bdd2d799d10590aef508873e6b6d7cd89a..6d4e5c1bb327fbc929ad52177ae45c257d6a3dfe 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -19,6 +19,9 @@ jobs:
         run: |
           git config user.name "$GITHUB_ACTOR"
           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
         uses: helm/chart-releaser-action@v1.2.1
         env: