Re: Helm versioning and CI/CD
Matt Farina
Berin, I am not entirely sure of your workflow so these are just ideas and thoughts in the area. First, appVersion is optional. You do not need to use it if you don't want to. Second, if you are using the `helm package` command there are flags to pass in the version and appVersion. Third, it is possible to alter things in CI. I was reminded of an example Antoine Legrand put together a few years ago. You can find it at https://gitlab.com/ant31/cookieapp/-/blob/master/.gitlab-ci.yml. The neat thing about the 3rd example is you can have a tag or even get a hash for a container image and then use that in the new chart version. Does any of this help? - Matt Farina On Mon, May 4, 2020, at 1:17 PM, Loritsch, Berin wrote:
|
|