I have more than ten builds in my openshift project. Each build has a version in its build config. On a new sprint, I need to update the version in each build config individually which is tedious.
output:
to:
kind: ImageStreamTag
name: my-app-3.11
I'm looking for a way to store the version number as shared variable across all configs, and change it once for all.