Skip to content

Commit

Permalink
[MOSIP-29529] esignet 1.1.0 release changes (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 authored Sep 22, 2023
1 parent 1bcf431 commit 0849c62
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -38,4 +38,4 @@ while true; do
else
break
fi
done
done
3 changes: 2 additions & 1 deletion db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ databases:
secret:
name: postgres-postgresql
key: postgresql-password
dml: 1
dml: 1
branch: v1.1.0
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.1.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/esignet/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.1.0

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

Expand Down Expand Up @@ -67,4 +67,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_esignet # calling function
installing_esignet # calling function
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: mosipid/esignet
tag: 1.1.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
4 changes: 2 additions & 2 deletions helm/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
ROOT_DIR=`pwd`

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
Expand Down Expand Up @@ -60,4 +60,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_All # calling function
installing_All # calling function
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.1.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.1.0

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

0 comments on commit 0849c62

Please sign in to comment.