Skip to content

Commit

Permalink
Merge pull request #89 from Prafulrakhade/release-1.0.x
Browse files Browse the repository at this point in the history
[DSD-4738] eSignet v1.3.0 release changes
  • Loading branch information
ckm007 authored Feb 29, 2024
2 parents 7231515 + fef0aa3 commit 2de96ba
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

sonar_analysis:
needs: build-maven-signup-service
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
with:
SERVICE_LOCATION: 'signup-service'
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: 1.0.1
version: 1.0.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ if [ $# -ge 1 ] ; then
fi

SOFTHSM_NS=softhsm
SOFTHSM_CHART_VERSION=12.0.2
SOFTHSM_CHART_VERSION=12.0.1-B2

echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS

NS=signup
CHART_VERSION=1.0.1
CHART_VERSION=1.0.0

SIGNUP_HOST=$(kubectl get cm global -o jsonpath={.data.mosip-signup-host})

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: mosipqa/signup-service
tag: release-1.x.x
repository: mosipid/signup-service
tag: release-1.0.0
## 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: 1.0.1
version: 1.0.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/signup-ui/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=1.0.1
CHART_VERSION=1.0.0

echo Create $NS namespace
kubectl create ns $NS
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: mosipqa/signup-ui
tag: 1.x.x
repository: mosipid/signup-ui
tag: 1.0.0

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

0 comments on commit 2de96ba

Please sign in to comment.