jackpocket/Update Image Tag
Updates Kustomize image tags and creates a PR with the change
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository where kustomization.yaml exists | yes | — |
| branch | Branch on the repository in which to apply the changes | yes | main |
| images | A multiline, comma delimited string where each line contains two values 1) the directory path to where the kustomization.yaml resides and 2) the image name. This supports multiple image updates in a single change request. Example: k8s/applications/my-app/production,gcr.io/my-org/my-app k8s/applications/my-app/staging,gcr.io/my-org/my-app | yes | — |
| tag | Image tag - normally the GitHub SHA | yes | — |
| token | GitHub token - a PAT or GitHub App generated token | yes | — |
| source-repo | Source repository for the image that was built | yes | — |
| labels | A comma or newline separated list of labels. | yes | automerge |
| kustomize-version | The kustomize version as allowed by the setup-kustomize action. | yes | 5.8.1 |
Outputs
no outputs