feat: add upstream appVersion tracking to release workflow

Configures the reusable release workflow to fetch the latest release
tag from bitnami-labs/sealed-secrets and set appVersion in artifacthub-pkg.yml.
This keeps our Artifact Hub listing in sync with the upstream project.
This commit is contained in:
Hugh Hackman
2026-03-08 12:29:14 +00:00
parent 7aa92ac1fb
commit 0bf9c41c98
+1
View File
@@ -16,3 +16,4 @@ jobs:
uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main
with:
version: ${{ inputs.version }}
upstream-repo: 'bitnami-labs/sealed-secrets'