patriotsoftware/Helm OCI Pull Action
Pull a Helm chart from an OCI-compliant repository and save to a local directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chart-and-tag | Helm Chart | yes | — |
| version | Helm Chart version | no | — |
| target-directory | Target base directory to use when saving the chart locally. Will save to <target-directory>/<chart-name> | no | ./ |
| ecr-login | Values: true/false. Require ECR Login to pull | no | false |
| aws-account-id | Account ID used for ECR login | no | — |
| aws-region | Region used for ECR login | no | us-east-1 |
Outputs
| name | description |
|---|---|
| chart-path | Path to the locally pulled chart |