actions-marketplace-validations/RelizaHub Version and Publish Helm Chart Action

GitHub Action to version and publish helm chart to an oci compliant registry and submit the release metadata to RelizaHub.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 30, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/relizaio_reliza-helm-action@14604a6aec66e51fc4d188133849b203b046ed64 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
registry_usernameUsername for chart repositoryyes
registry_passwordPassword for chart repositoryyes
registry_hostHost for chart repositoryyes
helm_chart_nameName of the helm chartyes
reliza_api_idReliza Hub API IDyes
reliza_api_keyReliza Hub API KEYyes
reliza_api_urlReliza Hub API URLnohttps://app.relizahub.com
pathPath to the relative to root of the repo (default is '.')no.
ci_metadataMetadata for CI run, (Optional - default is GitHub)no
reliza_project_idProject UUID for this release if org-wide key is usedno
registry_typeType of registry, [OCI | ECR | CHARTMUSEUM - default is OCI]noOCI
aws_regionAWS region, required when registry type is ECRno
enable_sbomGenerates SBOM and stores it along with the artifactnofalse
push_to_rearmWhether to handle SBOM logic via ReARM and push release there as well. Below options are required for ReARM.nofalse
rearm_api_idReARM API IDno
rearm_api_keyReARM API KEYno
rearm_api_urlReARM API URLnohttps://demo.rearmhq.com
rearm_component_idComponent UUID for this release on ReARM if org-wide key is usedno
rearm_enable_public_cosign_sigstoreSign SBOMs using public sigstore via cosignnofalse

no outputs