anas-ash99/Update Kubernetes Manifest
A reusable action to update the Kubernetes manifest with a new image tag and push the change to a Git repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 11, 2024
- License
- None
Pinned Snippet
uses: anas-ash99/passgenius-github-actions@66ec12b1ee67ac2e4f25e7320051acd54a00d218 # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest_repo_url | URL of the manifest repository. | no | https://github.com/anas-ash99/deployment-manifest-passgenius.git |
| manifest_repo_name | Name of the manifest repository. | no | deployment-manifest-passgenius |
| manifest_branch_name | Branch name of the manifest repository. | no | develop |
| image_tag | The new image tag to update in the manifest. | yes | — |
| deployment_name | The path to the Kubernetes deployment file in the repository. | yes | — |
| github_token | GitHub token for authentication. | yes | — |
Outputs
no outputs