actions-marketplace-validations/bryk-io/chart-deploy
Deploy a helm chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Deployment name. | yes | "" |
| namespace | K8s namespace used for the deployment. | yes | "" |
| version | Specific application version to deploy. Will be used as image tag. | no | "" |
| charts | Relative path to the charts inside the repository. | no | helm/* |
| atomic | The deployment process rolls back changes made in case of error. | no | no |
| no-hooks | Prevent hooks from running during install. | no | no |
| force | Force resource updates through a replacement strategy. | no | no |
| timeout | Time to wait for any individual Kubernetes operations. | no | 5m0s |
| debug | Enable verbose output. | no | no |
Outputs
no outputs