Versioning
The following versioning conventions are followed for repos related to deployment:
mosip-infrabranch == MOSIP release version ==mosip-helmbranch.k8s-infrais onmainbranch.Helm chart version ~= MOSIP release version but with following versioning convention:
MOSIP release version:
w.x.y.z. Example1.2.0.1Helm chart version:
wx.y.z. Example12.0.1(as Helm follows 3 digit versioning).In case of
developbranch ofmosip-helmversioninChart.yamlpoints to next planned release version of MOSIP (as Helm does not allow version likedevelop).
Docker image tag in
values.yamlof Helm chart == MOSIP release version.Helm charts contain default compatible docker image tag.
appVersionfield inCharts.yamlis not used.
Glossary
Helm chart version
version field in Charts.yaml
MOSIP release version
Version as published. If a release is w.x.y, it implies w.x.y.0. Patch releases may have have 4 digits like w.x.y.z.
Docker image tag
Version of MOSIP service/module published as docker on Docker Hub.
Last updated
Was this helpful?