From 7b358f2b53dfb95eaa8c782e4603806364af0bb0 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Thu, 29 Feb 2024 17:02:22 +0530 Subject: [PATCH] [DSD-4738] eSignet v1.3.0 release changes Signed-off-by: techno-467 --- helm/signup-service/Chart.yaml | 2 +- helm/signup-service/install.sh | 4 ++-- helm/signup-service/values.yaml | 4 ++-- helm/signup-ui/Chart.yaml | 2 +- helm/signup-ui/install.sh | 2 +- helm/signup-ui/values.yaml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/signup-service/Chart.yaml b/helm/signup-service/Chart.yaml index 394c38c4..eb586635 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.0.1 +version: 1.0.0 appVersion: "" dependencies: - name: common diff --git a/helm/signup-service/install.sh b/helm/signup-service/install.sh index f9175493..a666d7a3 100755 --- a/helm/signup-service/install.sh +++ b/helm/signup-service/install.sh @@ -7,13 +7,13 @@ if [ $# -ge 1 ] ; then fi SOFTHSM_NS=softhsm -SOFTHSM_CHART_VERSION=12.0.2 +SOFTHSM_CHART_VERSION=12.0.1-B2 echo Create $SOFTHSM_NS namespace kubectl create ns $SOFTHSM_NS NS=signup -CHART_VERSION=1.0.1 +CHART_VERSION=1.0.0 SIGNUP_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-signup-host}) diff --git a/helm/signup-service/values.yaml b/helm/signup-service/values.yaml index 37b115f4..a337c12b 100644 --- a/helm/signup-service/values.yaml +++ b/helm/signup-service/values.yaml @@ -52,8 +52,8 @@ service: image: registry: docker.io - repository: mosipqa/signup-service - tag: release-1.x.x + repository: mosipid/signup-service + tag: release-1.0.0 ## 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 799422c8..a5e1d476 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: 1.0.1 +version: 1.0.0 appVersion: "" dependencies: - name: common diff --git a/helm/signup-ui/install.sh b/helm/signup-ui/install.sh index ac071db2..ed869075 100755 --- a/helm/signup-ui/install.sh +++ b/helm/signup-ui/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=signup -CHART_VERSION=1.0.1 +CHART_VERSION=1.0.0 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/signup-ui/values.yaml b/helm/signup-ui/values.yaml index 2ef18075..9247d2ce 100755 --- a/helm/signup-ui/values.yaml +++ b/helm/signup-ui/values.yaml @@ -51,8 +51,8 @@ service: image: registry: docker.io - repository: mosipqa/signup-ui - tag: 1.x.x + repository: mosipid/signup-ui + tag: 1.0.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'