coquer/Deploy with kustomize
This action compiles your kustomize manifests and deploys it with kubectl
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 8, 2024
- License
- MIT
Pinned Snippet
uses: coquer/deploy-with-kustomize@746f2146f11233acec61be959a63d3b8476720d9 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to the docker images | no | — |
| images | The images to edit to a new image version. Note its currently hardcoded to change from :latest to a version you provide | no | — |
| overlay | The path to the overlay to kustomize | yes | — |
| monitoring | Enables kubectl rollout checks on all Deployments, stateful-sets and daemons within the compiled manifest | no | — |
| kustomize | The version of kustomize to use | yes | 5.3.0 |
| kubectl | The version of kubectl to use | yes | 1.23.6 |
| namesuffix | Add suffix to all resources | no | "" |
Outputs
no outputs