diff --git a/db_scripts/init_db.sh b/db_scripts/init_db.sh index 00f765ea8..576d3d390 100755 --- a/db_scripts/init_db.sh +++ b/db_scripts/init_db.sh @@ -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 diff --git a/db_scripts/init_values.yaml b/db_scripts/init_values.yaml index f48167873..24e8593c5 100644 --- a/db_scripts/init_values.yaml +++ b/db_scripts/init_values.yaml @@ -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 diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index 37cb783b6..d6a7a6390 100644 --- a/helm/esignet/Chart.yaml +++ b/helm/esignet/Chart.yaml @@ -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 diff --git a/helm/esignet/install.sh b/helm/esignet/install.sh index 898efe2ef..7766c11c2 100755 --- a/helm/esignet/install.sh +++ b/helm/esignet/install.sh @@ -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}) diff --git a/helm/esignet/values.yaml b/helm/esignet/values.yaml index 29213d153..17d547ae8 100644 --- a/helm/esignet/values.yaml +++ b/helm/esignet/values.yaml @@ -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 diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index 9cf547c48..f13ed7c7f 100644 --- a/helm/oidc-ui/Chart.yaml +++ b/helm/oidc-ui/Chart.yaml @@ -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 diff --git a/helm/oidc-ui/install.sh b/helm/oidc-ui/install.sh index 32b0c33e7..5d41ec3fb 100755 --- a/helm/oidc-ui/install.sh +++ b/helm/oidc-ui/install.sh @@ -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 diff --git a/helm/oidc-ui/values.yaml b/helm/oidc-ui/values.yaml index a73c3d4db..671f14371 100755 --- a/helm/oidc-ui/values.yaml +++ b/helm/oidc-ui/values.yaml @@ -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' diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index a1c4085a4..198ae536c 100755 --- a/partner-onboarder/install.sh +++ b/partner-onboarder/install.sh @@ -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