Skip to content

Commit

Permalink
Merge pull request #377 from mosip/MOSIP-35816
Browse files Browse the repository at this point in the history
[DSD-6382] updated chart version in helm and deployment scripts
  • Loading branch information
ckm007 authored Oct 4, 2024
2 parents cc5b5eb + 06d2519 commit 031df91
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deploy/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=signup
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.1.0-develop

function installing_signup() {
helm repo add mosip https://mosip.github.io/mosip-helm
Expand Down
2 changes: 1 addition & 1 deletion deploy/signup-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

function installing_signup-ui() {
NS=signup
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.1.0-develop

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: signup
description: A Helm chart for DGTDept signup-service module
type: application
version: 0.0.1-develop
version: 1.1.0-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipdev/signup-service
tag: develop
tag: release-1.1.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
2 changes: 1 addition & 1 deletion helm/signup-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: signup-ui
description: A Helm chart for DGTDept SIGNUP UI module
type: application
version: 0.0.1-develop
version: 1.1.0-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipdev/signup-ui
tag: develop
tag: release-1.1.x

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=signup
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.5.0-ES-develop

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
8 changes: 4 additions & 4 deletions partner-onboarder/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: mosipdev/partner-onboarder
tag: MOSIP-35987
#image:
# registry: docker.io
# repository: mosipdev/partner-onboarder
# tag: MOSIP-35987

onboarding:
modules:
Expand Down

0 comments on commit 031df91

Please sign in to comment.