Skip to content

Commit

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

Signed-off-by: syed salman <[email protected]>

* [DSD-3884] updated chart version

Signed-off-by: syed salman <[email protected]>

---------

Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 authored Nov 28, 2023
1 parent 3bb40ec commit 5b5a230
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
- MOSIP*
- release*
paths:
- 'charts/**'
- 'helm/**'

jobs:
chart-lint-publish:
Expand Down
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-mock-services.git
branch: release-0.9.x
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.9.0
version: 0.9.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/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=esignet
CHART_VERSION=0.9.0
CHART_VERSION=0.9.1

echo Create $NS namespace
kubectl create ns $NS
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: mosipqa/mock-identity-system
tag: 0.9.1
repository: mosipdev/mock-identity-system
tag: 0.9.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/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.9.0
version: 0.9.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-service/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=0.9.0
CHART_VERSION=0.9.1

echo Create $NS namespace
kubectl create ns $NS
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: mosipqa/mock-relying-party-service
tag: develop
repository: mosipdev/mock-relying-party-service
tag: 0.9.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/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.9.0
version: 0.9.1
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-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=0.9.0
CHART_VERSION=0.9.1

read -p "Please provide mock relying party ui domain (eg: healthservices.sandbox.xyz.net ) : " MOCK_UI_HOST

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: mosipqa/mock-relying-party-ui
tag: 0.9.1
repository: mosipdev/mock-relying-party-ui
tag: 0.9.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 5b5a230

Please sign in to comment.