From 5b5a2300f973ddcaf1e7665df4e6784bdd8ba39c Mon Sep 17 00:00:00 2001 From: syed salman <72004356+syedsalman3753@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:59:49 +0530 Subject: [PATCH] [DSD-3884] updated deployment & charts as per esignet vc release (#169) * [DSD-3884] updated deployment & charts as per esignet vc release Signed-off-by: syed salman * [DSD-3884] updated chart version Signed-off-by: syed salman --------- Signed-off-by: syed salman --- .github/workflows/chart-lint-publish.yml | 2 +- db_scripts/init_db.sh | 2 +- db_scripts/init_values.yaml | 3 ++- helm/mock-identity-system/Chart.yaml | 2 +- helm/mock-identity-system/install.sh | 2 +- helm/mock-identity-system/values.yaml | 4 ++-- helm/mock-relying-party-service/Chart.yaml | 2 +- helm/mock-relying-party-service/install.sh | 2 +- helm/mock-relying-party-service/values.yaml | 4 ++-- helm/mock-relying-party-ui/Chart.yaml | 2 +- helm/mock-relying-party-ui/install.sh | 2 +- helm/mock-relying-party-ui/values.yaml | 4 ++-- partner-onboarder/install.sh | 2 +- 13 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/workflows/chart-lint-publish.yml b/.github/workflows/chart-lint-publish.yml index b8d6c898..e0185ef2 100644 --- a/.github/workflows/chart-lint-publish.yml +++ b/.github/workflows/chart-lint-publish.yml @@ -40,7 +40,7 @@ on: - MOSIP* - release* paths: - - 'charts/**' + - 'helm/**' jobs: chart-lint-publish: diff --git a/db_scripts/init_db.sh b/db_scripts/init_db.sh index 86ccaf5e..605fea1b 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 aba1844c..cfa55d41 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-mock-services.git + branch: release-0.9.x diff --git a/helm/mock-identity-system/Chart.yaml b/helm/mock-identity-system/Chart.yaml index a170e20d..1b857a7b 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.0 +version: 0.9.1 appVersion: "" dependencies: - name: common diff --git a/helm/mock-identity-system/install.sh b/helm/mock-identity-system/install.sh index 1e67c7b8..2f7e0a2b 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.0 +CHART_VERSION=0.9.1 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 acdd8fca..4ceaa184 100644 --- a/helm/mock-identity-system/values.yaml +++ b/helm/mock-identity-system/values.yaml @@ -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 diff --git a/helm/mock-relying-party-service/Chart.yaml b/helm/mock-relying-party-service/Chart.yaml index 98d3a7fa..2f8ea496 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.0 +version: 0.9.1 appVersion: "" dependencies: - name: common diff --git a/helm/mock-relying-party-service/install.sh b/helm/mock-relying-party-service/install.sh index 82633a59..90547c98 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.0 +CHART_VERSION=0.9.1 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 709275b1..9b184c48 100644 --- a/helm/mock-relying-party-service/values.yaml +++ b/helm/mock-relying-party-service/values.yaml @@ -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 diff --git a/helm/mock-relying-party-ui/Chart.yaml b/helm/mock-relying-party-ui/Chart.yaml index 28d3e5da..4f914d46 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.0 +version: 0.9.1 appVersion: "" dependencies: - name: common diff --git a/helm/mock-relying-party-ui/install.sh b/helm/mock-relying-party-ui/install.sh index 4853978c..46bbe035 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.0 +CHART_VERSION=0.9.1 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 52b93552..69d29be8 100644 --- a/helm/mock-relying-party-ui/values.yaml +++ b/helm/mock-relying-party-ui/values.yaml @@ -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' diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index 4f91134b..d3fa4a92 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