myome/Run kustomize to update images and push result to another repository
Useful to push images updates to a master repository containing central manifests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kustomize-edit-images | The images (space separated) to edit using kustomize, for example: node:8.15.0 mysql=mariadb For more information run: kustomize edit set image -h | yes | — |
| user-email | Email for the git commit | yes | — |
| user-name | [Optional] Name for the git commit. Defaults to the destination username/organization name | no | "" |
| github-server | Github server | no | github.com |
| repository-username | Name of the destination username/organization. In https://github.com/kubernetes-sigs/kustomize is: kubernetes-sigs | yes | — |
| repository-name | Destination repository In https://github.com/kubernetes-sigs/kustomize is: kustomize | yes | — |
| branch | [Optional] set target branch name for the destination repository. Defaults to "main" | no | main |
| directory | [Optional] The directory in which we will run kustomize | no | "" |
| commit-message | [Optional] Commit message. ORIGIN_COMMIT and KUSTOMIZE_IMAGES are replaced by the URL@commit and the submited images | no | New image from ORIGIN_COMMIT |
Outputs
no outputs