Skip to content

Commit 38adf1e

Browse files
[DSD-7605] Release v1.3.0-beta.1 for Platform (#1443)
* Updated Pom versions for release changes Signed-off-by: GitHub <noreply@github.com> * [DSD-7605] Release v1.3.0-beta.1 for Platform Signed-off-by: techno-467 <prafulrakhade02@gmail.com> * Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [DSD-7605] Release v1.3.0-beta.1 for Platform Signed-off-by: techno-467 <prafulrakhade02@gmail.com> --------- Signed-off-by: GitHub <noreply@github.com> Signed-off-by: techno-467 <prafulrakhade02@gmail.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com> Co-authored-by: Praful Rakhade <99539100+prafulrakhade@users.noreply.github.com> Co-authored-by: techno-467 <prafulrakhade02@gmail.com>
1 parent 017a312 commit 38adf1e

File tree

9 files changed

+34
-13
lines changed

9 files changed

+34
-13
lines changed

deploy/ida-apitestrig/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=ida
10-
CHART_VERSION=1.3.0-beta.1-develop
10+
CHART_VERSION=1.3.1
1111
COPY_UTIL=../copy_cm_func.sh
1212

1313
echo Create $NS namespace

deploy/ida-apitestrig/values.yaml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ modules:
22
auth:
33
enabled: true
44
image:
5-
repository: mosipqa/apitest-auth
6-
tag: develop
5+
repository: mosipid/apitest-auth
6+
tag: 1.3.0-beta.1
77
pullPolicy: Always
8+
9+
prereg:
10+
enabled: false
11+
12+
idrepo:
13+
enabled: false
14+
15+
masterdata:
16+
enabled: false
17+
18+
partner:
19+
enabled: false
20+
21+
pms:
22+
enabled: false
23+
24+
esignet:
25+
enabled: false
26+
27+
mimoto:
28+
enabled: false

deploy/ida/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=ida
10-
CHART_VERSION=1.3.0-beta.1-develop
10+
CHART_VERSION=1.3.0-beta.1
1111
COPY_UTIL=../copy_cm_func.sh
1212

1313
echo Create $NS namespace

helm/ida-auth/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ida-auth
33
description: A Helm chart for MOSIP IDA module
44
type: application
5-
version: 1.3.0-beta.1-develop
5+
version: 1.3.0-beta.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-auth/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ service:
4646
externalTrafficPolicy: Cluster
4747
image:
4848
registry: docker.io
49-
repository: mosipqa/authentication-service
50-
tag: 1.3.x
49+
repository: mosipid/authentication-service
50+
tag: 1.3.0-beta.1
5151
## Specify a imagePullPolicy
5252
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5353
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

helm/ida-internal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ida-internal
33
description: A Helm chart for MOSIP IDA module
44
type: application
5-
version: 1.3.0-beta.1-develop
5+
version: 1.3.0-beta.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-internal/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ service:
4646
externalTrafficPolicy: Cluster
4747
image:
4848
registry: docker.io
49-
repository: mosipqa/authentication-internal-service
50-
tag: 1.3.x
49+
repository: mosipid/authentication-internal-service
50+
tag: 1.3.0-beta.1
5151
## Specify a imagePullPolicy
5252
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5353
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

helm/ida-otp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ida-otp
33
description: A Helm chart for MOSIP IDA module
44
type: application
5-
version: 1.3.0-beta.1-develop
5+
version: 1.3.0-beta.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-otp/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ service:
4646
externalTrafficPolicy: Cluster
4747
image:
4848
registry: docker.io
49-
repository: mosipqa/authentication-otp-service
50-
tag: 1.3.x
49+
repository: mosipid/authentication-otp-service
50+
tag: 1.3.0-beta.1
5151
## Specify a imagePullPolicy
5252
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5353
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)