We want an Option in the UI to ask for the value of tag/image path from the artifact (Already set as input in the artifact) to be asked while selecting the artifact to deploy in the pipeline as runtime input/Expression.
This same behaviour works well in the pipeline yaml, but on UI it doesn't have this option, Also on reconcile it changes it back to the original value.
Here is the reference yaml snippet -
artifacts:
primary:
primaryArtifactRef: <+input>
sources:
- identifier: test
type: DockerRegistry
spec:
imagePath: <+input>
tag: <+input>
Created by Abhishek
·