From f738519710bf1ea6c9c3b15a1e3d7600865dd9cc Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Thu, 12 Dec 2024 07:38:45 +0000 Subject: [PATCH] Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/install.sh | 2 +- helm/admin-hotlist/Chart.yaml | 2 +- helm/admin-hotlist/values.yaml | 4 ++-- helm/admin-service/Chart.yaml | 2 +- helm/admin-service/values.yaml | 4 ++-- helm/masterdata/Chart.yaml | 2 +- helm/masterdata/values.yaml | 4 ++-- helm/syncdata/Chart.yaml | 2 +- helm/syncdata/values.yaml | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index 8b46567d7f..167070d373 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -9,7 +9,7 @@ fi NS=admin KNS=kernel -CHART_VERSION=1.3.0-beta.1-develop +CHART_VERSION=1.3.0-beta.1 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index 02df6ea5fc..2b718d163d 100644 --- a/helm/admin-hotlist/Chart.yaml +++ b/helm/admin-hotlist/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-hotlist description: A Helm chart for MOSIP Admin Hotlist type: application -version: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index f9a49bebd2..7d9d1bea9e 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/hotlist-service - tag: 1.3.x + repository: mosipid/hotlist-service + tag: 1.3.0-beta.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 2e530b6896..6b2da15926 100644 --- a/helm/admin-service/Chart.yaml +++ b/helm/admin-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-service description: A Helm chart for MOSIP Admin module type: application -version: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index 799d9e7ea9..9fd3e60742 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/admin-service - tag: 1.3.x + repository: mosipid/admin-service + tag: 1.3.0-beta.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index c4f9376fe3..e45c712771 100644 --- a/helm/masterdata/Chart.yaml +++ b/helm/masterdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata description: A Helm chart for MOSIP Masterdata module type: application -version: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 2f074be09f..4f4c9d7d58 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-masterdata-service - tag: 1.3.x + repository: mosipid/kernel-masterdata-service + tag: 1.3.0-beta.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index b043f7f7c6..c807325d60 100644 --- a/helm/syncdata/Chart.yaml +++ b/helm/syncdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncdata description: A Helm chart for MOSIP Syncdata module type: application -version: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index 203373646d..4de29a7e14 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/kernel-syncdata-service - tag: 1.3.x + repository: mosipid/kernel-syncdata-service + tag: 1.3.0-beta.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images