Skip to content

Commit

Permalink
Release changes (#206)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* release changes]

Signed-off-by: techno-467 <[email protected]>

* Update pom.xml

Signed-off-by: Praful Rakhade <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: techno-467 <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
4 people authored Jun 14, 2024
1 parent 8f13fc3 commit 7c15bf2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/signup-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
2 changes: 1 addition & 1 deletion helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.signup</groupId>
<artifactId>signup-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>esignet-signup</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down
2 changes: 1 addition & 1 deletion signup-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>io.mosip.signup</groupId>
<artifactId>signup-service</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>signup-service</name>
<description>Sign Up Service</description>
<url>https://github.com/DGTDept/esignet-signup</url>
Expand Down

0 comments on commit 7c15bf2

Please sign in to comment.