Skip to content

Commit

Permalink
[DSD-3884] updated deployment & charts as per esignet vc release (mos…
Browse files Browse the repository at this point in the history
…ip#489)

* [DSD-3884] updated deployment & charts as per esignet vc release

Signed-off-by: syed salman <syedsalman3753@gmail.com>

* [DSD-3884] updated chart version

Signed-off-by: syed salman <syedsalman3753@gmail.com>

---------

Signed-off-by: syed salman <syedsalman3753@gmail.com>
  • Loading branch information
syedsalman3753 authored and zesu22 committed Feb 9, 2024
1 parent efb4dd4 commit a6e2aa5
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion db_scripts/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1-B4

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
3 changes: 2 additions & 1 deletion db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ databases:
name: postgres-postgresql
key: postgresql-password
dml: 1
branch: develop
repoUrl: https://github.com/mosip/esignet.git
branch: release-1.2.x
2 changes: 1 addition & 1 deletion helm/esignet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: esignet
description: A Helm chart for MOSIP esignet module
type: application
version: 1.0.1
version: 1.2.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/esignet/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=esignet
CHART_VERSION=1.0.1
CHART_VERSION=1.2.0

ESIGNET_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-esignet-host})

Expand Down
4 changes: 2 additions & 2 deletions helm/esignet/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/esignet
tag: 1.0.0
repository: mosipdev/esignet
tag: release-1.2.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
Expand Down
2 changes: 1 addition & 1 deletion helm/oidc-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: oidc-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
version: 1.0.1
version: 1.2.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/oidc-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=esignet
CHART_VERSION=1.0.1
CHART_VERSION=1.2.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
4 changes: 2 additions & 2 deletions helm/oidc-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/oidc-ui
tag: 1.0.0
repository: mosipdev/oidc-ui
tag: release-1.2.x

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=esignet
CHART_VERSION=12.0.2
CHART_VERSION=12.0.1-B4

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit a6e2aa5

Please sign in to comment.