From 7c15bf2f714c54640f58717cba0ce18cd238240b Mon Sep 17 00:00:00 2001 From: Chandra Keshav Mishra Date: Fri, 14 Jun 2024 21:19:52 +0530 Subject: [PATCH] Release changes (#206) * Updated Pom versions for release changes Signed-off-by: GitHub * release changes] Signed-off-by: techno-467 * Update pom.xml Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> --------- Signed-off-by: GitHub Signed-off-by: techno-467 Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Prafulrakhade Co-authored-by: techno-467 Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> --- helm/signup-service/Chart.yaml | 2 +- helm/signup-service/install.sh | 2 +- helm/signup-service/values.yaml | 2 +- helm/signup-ui/Chart.yaml | 2 +- helm/signup-ui/install.sh | 2 +- helm/signup-ui/values.yaml | 2 +- pom.xml | 2 +- signup-service/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/signup-service/Chart.yaml b/helm/signup-service/Chart.yaml index 394c38c4..090c8f54 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.2 appVersion: "" dependencies: - name: common diff --git a/helm/signup-service/install.sh b/helm/signup-service/install.sh index e9dd7230..4bb0599e 100755 --- a/helm/signup-service/install.sh +++ b/helm/signup-service/install.sh @@ -13,7 +13,7 @@ echo Create $SOFTHSM_NS namespace kubectl create ns $SOFTHSM_NS NS=signup -CHART_VERSION=1.0.1 +CHART_VERSION=1.0.2 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 533bde97..17edc4af 100644 --- a/helm/signup-service/values.yaml +++ b/helm/signup-service/values.yaml @@ -53,7 +53,7 @@ service: image: registry: docker.io repository: mosipid/signup-service - tag: 1.0.1 + tag: 1.0.2 ## 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..8394db0a 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.2 appVersion: "" dependencies: - name: common diff --git a/helm/signup-ui/install.sh b/helm/signup-ui/install.sh index ac071db2..dc5e08fd 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.2 echo Create $NS namespace kubectl create ns $NS diff --git a/helm/signup-ui/values.yaml b/helm/signup-ui/values.yaml index 4f7543b4..d669068b 100755 --- a/helm/signup-ui/values.yaml +++ b/helm/signup-ui/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipid/signup-ui - tag: 1.0.1 + tag: 1.0.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/pom.xml b/pom.xml index ca72cad4..47f9e114 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 io.mosip.signup signup-parent - 1.0.2-SNAPSHOT + 1.0.2 pom esignet-signup Parent project of MOSIP e-Signet diff --git a/signup-service/pom.xml b/signup-service/pom.xml index b682ad11..8f9a0c73 100644 --- a/signup-service/pom.xml +++ b/signup-service/pom.xml @@ -15,7 +15,7 @@ io.mosip.signup signup-service - 1.0.2-SNAPSHOT + 1.0.2 signup-service Sign Up Service https://github.com/DGTDept/esignet-signup