diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml
index 211fba5e..1810edce 100644
--- a/.github/workflows/push-trigger.yml
+++ b/.github/workflows/push-trigger.yml
@@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
- OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
+ OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
diff --git a/db_scripts/init_db.sh b/db_scripts/init_db.sh
index 605fea1b..8895afe3 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.1-B4
+CHART_VERSION=12.0.1
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 b0ff85a7..a11c5b65 100644
--- a/db_scripts/init_values.yaml
+++ b/db_scripts/init_values.yaml
@@ -67,4 +67,4 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/esignet-mock-services.git
- branch: release-0.9.x
+ branch: v0.9.3
diff --git a/helm/install-all.sh b/helm/install-all.sh
index 3498e3a0..52cb6bc5 100755
--- a/helm/install-all.sh
+++ b/helm/install-all.sh
@@ -8,7 +8,7 @@ fi
ROOT_DIR=`pwd`
SOFTHSM_NS=softhsm
-SOFTHSM_CHART_VERSION=12.0.1-B2
+SOFTHSM_CHART_VERSION=12.0.1
echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS
diff --git a/helm/mock-identity-system/Chart.yaml b/helm/mock-identity-system/Chart.yaml
index 083f0ac8..d6a8d201 100644
--- a/helm/mock-identity-system/Chart.yaml
+++ b/helm/mock-identity-system/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: mock-identity-system
description: A Helm chart for MOSIP mock-identity-system module
type: application
-version: 0.9.2
+version: 0.9.3
appVersion: ""
dependencies:
- name: common
diff --git a/helm/mock-identity-system/install.sh b/helm/mock-identity-system/install.sh
index 80889d96..6d614152 100755
--- a/helm/mock-identity-system/install.sh
+++ b/helm/mock-identity-system/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=esignet
-CHART_VERSION=0.9.2
+CHART_VERSION=0.9.3
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/mock-identity-system/values.yaml b/helm/mock-identity-system/values.yaml
index 1d6a3251..b6196af3 100644
--- a/helm/mock-identity-system/values.yaml
+++ b/helm/mock-identity-system/values.yaml
@@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-identity-system
- tag: 0.9.2
+ tag: 0.9.3
## 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/mock-relying-party-service/Chart.yaml b/helm/mock-relying-party-service/Chart.yaml
index 9b7739a3..04e8fd51 100644
--- a/helm/mock-relying-party-service/Chart.yaml
+++ b/helm/mock-relying-party-service/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-service
description: A Helm chart to file server application.
type: application
-version: 0.9.2
+version: 0.9.3
appVersion: ""
dependencies:
- name: common
diff --git a/helm/mock-relying-party-service/install.sh b/helm/mock-relying-party-service/install.sh
index 350263e4..08428123 100755
--- a/helm/mock-relying-party-service/install.sh
+++ b/helm/mock-relying-party-service/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=esignet
-CHART_VERSION=0.9.2
+CHART_VERSION=0.9.3
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/mock-relying-party-service/values.yaml b/helm/mock-relying-party-service/values.yaml
index 10ca4ca9..934d5a4e 100644
--- a/helm/mock-relying-party-service/values.yaml
+++ b/helm/mock-relying-party-service/values.yaml
@@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-relying-party-service
- tag: 0.9.2
+ tag: 0.9.3
## 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/mock-relying-party-ui/Chart.yaml b/helm/mock-relying-party-ui/Chart.yaml
index cf25e57b..b8b0c985 100644
--- a/helm/mock-relying-party-ui/Chart.yaml
+++ b/helm/mock-relying-party-ui/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
-version: 0.9.2
+version: 0.9.3
appVersion: ""
dependencies:
- name: common
diff --git a/helm/mock-relying-party-ui/install.sh b/helm/mock-relying-party-ui/install.sh
index 5e4ea202..1b906018 100755
--- a/helm/mock-relying-party-ui/install.sh
+++ b/helm/mock-relying-party-ui/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=esignet
-CHART_VERSION=0.9.2
+CHART_VERSION=0.9.3
read -p "Please provide mock relying party ui domain (eg: healthservices.sandbox.xyz.net ) : " MOCK_UI_HOST
diff --git a/helm/mock-relying-party-ui/values.yaml b/helm/mock-relying-party-ui/values.yaml
index 5f1ec50d..929d6c6d 100644
--- a/helm/mock-relying-party-ui/values.yaml
+++ b/helm/mock-relying-party-ui/values.yaml
@@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-relying-party-ui
- tag: 0.9.2
+ tag: 0.9.3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
diff --git a/mock-esignet-integration-impl/pom.xml b/mock-esignet-integration-impl/pom.xml
index 36ca751f..af0f37db 100644
--- a/mock-esignet-integration-impl/pom.xml
+++ b/mock-esignet-integration-impl/pom.xml
@@ -5,11 +5,11 @@
io.mosip.esignet.mock
esignet-mock-parent
- 0.9.3-SNAPSHOT
+ 0.9.3
mock-esignet-integration-impl
- 0.9.3-SNAPSHOT
+ 0.9.3
jar
mock-esignet-integration-impl
diff --git a/mock-identity-system/pom.xml b/mock-identity-system/pom.xml
index 9ad8b1ad..2693b749 100644
--- a/mock-identity-system/pom.xml
+++ b/mock-identity-system/pom.xml
@@ -5,11 +5,11 @@
io.mosip.esignet.mock
esignet-mock-parent
- 0.9.3-SNAPSHOT
+ 0.9.3
mock-identity-system
- 0.9.3-SNAPSHOT
+ 0.9.3
jar
mock-identity-system
diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh
index 649e2b8b..5f400969 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.1-B4
+CHART_VERSION=12.0.1
echo Create $NS namespace
kubectl create ns $NS
diff --git a/pom.xml b/pom.xml
index 47db39c5..504ec05d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
4.0.0
io.mosip.esignet.mock
esignet-mock-parent
- 0.9.3-SNAPSHOT
+ 0.9.3
pom
esignet-mock
Parent project of MOSIP e-Signet Mock Services