From 404d619e94de2a5f199642ab81a8761141eda5d8 Mon Sep 17 00:00:00 2001 From: justin-tahara Date: Tue, 16 Sep 2025 16:57:59 -0700 Subject: [PATCH] fix(infra): Update chart releaser --- .github/workflows/helm-chart-releases.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-releases.yml b/.github/workflows/helm-chart-releases.yml index 358e05c9708..ba2f8f72ca4 100644 --- a/.github/workflows/helm-chart-releases.yml +++ b/.github/workflows/helm-chart-releases.yml @@ -27,6 +27,7 @@ jobs: run: | helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add onyx-vespa https://onyx-dot-app.github.io/vespa-helm-charts + helm repo add keda https://kedacore.github.io/charts helm repo update - name: Build chart dependencies @@ -46,4 +47,4 @@ jobs: charts_dir: deployment/helm/charts branch: gh-pages commit_username: ${{ github.actor }} - commit_email: ${{ github.actor }}@users.noreply.github.com \ No newline at end of file + commit_email: ${{ github.actor }}@users.noreply.github.com