Slackbot
08/06/2023, 7:17 PMJaroslav Vojtek
08/06/2023, 7:22 PMPredrag Despotovic
08/06/2023, 7:39 PMJaroslav Vojtek
08/07/2023, 7:23 AMSaim Safdar
08/07/2023, 9:34 AMDeepak Verma
08/07/2023, 10:44 AMPredrag Despotovic
08/07/2023, 4:40 PMPredrag Despotovic
08/07/2023, 4:42 PMJaroslav Vojtek
08/08/2023, 7:01 AMversion
does not reflect any microservice/applications version, it has its own independent versioning cycle. Besides of this version you can have appVersion
specified in the Chart.yaml. But this field is optional and you are free to use it whenever it makes sense to use it. For instance, when you develop some OSS application for which you provides helm chart for the deployments, then it is good practice to specify version
and appVersion
in the Chart.yaml. Or when you have dedicated helm chart per application/microservice. But on the other hand when you create a generic helm chart for backend microservices then it does not make sense to specify appVersion
. Only version
is required to reflect changes in the generic backend helm chart. Hopefully you will find this helpful.Predrag Despotovic
08/08/2023, 7:03 AM