From 9cd71ee3db8ec91228ae69c1e0d987e5be4be783 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:06:41 +0000 Subject: [PATCH] Point helm-spec generator at `redpanda-operator` repo We are moving the `connectors`, `console`, `redpanda`, and `operator` charts to the `redpanda-operator` repo. This PR updates our CI workflow to pull from that repo when generating the Helm spec docs. --- .github/workflows/generate-helm-spec.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-helm-spec.yml b/.github/workflows/generate-helm-spec.yml index 8b81ccf90..2a17d5368 100644 --- a/.github/workflows/generate-helm-spec.yml +++ b/.github/workflows/generate-helm-spec.yml @@ -29,11 +29,10 @@ jobs: run: | echo "helm-docs" >> $GITHUB_PATH sudo mv helm-docs /usr/local/bin/ - # Checkout the main branch of the helm-charts repository. - - name: Checkout helm-charts repository + - name: Checkout redpanda-operator repository uses: actions/checkout@v4 with: - repository: redpanda-data/helm-charts + repository: redpanda-data/redpanda-operator ref: main path: helm-charts token: ${{ env.ACTIONS_BOT_TOKEN }}