We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458cd7e commit 14ead45Copy full SHA for 14ead45
.github/workflows/helm-chart-releases.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
helm repo add bitnami https://charts.bitnami.com/bitnami
29
helm repo add onyx-vespa https://onyx-dot-app.github.io/vespa-helm-charts
30
+ helm repo add keda https://kedacore.github.io/charts
31
helm repo update
32
33
- name: Build chart dependencies
@@ -46,4 +47,4 @@ jobs:
46
47
charts_dir: deployment/helm/charts
48
branch: gh-pages
49
commit_username: ${{ github.actor }}
- commit_email: ${{ github.actor }}@users.noreply.github.com
50
+ commit_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments