Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mosip 40011 1 #690

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
540b841
Updated Pom versions for release changes (#664)
ckm007 Sep 19, 2024
5fa0f1c
MOSIP-32461 Changing commons versions for 1.3.x branch
Khuddusshariff0022 Oct 8, 2024
865c78b
MOSIP-32461 Changing commons versions for 1.3.x branch
Khuddusshariff0022 Oct 8, 2024
36a0d88
MOSIP-32461 Changing commons versions for 1.3.x branch
Khuddusshariff0022 Oct 8, 2024
cdbefdb
MOSIP-36412 Release 1.3.x commons version change
Khuddusshariff0022 Oct 10, 2024
f3f0cc3
MOSIP-36412 Release 1.3.x commons version change
Khuddusshariff0022 Oct 10, 2024
6fd9af6
MOSIP-36412 Release 1.3.x commons version change
Khuddusshariff0022 Oct 10, 2024
ffedaeb
MOSIP-36412 Release 1.3.x commons version change
Khuddusshariff0022 Oct 14, 2024
fe68ef5
MOSIP-32461, MOSIP-36412 Changing commons versions for 1.3.x branch
Khuddusshariff0022 Oct 15, 2024
cbc7c49
Merge pull request #665 from Khuddusshariff0022/release-1.3.x_Commons…
ckm007 Oct 17, 2024
7da2ff0
MOSIP-32461, MOSIP-36412 Changing versions for 1.3.x branch
Khuddusshariff0022 Oct 20, 2024
05dcbbb
Merge pull request #667 from Khuddusshariff0022/release-1.3.x_version…
ckm007 Oct 22, 2024
50cea61
DSD-6613: Updated dockerFile and provider.pem (#674)
dhanendra06 Nov 13, 2024
793fe67
[ MOSIP-32746 ] adding readmd changes (#672)
Khuddusshariff0022 Nov 13, 2024
c41b762
MOSIP-36412 Changing DB versions for 1.3.x branch (#669)
Khuddusshariff0022 Nov 13, 2024
bd1ad42
[MOSIP-37029] fixed naming for keystore job (#675)
bhumi46 Nov 26, 2024
13d6e01
Updated chart versions, image and tag for release changes
Prafulrakhade Dec 4, 2024
c7a1dd9
Update values.yaml
Prafulrakhade Dec 4, 2024
65cdecb
Merge pull request #679 from mosip/releas-branch
ckm007 Dec 5, 2024
24c57c2
Mosip-38142 Fixed Ignored test case. (#681)
kameshsr Dec 10, 2024
f61161f
changing version db scrits (#682)
Khuddusshariff0022 Dec 13, 2024
593785b
MOSIP-39389 Corrected version in parent pom (#684)
kameshsr Feb 3, 2025
4c9f2fc
Merge branch 'release-1.3.x' of https://github.com/mosip/registration…
kameshsr Mar 4, 2025
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 helm/regclient/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: regclient
description: A Helm chart to installed Downloader for Regstration Client Application
type: application
version: 0.0.1-develop
version: 1.3.0-beta.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/regclient/templates/keystorejob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
mountPath: /home/mosip/certs
volumes:
- name: certs-volume
emptyDir: {}
emptyDir: {}
2 changes: 1 addition & 1 deletion helm/regclient/templates/keystorerole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods","configmaps", "secrets"]
verbs: ["get", "create", "delete", "patch"]
verbs: ["get", "create", "delete", "patch"]
4 changes: 2 additions & 2 deletions helm/regclient/templates/keystorerolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ subjects:
namespace: {{ .Release.Namespace }}
roleRef:
kind: Role
name: "{{ .Values.job.rolename }}-{{ .Release.Namespace }}"
apiGroup: rbac.authorization.k8s.io
name: "{{ .Values.job.image.rolename }}-{{ .Release.Namespace }}"
apiGroup: rbac.authorization.k8s.io
53 changes: 4 additions & 49 deletions helm/regclient/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,18 @@
##
commonLabels:
app.kubernetes.io/component: mosip

## Add annotations to all the deployed resources
##
commonAnnotations: {}

## Kubernetes Cluster Domain
##
clusterDomain: cluster.local

## Extra objects to deploy (value evaluated as a template)
##
extraDeploy: []

## Number of nodes
##
replicaCount: 1

service:
type: ClusterIP
port: 80
Expand All @@ -48,11 +43,10 @@ service:
## ref http://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
##
externalTrafficPolicy: Cluster

image:
registry: docker.io
repository: mosipqa/registration-client
tag: develop
tag: 1.3.x
## 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 All @@ -69,23 +63,20 @@ job:
image:
name: keystorejob
registry: docker.io
repository: mosipdev/regclient-keystore
tag: develop
repository: mosipqa/regclient-keystore
tag: 1.3.x
pullPolicy: Always
rolename: keystorerole
rolebindingname: keystorerolebinding

regclient:
version: 1.2.1-SNAPSHOT
version: 1.3.0-SNAPSHOT
mountDir: /home/mosip/build_files/
upgradeServerUrl: https://regclient.sandbox.xzy.net
hostName: https://api-internal.sandbox.mosip.net
## Here we check the health of syncdata service. The service must be accessible over internal channel.
healthCheckUrl: http://api-internal.sandbox.mosip.net/v1/syncdata/actuator/health

## Port on which this particular spring service module is running.
containerPort: 80

## Configure extra options for liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
##
Expand All @@ -99,7 +90,6 @@ startupProbe:
timeoutSeconds: 5
failureThreshold: 60
successThreshold: 1

livenessProbe:
enabled: true
httpGet:
Expand All @@ -110,7 +100,6 @@ livenessProbe:
timeoutSeconds: 5
failureThreshold: 60
successThreshold: 1

readinessProbe:
enabled: true
httpGet:
Expand All @@ -121,20 +110,17 @@ readinessProbe:
timeoutSeconds: 5
failureThreshold: 60
successThreshold: 1

##
# existingConfigmap:

## Command and args for running the container (set to default if not set). Use array form
##
command: []
args: []

## Deployment pod host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
hostAliases: []

## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources:
Expand All @@ -148,37 +134,31 @@ resources:
requests:
cpu: 100m
memory: 1500Mi

additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: "-Xms1250M -Xmx1250M"

## 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:
enabled: false
runAsUser: mosip
runAsNonRoot: true

## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
##
podSecurityContext:
enabled: false
fsGroup: 1001

## Pod affinity preset
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
## Allowed values: soft, hard
##
podAffinityPreset: ""

## Pod anti-affinity preset
## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
## Allowed values: soft, hard
##
podAntiAffinityPreset: soft

## Node affinity preset
## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
## Allowed values: soft, hard
Expand All @@ -200,32 +180,26 @@ nodeAffinityPreset:
## - e2e-az2
##
values: []

## Affinity for pod assignment. Evaluated as a template.
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}

## Node labels for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}

## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []

## Pod extra labels
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
podLabels: {}

## Annotations for server pods.
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
##
podAnnotations: {}

## pods' priority.
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
##
Expand All @@ -234,23 +208,19 @@ podAnnotations: {}
## lifecycleHooks for the container to automate configuration before or after startup.
##
lifecycleHooks: {}

## Custom Liveness probes for
##
customLivenessProbe: {}

## Custom Rediness probes
##
customReadinessProbe: {}

## Update strategy - only really applicable for deployments with RWO PVs attached
## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the
## PV, and the "incoming" pod can never start. Changing the strategy to "Recreate" will
## terminate the single previous pod, so that the new, incoming pod can attach to the PV
##
updateStrategy:
type: RollingUpdate

## Additional environment variables to set
## Example:
## extraEnvVars:
Expand All @@ -259,25 +229,20 @@ updateStrategy:
##
## TODO: the below env variable is not used, but required. Remove it later
extraEnvVars: []

## ConfigMap with extra environment variables
##
extraEnvVarsCM:
- artifactory-share

## Secret with extra environment variables
##
extraEnvVarsSecret:
- keystore-secret-env

## Extra volumes to add to the deployment
##
extraVolumes: []

## Extra volume mounts to add to the container
##
extraVolumeMounts: []

## Add init containers to the pods.
## Example:
## initContainers:
Expand All @@ -289,7 +254,6 @@ extraVolumeMounts: []
## containerPort: 1234
##
initContainers: {}

## Add sidecars to the pods.
## Example:
## sidecars:
Expand All @@ -301,7 +265,6 @@ initContainers: {}
## containerPort: 1234
##
sidecars: {}

persistence:
enabled: false
## If defined, storageClassName: <storageClass>
Expand All @@ -323,7 +286,6 @@ persistence:
existingClaim:
# Dir where config and keys are written inside container
mountDir:

## Init containers parameters:
## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section.
##
Expand Down Expand Up @@ -357,12 +319,10 @@ volumePermissions:
## cpu: 100m
## memory: 128Mi
##

## Specifies whether RBAC resources should be created
##
rbac:
create: true

## Specifies whether a ServiceAccount should be created
##
serviceAccount:
Expand All @@ -371,7 +331,6 @@ serviceAccount:
## If not set and create is true, a name is generated using the fullname template
##
name:

## Prometheus Metrics
##
metrics:
Expand All @@ -381,9 +340,7 @@ metrics:
##
podAnnotations:
prometheus.io/scrape: "true"

endpointPath: /v1/regclient/actuator/prometheus

## Prometheus Service Monitor
## ref: https://github.com/coreos/prometheus-operator
##
Expand All @@ -410,7 +367,6 @@ metrics:
## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#prometheusspec
##
additionalLabels: {}

## Custom PrometheusRule to be defined
## The value is evaluated as a template, so, for example, the value can depend on .Release or .Chart
## ref: https://github.com/coreos/prometheus-operator#customresourcedefinitions
Expand All @@ -428,7 +384,6 @@ metrics:
# labels:
# severity: error
rules: []

## Only internal access
istio:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion registration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mosipdev/openjdk-21-jdk:latest
FROM mosipid/openjdk-21-jdk:21.0.3

ARG SOURCE
ARG COMMIT_HASH
Expand Down
4 changes: 2 additions & 2 deletions registration/ref-impl/ref-document-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.registration</groupId>
<artifactId>ref-document-scanner</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions registration/ref-impl/ref-geoposition-rxtx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.registration</groupId>
<artifactId>ref-geoposition-rxtx</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
7 changes: 3 additions & 4 deletions registration/registration-api-stub-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
<parent>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-client-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<groupId>io.mosip.registration</groupId>
<artifactId>registration-api-stub-impl</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<spring.version>6.1.4</spring.version>
<mosip.core.kernel.version>1.2.1-SNAPSHOT</mosip.core.kernel.version>
<mosip.registration.api.version>1.2.1-SNAPSHOT</mosip.registration.api.version>
<mosip.registration.api.version>1.3.0-SNAPSHOT</mosip.registration.api.version>
</properties>

<dependencies>
Expand Down
Loading