Skip to content

Commit

Permalink
Merge pull request #60 from Rakshitha650/release-1.x.x
Browse files Browse the repository at this point in the history
[DSD-4341]updated the image and chart name
  • Loading branch information
ckm007 authored Feb 1, 2024
2 parents 890cba2 + 0ca2964 commit 3656dbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function installing_signup() {
fi

echo Installing signup
helm -n $NS install signup mosip/signup-service --version $CHART_VERSION $ENABLE_INSECURE
helm -n $NS install signup mosip/signup --version $CHART_VERSION $ENABLE_INSECURE

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status

Expand Down
4 changes: 2 additions & 2 deletions helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ service:

image:
registry: docker.io
repository: mosipdev/signup-service
tag: develop
repository: mosipqa/signup-service
tag: 1.x.x
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions helm/signup-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ service:

image:
registry: docker.io
repository: mosipdev/signup-ui
tag: develop
repository: mosipqa/signup-ui
tag: 1.x.x

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 3656dbe

Please sign in to comment.