Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/masterdata-loader/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=masterdata-loader
CHART_VERSION=1.3.0-develop
CHART_VERSION=1.3.0
echo WARNING: This need to be executed only once at the begining for masterdata deployment. If reexecuted in a working env this will reset the whole master_data DB tables resulting in data loss.
echo Please skip this if masterdata is already uploaded.
read -p "CAUTION: Do you still want to continue(Y/n)" yn
Expand All @@ -34,7 +34,7 @@ if [ $yn = "Y" ]

echo Loading masterdata
helm -n $NS install masterdata-loader mosip/masterdata-loader \
--set mosipDataGithubBranch="develop" \
--set mosipDataGithubBranch="v1.3.0" \
--set mosipDataGithubRepo="https://github.com/mosip/mosip-data" \
--set mosipDataXlsfolderPath="\/home/mosip/mosip-data/mosip_master/xlsx" \
--version $CHART_VERSION --wait --wait-for-jobs
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 @@ -8,7 +8,7 @@ fi

function initialize_db() {
NS=postgres
CHART_VERSION=1.3.0-develop
CHART_VERSION=1.3.0
helm repo update

# Ask user about PostgreSQL deployment type
Expand Down
32 changes: 19 additions & 13 deletions deploy/postgres/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dbUserPasswords:
databases:
mosip_master:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_audit:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

Expand All @@ -22,43 +22,43 @@ databases:

mosip_kernel:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_idmap:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_prereg:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_idrepo:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_ida:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_credential:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_regprc:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

Expand All @@ -70,25 +70,25 @@ databases:

mosip_hotlist:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_resident:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_otp:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

mosip_digitalcard:
enabled: true
branch: "release-1.3.x"
branch: "v1.3.0"
host: "postgres-postgresql.postgres"
port: 5432

Expand All @@ -98,6 +98,12 @@ databases:
host: "postgres-postgresql.postgres"
port: 5432

mosip_toolkit:
enabled: false
branch: "v1.4.2"
host: "postgres-postgresql.postgres"
port: 5432

mosip_mockidentitysystem:
enabled: false
branch: "v0.9.3"
Expand Down
4 changes: 2 additions & 2 deletions deploy/postgres/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=postgres
ISTIO_ADDONS_CHART_VERSION=1.0.0-develop
ISTIO_ADDONS_CHART_VERSION=1.0.0

helm repo update
echo Create $NS namespace
Expand All @@ -17,7 +17,7 @@ kubectl label ns $NS istio-injection=enabled --overwrite
function installing_postgres() {
echo Installing Postgres
helm -n $NS install postgres bitnami/postgresql \
--set image.repository="mosipint/postgresql" \
--set image.repository="mosipid/postgresql" \
--set image.tag="16.0.0-debian-11-r13" \
--version 13.1.5 -f values.yaml --wait
echo Installed Postgres
Expand Down
2 changes: 1 addition & 1 deletion deploy/postgres/postgres-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ read_user_input(){
}
function initialize_db() {
NS=postgres
CHART_VERSION=1.3.0-develop
CHART_VERSION=1.3.0
helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
while true; do
Expand Down
2 changes: 1 addition & 1 deletion helm/masterdata-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: masterdata-loader
description: A Helm chart to upload default masterdata to mosip_master DB.
type: application
version: 1.3.0-develop
version: 1.3.0
appVersion: 1.2.0
dependencies:
- name: common
Expand Down
6 changes: 3 additions & 3 deletions helm/masterdata-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

replicaCount: 1
image:
repository: mosipqa/masterdata-loader
repository: mosipid/masterdata-loader
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.3.x
tag: 1.3.0
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -68,6 +68,6 @@ db:
secret:
name: db-common-secrets
key: db-dbuser-password
mosipDataGithubBranch: develop
mosipDataGithubBranch: v1.3.0
mosipDataGithubRepo: https://github.com/mosip/mosip-data
mosipDataXlsfolderPath: /home/mosip/mosip-data/mosip_master/xlsx
2 changes: 1 addition & 1 deletion helm/postgres-init/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: postgres-init
description: A Helm chart for Kubernetes to initialize various Postgres DBs.
type: application
version: 1.3.0-develop
version: 1.3.0
appVersion: 1.2.0
dependencies:
- name: common
Expand Down
36 changes: 18 additions & 18 deletions helm/postgres-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

replicaCount: 1
image:
repository: mosipqa/postgres-init
repository: mosipid/postgres-init
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.3.x
tag: 1.3.0
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -84,7 +84,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/admin-services.git
branch: release-1.3.x
branch: v1.3.0
mosip_audit:
enabled: false
host: "postgres-postgresql"
Expand All @@ -96,7 +96,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/audit-manager.git
branch: release-1.3.x
branch: v1.3.0
mosip_keymgr:
enabled: false
host: "postgres-postgresql"
Expand All @@ -108,7 +108,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/keymanager.git
branch: release-1.3.x
branch: v1.3.0
mosip_kernel:
enabled: false
host: "postgres-postgresql"
Expand All @@ -120,7 +120,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/commons.git
branch: release-1.3.x
branch: v1.3.0
mosip_idmap:
enabled: false
host: "postgres-postgresql"
Expand All @@ -132,7 +132,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/id-repository.git
branch: release-1.3.x
branch: v1.3.0
mosip_prereg:
enabled: false
host: "postgres-postgresql"
Expand All @@ -144,7 +144,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/pre-registration.git
branch: release-1.3.x
branch: v1.3.0
mosip_idrepo:
enabled: false
host: "postgres-postgresql"
Expand All @@ -156,7 +156,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/id-repository.git
branch: release-1.3.x
branch: v1.3.0
mosip_ida:
enabled: false
host: "postgres-postgresql"
Expand All @@ -168,7 +168,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/id-authentication.git
branch: release-1.3.x
branch: v1.3.0
mosip_credential:
enabled: false
host: "postgres-postgresql"
Expand All @@ -180,7 +180,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/id-repository.git
branch: release-1.3.x
branch: v1.3.0
mosip_regprc:
enabled: false
host: "postgres-postgresql"
Expand All @@ -192,7 +192,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/registration.git
branch: release-1.3.x
branch: v1.3.0
mosip_pms:
enabled: false
host: "postgres-postgresql"
Expand All @@ -207,7 +207,7 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/partner-management-services.git
branch: release-1.3.x
branch: v1.2.2.2
mosip_hotlist:
enabled: false
host: "postgres-postgresql"
Expand All @@ -219,7 +219,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/admin-services.git
branch: release-1.3.x
branch: v1.3.0
mosip_resident:
enabled: false
host: "postgres-postgresql"
Expand All @@ -231,7 +231,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/resident-services.git
branch: release-1.3.x
branch: v1.3.0
mosip_toolkit:
enabled: false
host: "postgres-postgresql"
Expand All @@ -243,7 +243,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/mosip-compliance-toolkit.git
branch: develop
branch: v1.4.2
mosip_digitalcard:
enabled: false
host: "postgres-postgresql"
Expand All @@ -255,7 +255,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/digital-card-service.git
branch: release-1.3.x
branch: v1.3.0
mosip_esignet:
enabled: false
host: "postgres-postgresql"
Expand Down Expand Up @@ -291,7 +291,7 @@ databases:
key: postgres-password
dml: 0
repoUrl: https://github.com/mosip/otp-manager.git
branch: release-1.3.x
branch: v1.3.0
inji_certify:
enabled: false
host: "postgres-postgresql"
Expand Down
2 changes: 1 addition & 1 deletion helm/postgres-upgrade/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: postgres-upgrade
description: A Helm chart for Kubernetes to Upgrade various Postgres DBs.
type: application
version: 1.3.0-develop
version: 1.3.0
appVersion: 1.2.0
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/postgres-upgrade/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

replicaCount: 1
image:
repository: mosipqa/postgres-upgrade
repository: mosipid/postgres-upgrade
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.3.x
tag: 1.3.0
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down