rusowyler/Run yq to update images and push result to another repository

Useful to push images updates to a master repository containing central manifests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
yq-versionYQ version to use. Check: https://github.com/mikefarah/yq/releasesyes
yaml-filePath and file name to update. For example env/values.yamlyes
yaml-pathPath of the yaml property. The input must begin with a . For example to update: image: tag: 1 Use: .image.tagyes
yaml-valueThe new value for yaml-path inputyes
user-emailEmail for the git commityes
user-name[Optional] Name for the git commit. Defaults to the destination username/organization nameno""
github-serverGithub servernogithub.com
repository-usernameName of the destination username/organization. In https://github.com/kubernetes-sigs/kustomize is: kubernetes-sigsyes
repository-nameDestination repository In https://github.com/kubernetes-sigs/kustomize is: kustomizeyes
branch[Optional] set target branch name for the destination repository. Defaults to "main"nomain
commit-message[Optional] Commit message. ORIGIN_COMMIT, GITHUB_REF, YAML_FILE, YAML_PATH and YAML_VALUE are replaced by they valuesnoNew image for YAML_FILE, YAML_PATH:YAML_VALUE from ORIGIN_COMMIT

no outputs