airnity/Helm upgrade
Helm upgrade a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| local-chart | True if the chart is in the current repo | no | True |
| chart-repository-url | The URL of the chart repository. Required if local-chart is False | no | — |
| chart-repository-name | The name of the chart repository. Required if local-chart is False | no | — |
| chart | The name of the chart with repository | yes | — |
| release-name | The name of the release to deploy | yes | — |
| release-namespace | The name of the namespace to deploy the release in | yes | — |
| create-namespace | True to create the namespace if it does not exist (default: True) | no | True |
| values-file-path | Path to an existing values.yaml file | no | — |
| wait | Wait for resources to be ready (default: False) | no | False |
| debug | Display debug output (default: False) | no | False |
| dry-run | Do not create resources (default: False) | no | False |
| release-set-values | Values to set on the fly | no | — |
Outputs
no outputs