File tree Expand file tree Collapse file tree 9 files changed +12
-24
lines changed
Expand file tree Collapse file tree 9 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77fi
88
99NS=ida
10- CHART_VERSION=1.3.3
10+ CHART_VERSION=1.3.5
1111COPY_UTIL=../copy_cm_func.sh
1212
1313echo Create $NS namespace
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77fi
88
99NS=ida
10- CHART_VERSION=1.3.0-develop
10+ CHART_VERSION=1.3.0
1111COPY_UTIL=../copy_cm_func.sh
1212
1313echo Create $NS namespace
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ida-auth
33description : A Helm chart for MOSIP IDA module
44type : application
5- version : 1.3.0-develop
5+ version : 1.3.0
66appVersion : " "
77dependencies :
88 - name : common
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ service:
4646 externalTrafficPolicy : Cluster
4747image :
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
128127containerSecurityContext :
@@ -192,18 +191,15 @@ podAnnotations: {}
192191
193192# # lifecycleHooks for the container to automate configuration before or after startup.
194193# #
195-
196194lifecycleHooks :
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
205202terminationGracePeriodSeconds : 60
206-
207203# # Custom Liveness probes for
208204# #
209205customLivenessProbe : {}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ida-internal
33description : A Helm chart for MOSIP IDA module
44type : application
5- version : 1.3.0-develop
5+ version : 1.3.0
66appVersion : " "
77dependencies :
88 - name : common
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ service:
4646 externalTrafficPolicy : Cluster
4747image :
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
128127containerSecurityContext :
@@ -192,18 +191,15 @@ podAnnotations: {}
192191
193192# # lifecycleHooks for the container to automate configuration before or after startup.
194193# #
195-
196194lifecycleHooks :
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
205202terminationGracePeriodSeconds : 60
206-
207203# # Custom Liveness probes for
208204# #
209205customLivenessProbe : {}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ida-otp
33description : A Helm chart for MOSIP IDA module
44type : application
5- version : 1.3.0-develop
5+ version : 1.3.0
66appVersion : " "
77dependencies :
88 - name : common
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ service:
4646 externalTrafficPolicy : Cluster
4747image :
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
128127containerSecurityContext :
@@ -192,18 +191,15 @@ podAnnotations: {}
192191
193192# # lifecycleHooks for the container to automate configuration before or after startup.
194193# #
195-
196194lifecycleHooks :
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
205202terminationGracePeriodSeconds : 60
206-
207203# # Custom Liveness probes for
208204# #
209205customLivenessProbe : {}
You can’t perform that action at this time.
0 commit comments