Skip to content

Commit

Permalink
Merge pull request #327 from Prafulrakhade/release-0.10.x
Browse files Browse the repository at this point in the history
[DSD-6947] eSignet 1.5.0 release
  • Loading branch information
ckm007 authored Jan 22, 2025
2 parents 53170ac + c570afb commit 851d773
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deploy/mock-identity-system/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=mockid
CHART_VERSION=0.10.0-develop
CHART_VERSION=0.10.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/mock-relying-party-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function installing_mock-relying-party-service() {
helm repo update

NS=esignet
CHART_VERSION=0.10.0-develop
CHART_VERSION=0.10.0

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
2 changes: 1 addition & 1 deletion deploy/mock-relying-party-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function installing_mock-relying-party-ui() {
helm repo update

NS=esignet
CHART_VERSION=0.10.0-develop
CHART_VERSION=0.10.0

read -p "Please provide mock relying party ui domain (eg: healthservices.sandbox.xyz.net ) : " MOCK_UI_HOST
MOCK_UI_HOST=$(echo "$MOCK_UI_HOST" | xargs) # Trim whitespace
Expand Down
2 changes: 1 addition & 1 deletion deploy/postgres/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $# -ge 1 ] ; then
fi

NS=mockid
CHART_VERSION=0.0.1-develop
CHART_VERSION=12.0.1

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
2 changes: 1 addition & 1 deletion deploy/postgres/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ databases:
name: postgres-postgresql
key: postgres-password
dml: 1
branch: develop
branch: v0.10.0
4 changes: 2 additions & 2 deletions docker-compose/mock-relying-party-portal-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mock-relying-party-service:
image: 'mosipdev/mock-relying-party-service:release-0.10.x'
image: 'mosipid/mock-relying-party-service:0.10.0'
user: root
ports:
- 8888:8888
Expand All @@ -14,7 +14,7 @@ services:


mock-relying-party-ui:
image: 'mosipdev/mock-relying-party-ui:release-0.10.x'
image: 'mosipid/mock-relying-party-ui:0.10.0'
user: root
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-identity-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-identity-system
description: A Helm chart for MOSIP mock-identity-system module
type: application
version: 0.10.0-develop
version: 0.10.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/mock-identity-system/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: mosipdev/mock-identity-system
tag: release-0.10.x
repository: mosipid/mock-identity-system
tag: 0.10.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/mock-relying-party-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-service
description: A Helm chart to file server application.
type: application
version: 0.10.0-develop
version: 0.10.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/mock-relying-party-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: mosipdev/mock-relying-party-service
tag: release-0.10.x
repository: mosipid/mock-relying-party-service
tag: 0.10.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/mock-relying-party-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
version: 0.10.0-develop
version: 0.10.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/mock-relying-party-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: mosipdev/mock-relying-party-ui
tag: release-0.10.x
repository: mosipid/mock-relying-party-ui
tag: 0.10.0

## 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=1.5.0-es-develop
CHART_VERSION=1.3.0-beta.1

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

0 comments on commit 851d773

Please sign in to comment.