Versioning
The following versioning conventions are followed for repos related to deployment:
mosip-infra
branch == MOSIP release version ==mosip-helm
branch.k8s-infra
is onmain
branch.Helm chart version ~= MOSIP release version but with following versioning convention:
MOSIP release version:
w.x.y.z
. Example1.2.0.1
Helm chart version:
wx.y.z
. Example12.0.1
(as Helm follows 3 digit versioning).In case of
develop
branch ofmosip-helm
version
inChart.yaml
points to next planned release version of MOSIP (as Helm does not allow version likedevelop
).
Docker image tag in
values.yaml
of Helm chart == MOSIP release version.Helm charts contain default compatible docker image tag.
appVersion
field inCharts.yaml
is not used.
Glossary
Term | Description |
---|---|
Helm chart version |
|
MOSIP release version | Version as published. If a release is |
Docker image tag | Version of MOSIP service/module published as docker on Docker Hub. |
Last updated