diff --git a/deploy/chart/istio-addons/Chart.yaml b/deploy/chart/istio-addons/Chart.yaml index 9dd1488..46909fb 100644 --- a/deploy/chart/istio-addons/Chart.yaml +++ b/deploy/chart/istio-addons/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/masterdata-loader/Chart.yaml b/helm/masterdata-loader/Chart.yaml index c085de1..b38011b 100644 --- a/helm/masterdata-loader/Chart.yaml +++ b/helm/masterdata-loader/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata-loader description: A Helm chart to upload default masterdata to mosip_master DB. type: application -version: 12.0.2 +version: 12 appVersion: 1.2.0 dependencies: - name: common diff --git a/helm/postgres-init/Chart.yaml b/helm/postgres-init/Chart.yaml index c40b5aa..8b214b6 100644 --- a/helm/postgres-init/Chart.yaml +++ b/helm/postgres-init/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: postgres-init description: A Helm chart for Kubernetes to initialize various Postgres DBs. type: application -version: 12.0.2 +version: 12 appVersion: 1.2.0 dependencies: - name: common diff --git a/helm/postgres-upgrade/Chart.yaml b/helm/postgres-upgrade/Chart.yaml index c9754ea..b05e84a 100644 --- a/helm/postgres-upgrade/Chart.yaml +++ b/helm/postgres-upgrade/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: postgres-upgrade description: A Helm chart for Kubernetes to Upgrade various Postgres DBs. type: application -version: 12.0.2 +version: 12 appVersion: "" dependencies: - name: common