Skip to content

Commit 14ead45

Browse files
fix(infra): Update chart releaser (#5434)
1 parent 458cd7e commit 14ead45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/helm-chart-releases.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
helm repo add bitnami https://charts.bitnami.com/bitnami
2929
helm repo add onyx-vespa https://onyx-dot-app.github.io/vespa-helm-charts
30+
helm repo add keda https://kedacore.github.io/charts
3031
helm repo update
3132
3233
- name: Build chart dependencies
@@ -46,4 +47,4 @@ jobs:
4647
charts_dir: deployment/helm/charts
4748
branch: gh-pages
4849
commit_username: ${{ github.actor }}
49-
commit_email: ${{ github.actor }}@users.noreply.github.com
50+
commit_email: ${{ github.actor }}@users.noreply.github.com

0 commit comments

Comments
 (0)