From d543e3bf9d555ee02b2fbd8d92f46de72e0e5b39 Mon Sep 17 00:00:00 2001 From: "hugh-hackman[bot]" <266376744+hugh-hackman[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 13:10:00 -0400 Subject: [PATCH] feat: add upstream appVersion tracking to release workflow (#21) Configures the reusable release workflow to fetch the latest release tag from FairwindsOps/polaris and set appVersion in artifacthub-pkg.yml. This keeps our Artifact Hub listing in sync with the upstream project. Co-authored-by: Hugh Hackman --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 010e801..2cdfe76 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,3 +16,4 @@ jobs: uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main with: version: ${{ inputs.version }} + upstream-repo: 'FairwindsOps/polaris'