likvido/Deployment pusher
Updates the deployment file in another repository, using GitHub App authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-url | The GitHub repository URL to update | yes | — |
| environment | The deployment environment (e.g., staging or production) | yes | — |
| namespace | The Kubernetes namespace for the app | yes | — |
| app-name | The name of the application | yes | — |
| new-image-name | The new image name and tag to update in the deployment | yes | — |
| github-app-id | The GitHub App ID | yes | — |
| github-app-private-key | The GitHub App private key. Ensure to handle with care and use secrets | yes | — |
| installation-id | The Installation ID for the GitHub App on the target repository | yes | — |
| deployment-file | If you want to control which deployment file to update, you can point to the file here. This should be the path to the deployment file in the GitOps repo | no | — |
Outputs
no outputs