Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/admin-apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=admin
CHART_VERSION=1.3.5
CHART_VERSION=1.6.0
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
4 changes: 2 additions & 2 deletions deploy/admin-apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ modules:
masterdata:
enabled: true
image:
repository: mosipqa/apitest-masterdata
tag: 1.3.x
repository: mosipid/apitest-masterdata
tag: 1.3.1
pullPolicy: Always
2 changes: 1 addition & 1 deletion deploy/admin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

NS=admin
KNS=kernel
CHART_VERSION=1.3.1-develop
CHART_VERSION=1.3.1
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion helm/admin-hotlist/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admin-hotlist
description: A Helm chart for MOSIP Admin Hotlist
type: application
version: 1.3.1-develop
version: 1.3.1
appVersion: ""
dependencies:
- name: common
Expand Down
7 changes: 2 additions & 5 deletions helm/admin-hotlist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/hotlist-service
tag: 1.3.x
repository: mosipid/hotlist-service
tag: 1.3.1
## 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 Expand Up @@ -121,7 +121,6 @@ additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: "-Xms720M -Xmx1200M"

## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
## Clamav container already runs as 'mosip' user, so we may not need to enable this
containerSecurityContext:
Expand Down Expand Up @@ -198,10 +197,8 @@ lifecycleHooks:
- sh
- -c
- sleep 30

## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
terminationGracePeriodSeconds: 60

## Custom Liveness probes for
##
customLivenessProbe: {}
Expand Down
2 changes: 1 addition & 1 deletion helm/admin-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admin-service
description: A Helm chart for MOSIP Admin module
type: application
version: 1.3.1-develop
version: 1.3.1
appVersion: ""
dependencies:
- name: common
Expand Down
5 changes: 2 additions & 3 deletions helm/admin-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/admin-service
tag: 1.3.x
repository: mosipid/admin-service
tag: 1.3.1
## 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 Expand Up @@ -197,7 +197,6 @@ lifecycleHooks:
- sh
- -c
- sleep 30

## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
terminationGracePeriodSeconds: 60
## Custom Liveness probes for
Expand Down
2 changes: 1 addition & 1 deletion helm/masterdata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: masterdata
description: A Helm chart for MOSIP Masterdata module
type: application
version: 1.3.1-develop
version: 1.3.1
appVersion: ""
dependencies:
- name: common
Expand Down
5 changes: 2 additions & 3 deletions helm/masterdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/kernel-masterdata-service
tag: 1.3.x
repository: mosipid/kernel-masterdata-service
tag: 1.3.1
## 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 Expand Up @@ -198,7 +198,6 @@ lifecycleHooks:
- sh
- -c
- sleep 30

## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
terminationGracePeriodSeconds: 60
## Custom Liveness probes for
Expand Down
2 changes: 1 addition & 1 deletion helm/syncdata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: syncdata
description: A Helm chart for MOSIP Syncdata module
type: application
version: 1.3.1-develop
version: 1.3.1
appVersion: ""
dependencies:
- name: common
Expand Down
5 changes: 2 additions & 3 deletions helm/syncdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ service:
externalTrafficPolicy: Cluster
image:
registry: docker.io
repository: mosipqa/kernel-syncdata-service
tag: 1.3.x
repository: mosipid/kernel-syncdata-service
tag: 1.3.1
## Specify a imagePllPolicy
## 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 Expand Up @@ -198,7 +198,6 @@ lifecycleHooks:
- sh
- -c
- sleep 30

## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down
terminationGracePeriodSeconds: 60
## Custom Liveness probes for
Expand Down
Loading