You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Swap images/digests in Kubernetes manifest files"
inputs:
manifests:
description: "Path to the manifest files which will be used for deployment."
required: true
images:
description: "Fully qualified resource URL of the image(s) to be used for substitutions on the manifest files Example: contosodemo.azurecr.io/helloworld:test"
required: true
outputs:
manifests:
description: Paths to the new manifests as a multiline string. Each manifest path is on a new line.
directory:
description: Path to the new manifests directory. All new manifests are in the root-level.