bisnow/Update Kustomize Image Tag in Manifest
Updates the image tag in a k8s manifest and commits the change
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-tag | Image tag to update in the manifest | yes | — |
| manifest-path | Path to the manifest file (kustomization.yaml or helm release) | yes | — |
| branch-name | Branch name to push to (defaults to github.ref_name) | no | "" |
| use-flux-app-auth | Use GitHub App authentication (flux app) instead of default bot | no | false |
| flux-app-id | GitHub App ID for flux authentication (required if use-flux-app-auth is true) | no | "" |
| flux-app-private-key | GitHub App private key for flux authentication (required if use-flux-app-auth is true) | no | "" |
| update-pattern | Pattern to update: "newTag" for kustomization.yaml or "tag" for helm releases | no | tag |
| skip-ci | Add [skip ci] to commit message | no | false |
| yaml-path | Explicit 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 | "" |
Outputs
no outputs