idener/Kustomize Image Tag Updater
A Github action to automatically update K8s configuration files with the new image tag specified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 31, 2022
- License
- None
Pinned Snippet
uses: idener/kustomize-tag-updater-action@9d52dc74d25f16439263073e418705d93829efb4 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | URL of the repository containing the kubernetes manifests | yes | — |
| image | Name of the image to be updated | yes | — |
| tag | New tag assigned to the image | yes | — |
| registry | URL of the registry used to store the image | no | ghcr.io |
| token | Personal access token (PAT) used to fetch the repository | no | — |
| ssh-key | SSH key used to fetch the repository | no | — |
| kustomize-path | Path to the folder where kustomization.yaml is stored | no | manifests |
Outputs
no outputs