juwoong/action-update-gitops-repo
Update GitOps Repo with new image changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 30, 2024
- License
- MIT
Pinned Snippet
uses: juwoong/action-update-gitops-repo@84ae0f28cb5bba1877c1ce72ed932a277793b4b3 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target-option | string to find target line default is 'image' | no | image |
| image | image to update required is true | yes | — |
| committer-name | Committer name required is false | no | — |
| committer-email | Committer email address required is false | no | — |
| github-token | Github Token required is true | yes | — |
| gitops-repo | GitOps Repo. Must be formatted as <org>/<repo> required is true | yes | — |
| gitops-repo-path | Path to clone gitops repository in the workflow required is false default is 'gitops' | no | gitops |
| gitops-repo-ref | Gitops repo ref to checkout required is false default is 'main' | no | main |
| gitops-repo-file | GitOps file to update. Please include the file extension and path required is false default is 'values.yaml' | no | values.yaml |
| commit-message | Commit message to use required is false default is 'Update GitOps Repo' | no | Update GitOps Repo |
| max-retries | Max retries to commit | no | 3 |
Outputs
no outputs