kustomize-everything/action-gitops
This action provides a standard way of adjusting replicas in a kustomize deployment and opening a PR to deploy the changes to a k8s cluster. Other workflows may be added to this action in the future.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to run (adjust-replicas, etc) | yes | — |
| environment | The environment to perform the operation on | yes | — |
| service-name | The name of the service to perform the operation on | yes | — |
| version | Version of Kustomize to use | no | 5.1.1 |
| sha256-checksum | Checksum of Kustomize version | no | 3b30477a7ff4fb6547fa77d8117e66d995c2bdd526de0dafbf8b7bcb9556c85d |
| git-commit-user | Name to add to the Git Commit Message | no | Kustomize Everything |
| git-commit-email | Email to add to the Git Commit Message | no | kustomize-everything@users.noreply.github.com |
| token | The token to use for pushing to the repo. This should be a bot account with write access to the target repo, as well as PR access if it needs to open a PR. | yes | — |
| helm-version | Helm Version to install | — | 3.9.4 |
| base-branch | The branch to open the PR against | — | main |
| replica_selector | The selector to use for adjusting replicas, if not provided, the service-name will be used | — | — |
Outputs
no outputs