Versioning chart was always a challenge specially on CI/CD pipeline.
I have a CI pipeline that contains a child chart directory that will be pushed to a repository with the same version as docker image and then it will trigger the CD repository. The CD will download the child chart under an umbrella chart to deploy the whole thing.
So I was wondering what are the best practice and how to version umbrella chart ? How to handle the whole versioning thing child chart + umbrella chart ? should it be the same version for both ?