adwert-it/GitOps: Update Image Tag
Updates the Image Tag in a GitOps repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 2, 2024
- License
- None
Pinned Snippet
uses: adwert-it/gitops-image-update@f502aacf7e7e439ec7fa8804fff92423a19fb7d8 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| REPOSITORY_NAME | URL of the GitOps repository e.g. "adwert-it/infrastructure" | yes | — |
| BRANCH | Branch of the GitOps repository e.g. "main" | yes | main |
| VALUES_FILE_PATH | Path to the values file in the GitOps repository e.g. "./deployments/helmCharts/projects/AdWert-IT/values.yaml" | yes | — |
| VALUE_NAME | Name of the value in the values file e.g. "frontendImageSHA" | yes | — |
| TAG | Name of the Image Tag e.g. 'v1.0.0' or 'e0f9a8b' | yes | — |
| USERNAME | Username for the GitOps repository. Defaults to the GITHUB_ACTOR. | yes | ${{ github.actor }} |
| ACCESS_TOKEN | (Personal) Access Token for the GitOps repository. Defaults to the GITHUB_TOKEN. | yes | ${{ github.token }} |
Outputs
no outputs