From 4c812ab5dfbc81697b5f85948dbd4d08b9c97610 Mon Sep 17 00:00:00 2001 From: shubham_G Date: Tue, 24 Dec 2024 16:12:33 +0530 Subject: [PATCH 1/3] [DSD-6742] Updated install.sh Signed-off-by: shubham_G --- deploy/artifactory/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/artifactory/install.sh b/deploy/artifactory/install.sh index 9c41154a..5f4b26c5 100755 --- a/deploy/artifactory/install.sh +++ b/deploy/artifactory/install.sh @@ -18,7 +18,7 @@ function installing_artifactory() { helm repo update echo Installing artifactory - helm -n $NS install artifactory mosip/artifactory --version $CHART_VERSION + helm -n $NS install artifactory mosip/artifactory --set image.repository=mosipqa/artifactory-server --set image.tag=1.4.1-ES --version $CHART_VERSION kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status From b61ad7473a00fd72972a5824875183f372bf404d Mon Sep 17 00:00:00 2001 From: shubham_G Date: Tue, 24 Dec 2024 16:18:16 +0530 Subject: [PATCH 2/3] Updated install.sh Signed-off-by: shubham_G --- deploy/artifactory/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/artifactory/install.sh b/deploy/artifactory/install.sh index 5f4b26c5..516347d4 100755 --- a/deploy/artifactory/install.sh +++ b/deploy/artifactory/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=0.0.1-develop +CHART_VERSION=12.0.1 echo Create $NS namespace kubectl create ns $NS From 676822aeb236b265318570f0c93a479231a0ce94 Mon Sep 17 00:00:00 2001 From: shubham_G Date: Tue, 24 Dec 2024 16:26:10 +0530 Subject: [PATCH 3/3] Update install.sh Signed-off-by: shubham_G --- deploy/artifactory/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/artifactory/install.sh b/deploy/artifactory/install.sh index 516347d4..0f4334d6 100755 --- a/deploy/artifactory/install.sh +++ b/deploy/artifactory/install.sh @@ -18,7 +18,7 @@ function installing_artifactory() { helm repo update echo Installing artifactory - helm -n $NS install artifactory mosip/artifactory --set image.repository=mosipqa/artifactory-server --set image.tag=1.4.1-ES --version $CHART_VERSION + helm -n $NS install artifactory mosip/artifactory --set image.repository=mosipid/artifactory-server --set image.tag=1.4.1-ES --version $CHART_VERSION kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status