Skip to content

Commit

Permalink
[DSD-4738] eSignet v1.3.0 release changes
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed Feb 29, 2024
1 parent 7231515 commit 7b358f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
4 changes: 2 additions & 2 deletions helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0
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.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
4 changes: 2 additions & 2 deletions helm/signup-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7b358f2

Please sign in to comment.