ovatu/GitOps
Run GitOps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 9, 2022
- License
- None
Pinned Snippet
uses: ovatu/action-gitops-release@64728364345f49a36a50d6053d4145a2c20b2aa2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| values-script | Script to run to update values.yaml file | — | — |
| preview | Should create values.preview.yaml | — | false |
| preview-values | values to create values.preview.yaml file | — | — |
| preview-values-script | Script to run to update values.preview.yaml file | — | — |
| repository | Repo to use for GitOps | yes | — |
| repository-ssh-key | SSH Key to use to authenticate GitOps repo | yes | — |
| input-directory | Input directory, usually containing a helm chart to sync over to GitOps repo | yes | — |
| output-directory | Output directory, in the GitOps repo to place the output, usually a helm chart | yes | — |
| message | Message to use as part of the GitOps commit | yes | — |
| user-name | Message to use as part of the GitOps commit | yes | O2V2 |
| user-email | Message to use as part of the GitOps commit | yes | ci@ovatu.com |
Outputs
no outputs