I want to use a variable from an input set to parameterize the URL used in a connector. Say we have a justification to create isolated helm repos with multiple charts in them and create a new helm repo for each 'version' we publish - maintaining isolation of the multiple charts that work together. AKA in artifactory we may have:
artifactory-repo/<version-number>/charts/index.yaml
, where the version increases with each release and therefore a new helm repo is created each time.
Currently there is no way for me to use a variable in the URL of the connectors to pull the helm charts (no way to update the version number in the path of the URL), which would force us to create a new connector with each version we create. This is rather cumbersome when all we want is the version number to change in the URL.
Is there any way you can enable the use of variables in a connector URL?
Created by Ankit Kumar
·