ci-deployment-values: consider using directories instead of branches
Today we have main and stable/1.1.1 branches in ci-deployment-values repo, to handle the fact that there can be difference between what we need for main compared to what we need for older versions of Sylva.
This comes with a major drawback, which is that some configuration changes need to be applied on main and then with additional MRs, applied on other branches.
I would propose, instead of branches, to have multiple sub-directories:
- one for main
- one for each older version
- and one for everything that is common