File tree Expand file tree Collapse file tree 18 files changed +50
-51
lines changed
Expand file tree Collapse file tree 18 files changed +50
-51
lines changed Original file line number Diff line number Diff line change 7979 with :
8080 SERVICE_LOCATION : ./
8181 secrets :
82- OSSRH_URL : ${{ secrets.OSSRH_SNAPSHOT_URL }}
82+ OSSRH_URL : ${{ secrets.RELEASE_URL }}
8383 OSSRH_USER : ${{ secrets.OSSRH_USER }}
8484 OSSRH_SECRET : ${{ secrets.OSSRH_SECRET }}
8585 OSSRH_TOKEN : ${{ secrets.OSSRH_TOKEN }}
@@ -143,7 +143,7 @@ jobs:
143143 secrets :
144144 OSSRH_USER : ${{ secrets.OSSRH_USER }}
145145 OSSRH_SECRET : ${{ secrets.OSSRH_SECRET }}
146- OSSRH_URL : ${{ secrets.OSSRH_SNAPSHOT_URL }}
146+ OSSRH_URL : ${{ secrets.RELEASE_URL }}
147147 OSSRH_TOKEN : ${{ secrets.OSSRH_TOKEN }}
148148 GPG_SECRET : ${{ secrets.GPG_SECRET }}
149149 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}
Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ The project requires JDK 21
3131
3232### Install
3333
34- 1 . Execute inji- config-server install script
34+ 1 . Execute config-server install script
3535```
36- cd helm/inji- config-server
36+ cd deploy/ config-server
3737./install.sh
3838```
3939* Review values.yaml and make sure git repository parameters are as per your installation.
4040
41412 . Execute Onboarder install script
42-
4342```
4443cd partner-onboarder
4544./install.sh
Original file line number Diff line number Diff line change 88 <name >apitest-mimoto</name >
99 <description >Parent project of apitest-mimoto</description >
1010 <url >https://github.com/mosip/mimoto</url >
11- <version >0.15.0-SNAPSHOT </version >
11+ <version >0.15.0</version >
1212
1313 <licenses >
1414 <license >
4949 <maven .source.plugin.version>2.2.1</maven .source.plugin.version>
5050
5151 <git .commit.id.plugin.version>3.0.1</git .commit.id.plugin.version>
52- <fileName >apitest-mimoto-0.15.0-SNAPSHOT- jar-with-dependencies</fileName >
52+ <fileName >apitest-mimoto-0.15.0-jar-with-dependencies</fileName >
5353 </properties >
5454
5555 <dependencies >
Original file line number Diff line number Diff line change 11# Config server
22
33## Introduction
4- Inji- Config server serves all properties required by MOSIP modules. This must be installed before any other MOSIP modules.
4+ Config server serves all properties required by MOSIP modules. This must be installed before any other MOSIP modules.
55
66## Install
77* Review ` values.yaml ` and make sure git repository parameters are as per your installation.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Uninstalls inji config server
2+ # Uninstalls config server
33# # Usage: ./delete.sh [kubeconfig]
44
55if [ $# -ge 1 ] ; then
66 export KUBECONFIG=$1
77fi
88
9- function inji_config_server () {
9+ function config_server () {
1010 NS=config-server
1111 while true ; do
12- read -p " Are you sure you want to delete inji- config-server helm charts?(Y/n) " yn
12+ read -p " Are you sure you want to delete config-server helm charts?(Y/n) " yn
1313 if [ $yn = " Y" ]
1414 then
1515 kubectl -n $NS delete configmap global keycloak-host
1616 kubectl -n $NS delete secret db-common-secrets keycloak keycloak-client-secrets
17- helm -n $NS delete inji- config-server
17+ helm -n $NS delete config-server
1818 break
1919 else
2020 break
@@ -29,4 +29,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
2929set -o nounset # # set -u : exit the script if you try to use an uninitialised variable
3030set -o errtrace # trace ERR through 'time command' and other functions
3131set -o pipefail # trace ERR through pipes
32- inji_config_server # calling function
32+ config_server # calling function
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Installs inji- config-server
2+ # Installs config-server
33# # Usage: ./install.sh [kubeconfig]
44
55if [ $# -ge 1 ] ; then
66 export KUBECONFIG=$1
77fi
88
99NS=config-server
10- CHART_VERSION=0 .0.1-develop
10+ CHART_VERSION=12 .0.1
1111
1212 echo Create $NS namespace
1313 kubectl create ns $NS
@@ -31,6 +31,6 @@ CHART_VERSION=0.0.1-develop
3131 $COPY_UTIL secret db-common-secrets postgres $NS
3232 $COPY_UTIL secret conf-secrets-various conf-secrets $NS
3333
34- echo Installing inji- config-server
35- helm -n $NS install inji- config-server mosip/config-server -f values.yaml --wait --version $CHART_VERSION
36- echo Installed inji-Config -server.
34+ echo Installing config-server
35+ helm -n $NS install config-server mosip/config-server -f values.yaml --wait --version $CHART_VERSION
36+ echo Installed config -server.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Restart the inji- config-server service
2+ # Restart the config-server service
33# # Usage: ./restart.sh [kubeconfig]
44
55if [ $# -ge 1 ] ; then
66 export KUBECONFIG=$1
77fi
88
9- function inji_config_server () {
9+ function config_server () {
1010 NS=config-server
1111 kubectl -n $NS rollout restart deploy
1212
1313 kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status
1414
15- echo Restarted inji- config-server services
15+ echo Restarted config-server services
1616 return 0
1717}
1818
@@ -22,4 +22,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
2222set -o nounset # # set -u : exit the script if you try to use an uninitialised variable
2323set -o errtrace # trace ERR through 'time command' and other functions
2424set -o pipefail # trace ERR through pipes
25- inji_config_server # calling function
25+ config_server # calling function
Original file line number Diff line number Diff line change 11gitRepo :
22 uri : https://github.com/mosip/inji-config
3- version : develop
3+ version : v0.4.0
44 # # Folders within the base repo where properties may be found.
55 searchFolders : " "
66 private : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77fi
88
99function deleting_apitestrig() {
10- NS=mimoto
10+ NS=injiweb
1111 while true ; do
1212 read -p " Are you sure you want to delete apitestrig helm charts?(Y/n) " yn
1313 if [ $yn = " Y" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ $# -ge 1 ] ; then
66 export KUBECONFIG=$1
77fi
88
9- NS=mimoto
9+ NS=injiweb
1010CHART_VERSION=12.0.1
1111
1212echo Create $NS namespace
You can’t perform that action at this time.
0 commit comments