bisnow/Update Kustomize Image Tag in Manifest

Updates the image tag in a k8s manifest and commits the change

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
image-tagImage tag to update in the manifestyes
manifest-pathPath to the manifest file (kustomization.yaml or helm release)yes
branch-nameBranch name to push to (defaults to github.ref_name)no""
use-flux-app-authUse GitHub App authentication (flux app) instead of default botnofalse
flux-app-idGitHub App ID for flux authentication (required if use-flux-app-auth is true)no""
flux-app-private-keyGitHub App private key for flux authentication (required if use-flux-app-auth is true)no""
update-patternPattern to update: "newTag" for kustomization.yaml or "tag" for helm releasesnotag
skip-ciAdd [skip ci] to commit messagenofalse
yaml-pathExplicit yq-style YAML path to update (e.g. .image.tag). When set, uses yq for precise single-key updates instead of sed. Recommended for files with multiple tag keys.no""

no outputs