isovalent/Isovalent Helm Action
Deploys a helm chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| release | Helm release name. Will be combined with track if set. (required) | yes | — |
| namespace | Kubernetes namespace name. (required) | yes | — |
| chart | Helm chart path. | yes | — |
| version | chart version | no | — |
| values | Helm chart values, expected to be a YAML or JSON string. | no | — |
| dry-run | Simulate an upgrade. | no | — |
| value-files | Additional value files to apply to the helm chart. Expects YAML/JSON encoded array or a string. | no | — |
| timeout | The timeout for the help deployment | no | — |
| repo | A URL for a helm repo to install the chart from | no | — |
| atomic | If true, upgrade process rolls back changes made in case of failed upgrade. Defaults to false. | no | — |
| repositories | A string containing a JSON list of helm repositories objects to add. Eg: [{"name": "bitnami", "url": "https://charts.bitnami.com/bitnami"}] | no | — |
| upgrade-crds | If true, upgrade CRDs. Default behavior of helm is to not upgrade CRDs. Defaults to false. | no | — |
Outputs
no outputs