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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 30, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/relizaio_reliza-helm-action@14604a6aec66e51fc4d188133849b203b046ed64 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry_username | Username for chart repository | yes | — |
| registry_password | Password for chart repository | yes | — |
| registry_host | Host for chart repository | yes | — |
| helm_chart_name | Name of the helm chart | yes | — |
| reliza_api_id | Reliza Hub API ID | yes | — |
| reliza_api_key | Reliza Hub API KEY | yes | — |
| reliza_api_url | Reliza Hub API URL | no | https://app.relizahub.com |
| path | Path to the relative to root of the repo (default is '.') | no | . |
| ci_metadata | Metadata for CI run, (Optional - default is GitHub) | no | — |
| reliza_project_id | Project UUID for this release if org-wide key is used | no | — |
| registry_type | Type of registry, [OCI | ECR | CHARTMUSEUM - default is OCI] | no | OCI |
| aws_region | AWS region, required when registry type is ECR | no | — |
| enable_sbom | Generates SBOM and stores it along with the artifact | no | false |
| push_to_rearm | Whether to handle SBOM logic via ReARM and push release there as well. Below options are required for ReARM. | no | false |
| rearm_api_id | ReARM API ID | no | — |
| rearm_api_key | ReARM API KEY | no | — |
| rearm_api_url | ReARM API URL | no | https://demo.rearmhq.com |
| rearm_component_id | Component UUID for this release on ReARM if org-wide key is used | no | — |
| rearm_enable_public_cosign_sigstore | Sign SBOMs using public sigstore via cosign | no | false |
Outputs
no outputs