Skip to content

Commit

Permalink
Merge pull request #499 from shubham17998/release-1.1.x
Browse files Browse the repository at this point in the history
[DSD-6742] Updated install.sh
  • Loading branch information
ckm007 authored Dec 24, 2024
2 parents d3ab18a + 676822a commit b026996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/artifactory/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=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

Expand Down

0 comments on commit b026996

Please sign in to comment.