From 2497bf6191bf75999fc92f6e57da262d368614a4 Mon Sep 17 00:00:00 2001 From: ckm007 Date: Fri, 4 Oct 2024 12:59:33 +0530 Subject: [PATCH 1/2] [DSD-6382] updated chart version in helm and deployment scripts Signed-off-by: ckm007 --- deploy/signup-service/install.sh | 2 +- deploy/signup-ui/install.sh | 2 +- helm/signup-service/Chart.yaml | 2 +- helm/signup-service/values.yaml | 2 +- helm/signup-ui/Chart.yaml | 2 +- helm/signup-ui/values.yaml | 2 +- partner-onboarder/install.sh | 2 +- partner-onboarder/values.yaml | 8 ++++---- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/signup-service/install.sh b/deploy/signup-service/install.sh index 68088c8f..cd61def9 100755 --- a/deploy/signup-service/install.sh +++ b/deploy/signup-service/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=signup -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.1.0-develop function installing_signup() { helm repo add mosip https://mosip.github.io/mosip-helm diff --git a/deploy/signup-ui/install.sh b/deploy/signup-ui/install.sh index 3a387e83..bd983603 100755 --- a/deploy/signup-ui/install.sh +++ b/deploy/signup-ui/install.sh @@ -8,7 +8,7 @@ fi function installing_signup-ui() { NS=signup - CHART_VERSION=0.0.1-develop + CHART_VERSION=1.1.0-develop echo Create $NS namespace kubectl create ns $NS || true diff --git a/helm/signup-service/Chart.yaml b/helm/signup-service/Chart.yaml index c78bd2e4..40c8b736 100644 --- a/helm/signup-service/Chart.yaml +++ b/helm/signup-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: signup description: A Helm chart for DGTDept signup-service module type: application -version: 0.0.1-develop +version: 1.1.x-develop appVersion: "" dependencies: - name: common diff --git a/helm/signup-service/values.yaml b/helm/signup-service/values.yaml index 42e6bd61..c34485b3 100644 --- a/helm/signup-service/values.yaml +++ b/helm/signup-service/values.yaml @@ -53,7 +53,7 @@ service: image: registry: docker.io repository: mosipdev/signup-service - tag: develop + tag: release-1.1.x ## 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/signup-ui/Chart.yaml b/helm/signup-ui/Chart.yaml index ad15f269..81e69177 100644 --- a/helm/signup-ui/Chart.yaml +++ b/helm/signup-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: signup-ui description: A Helm chart for DGTDept SIGNUP UI module type: application -version: 0.0.1-develop +version: 1.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/signup-ui/values.yaml b/helm/signup-ui/values.yaml index 98acc2bc..e012f753 100755 --- a/helm/signup-ui/values.yaml +++ b/helm/signup-ui/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipdev/signup-ui - tag: develop + tag: release-1.1.x ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index 960d69e5..3a917351 100755 --- a/partner-onboarder/install.sh +++ b/partner-onboarder/install.sh @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then fi NS=signup -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.5.0-ES-develop echo Create $NS namespace kubectl create ns $NS || true diff --git a/partner-onboarder/values.yaml b/partner-onboarder/values.yaml index a777ab8b..e37ecfe8 100644 --- a/partner-onboarder/values.yaml +++ b/partner-onboarder/values.yaml @@ -1,7 +1,7 @@ -image: - registry: docker.io - repository: mosipdev/partner-onboarder - tag: MOSIP-35987 +#image: +# registry: docker.io +# repository: mosipdev/partner-onboarder +# tag: MOSIP-35987 onboarding: modules: From 06d2519401187d71df20050c7ecb546fe240bd6a Mon Sep 17 00:00:00 2001 From: ckm007 Date: Fri, 4 Oct 2024 13:02:01 +0530 Subject: [PATCH 2/2] [DSD-6382] corrected chart version Signed-off-by: ckm007 --- helm/signup-service/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/signup-service/Chart.yaml b/helm/signup-service/Chart.yaml index 40c8b736..1e52fa04 100644 --- a/helm/signup-service/Chart.yaml +++ b/helm/signup-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: signup description: A Helm chart for DGTDept signup-service module type: application -version: 1.1.x-develop +version: 1.1.0-develop appVersion: "" dependencies: - name: common