From ac242d04eeb5e092e869eafe9ae6f71105bb2450 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 11 Feb 2026 13:20:52 -0800 Subject: [PATCH] one time manual run --- .github/workflows/helm_manual_release.yml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/helm_manual_release.yml diff --git a/.github/workflows/helm_manual_release.yml b/.github/workflows/helm_manual_release.yml new file mode 100644 index 000000000..53fae5d5f --- /dev/null +++ b/.github/workflows/helm_manual_release.yml @@ -0,0 +1,25 @@ +name: "helm: manual release" + +on: + workflow_dispatch: + +permissions: + contents: write + pages: write + +jobs: + helm-release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 0 + + - name: Publish Helm charts + uses: stefanprodan/helm-gh-pages@v1.7.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + charts_dir: k8s/charts + target_dir: helm + branch: gh-pages + helm_version: "3.18.4"