actions-marketplace-validations/Update k8s image
Updates a container tag inside a Kubernetes manifest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| manifest-path | Location of the manifest that will be updated | yes | — |
| new-image-tag | New image tag | no | ${{github.sha}} |
| container-name | Name of the container that references the image to replace | yes | — |
Outputs
| name | description |
|---|---|
| old-image-tag | Previous image tag |