entigolabs/entigo-k8s-gitops
A GitHub Action that updates yamls files in git repos and synchronizes argocd
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to invoke update(git_repo,git_branch,git_key,images,app_path) or argocd-update(argocd_server,argocd_token,app_name,images) | yes | update |
| git_repo | Git repo where yamls files are | no | — |
| git_branch | Git repo branch where yamls files are | no | main |
| git_key | Git repo private key with write access | no | — |
| git_username | Git repo username | no | — |
| git_password | Git repo password | no | — |
| images | Image tags to update to | yes | — |
| app_path | Path where yaml files are in the repo | no | . |
| app_name | Argocd Application name to update. | no | "" |
| argocd_server | URL of argocd | no | — |
| argocd_token | Authentication token for argocd | no | — |
Outputs
no outputs