-
Notifications
You must be signed in to change notification settings - Fork 40
version numbers / image tags in kedge YAML #224
Comments
None, as of now. Supporting substitution of env var like that SCTM! |
cool - we'd just need to be a little careful that whatever expressions we use for env var substitution we don't clash with possible OpenShift Template / Helm parameter expressions |
@kadel it'd be nice to move this to 0.2.0 to raise its importance so we can try versioned YAML generation in Jenkins pipelines soon. Even if its just simple env var substitution during YAML generation? |
0.2.0 will be released today. |
Ingress bits can be parameterised as well as per #41 |
I was thinking about best syntax that we can use for parameters so it doesn't conflict with Helm charts variables or OpenShift templates. We probably shouldn't use the Bash way of specifying variables ( So I was thinking that we could use |
SGTM! |
whats the current approach for replacing version numbers in a kedge YAML? Am thinking of CI / CD pipelines that tend to generate new unique release numbers for each new version and tend to put those versions in the YAML as a version label and then use the docker image tag of the same name as the version
should we use environment variable expressions or something? e.g.
then we can specify it via something like...
The text was updated successfully, but these errors were encountered: