Skip to content

Commit

Permalink
[DSD-6742] Updated install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: shubham_G <[email protected]>
  • Loading branch information
shubham17998 authored Dec 24, 2024
1 parent d3ab18a commit 4c812ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/artifactory/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c812ab

Please sign in to comment.