azure/Kubernetes Artifact Substitue
Swap images/digests in Kubernetes manifest files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifests | Path to the manifest files which will be used for deployment. | yes | — |
| images | Fully qualified resource URL of the image(s) to be used for substitutions on the manifest files Example: contosodemo.azurecr.io/helloworld:test | yes | — |
Outputs
| name | description |
|---|---|
| manifests | Paths to the new manifests as a multiline string. Each manifest path is on a new line. |
| directory | Path to the new manifests directory. All new manifests are in the root-level. |