Skip to content

Commit 2498e9b

Browse files
[DSD-9524] Release Platform 1.2.1.0 GA (#1671)
* Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [DSD-9524] 1.2.1.0 Platform GA release Updated the chart version from 1.3.0 to 1.3.5 in the install script. Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> * [DSD-9524] 1.2.1.0 Platform GA release Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
1 parent 7e1ae78 commit 2498e9b

File tree

9 files changed

+12
-24
lines changed

9 files changed

+12
-24
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.3
10+
CHART_VERSION=1.3.5
1111
COPY_UTIL=../copy_cm_func.sh
1212

1313
echo Create $NS namespace

deploy/ida-apitestrig/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modules:
33
enabled: true
44
image:
55
repository: mosipid/apitest-auth
6-
tag: 1.3.0-beta.2
6+
tag: 1.3.0
77
pullPolicy: Always
88

99
prereg:

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-develop
10+
CHART_VERSION=1.3.0
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-develop
5+
version: 1.3.0
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-auth/values.yaml

Lines changed: 2 additions & 6 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
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
@@ -122,7 +122,6 @@ additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124124
javaOpts: "-Xms2250M -Xmx3750M"
125-
126125
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127126
## Clamav container already runs as 'mosip' user, so we may not need to enable this
128127
containerSecurityContext:
@@ -192,18 +191,15 @@ podAnnotations: {}
192191

193192
## lifecycleHooks for the container to automate configuration before or after startup.
194193
##
195-
196194
lifecycleHooks:
197195
preStop:
198196
exec:
199197
command:
200198
- sh
201199
- -c
202200
- sleep 30
203-
204201
## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
205202
terminationGracePeriodSeconds: 60
206-
207203
## Custom Liveness probes for
208204
##
209205
customLivenessProbe: {}

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-develop
5+
version: 1.3.0
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-internal/values.yaml

Lines changed: 2 additions & 6 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
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
@@ -122,7 +122,6 @@ additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124124
javaOpts: "-Xms2700M -Xmx4000M"
125-
126125
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127126
## Clamav container already runs as 'mosip' user, so we may not need to enable this
128127
containerSecurityContext:
@@ -192,18 +191,15 @@ podAnnotations: {}
192191

193192
## lifecycleHooks for the container to automate configuration before or after startup.
194193
##
195-
196194
lifecycleHooks:
197195
preStop:
198196
exec:
199197
command:
200198
- sh
201199
- -c
202200
- sleep 30
203-
204201
## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
205202
terminationGracePeriodSeconds: 60
206-
207203
## Custom Liveness probes for
208204
##
209205
customLivenessProbe: {}

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-develop
5+
version: 1.3.0
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-otp/values.yaml

Lines changed: 2 additions & 6 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
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
@@ -122,7 +122,6 @@ additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124124
javaOpts: "-Xms1800M -Xmx3000M"
125-
126125
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
127126
## Clamav container already runs as 'mosip' user, so we may not need to enable this
128127
containerSecurityContext:
@@ -192,18 +191,15 @@ podAnnotations: {}
192191

193192
## lifecycleHooks for the container to automate configuration before or after startup.
194193
##
195-
196194
lifecycleHooks:
197195
preStop:
198196
exec:
199197
command:
200198
- sh
201199
- -c
202200
- sleep 30
203-
204201
## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
205202
terminationGracePeriodSeconds: 60
206-
207203
## Custom Liveness probes for
208204
##
209205
customLivenessProbe: {}

0 commit comments

Comments
 (0)