actions-marketplace-validations/Pulumi Helm Updater
Determine if a update to a pulumi managed helm chart is available
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| stack_file | Pulumi Stack export file to check. Require this or stack_name to be set | no | — |
| stack_file_format | What format the input stack file is. Only utilised if stack_file is set 'export' - If used 'pulumi stack export' 'preview' - If used 'pulumi preview --show-sames --json' | no | export |
| stack_name | Pulumi Stack to Check. Require this or stack_path to be set | no | — |
| stack_location | If stack_name is set but the Pulumi.stack.yaml file is not repo root, set this to the folder it is contained in | no | "" |
| write_format | Should the output be written to disk and if so in what format: 'none' - Don't write anything to disk 'js' - Write as a javascript constant file | no | none |
| write_location | What location should the output be written to | no | out.txt |
Outputs
| name | description |
|---|---|
| latest_versions | Latest version of all the helm releases in this stack |