Skip to content

Commit 3cd9e28

Browse files
[DSD-8845] Platform Components - 1.2.x.x DST Perf Fix (J11) release (#1365)
* Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [DSD-8845] Platform Components - 1.2.x.x DST Perf Fix (J11) release Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> * [DSD-8845] Platform Components - 1.2.x.x DST Perf Fix (J11) 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 5eb4d4e commit 3cd9e28

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

deploy/apitest-idrepo/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ modules:
22
idrepo:
33
enabled: true
44
image:
5-
repository: mosipqa/apitest-idrepo
6-
tag: 1.2.2.x
5+
repository: mosipid/apitest-idrepo
6+
tag: 1.2.2.3
77
pullPolicy: Always

deploy/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=idrepo
10-
CHART_VERSION=12.2.3-develop
10+
CHART_VERSION=12.2.3
1111

1212
echo Create $NS namespace
1313
kubectl create ns $NS

helm/credential/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: credential
33
description: A Helm chart for MOSIP IDRepo Identity Service
44
type: application
5-
version: 12.2.3-develop
5+
version: 12.2.3
66
appVersion: ""
77
dependencies:
88
- name: common

helm/credential/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/credential-service
50-
tag: 1.2.2.x
49+
repository: mosipid/credential-service
50+
tag: 1.2.2.3
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/credentialrequest/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: credentialrequest
33
description: A Helm chart for MOSIP IDRepo Identity Service
44
type: application
5-
version: 12.2.3-develop
5+
version: 12.2.3
66
appVersion: ""
77
dependencies:
88
- name: common

helm/credentialrequest/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/credential-request-generator
50-
tag: 1.2.2.x
49+
repository: mosipid/credential-request-generator
50+
tag: 1.2.2.3
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/identity/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: identity
33
description: A Helm chart for MOSIP IDRepo Identity Service
44
type: application
5-
version: 12.2.3-develop
5+
version: 12.2.3
66
appVersion: ""
77
dependencies:
88
- name: common

helm/identity/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/id-repository-identity-service
50-
tag: 1.2.2.x
49+
repository: mosipid/id-repository-identity-service
50+
tag: 1.2.2.3
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/idrepo-saltgen/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: idrepo-saltgen
33
description: A Helm chart to generate salt for ID Repo.
44
type: application
5-
version: 12.2.3-develop
5+
version: 12.2.3
66
appVersion: ""
77
dependencies:
88
- name: common

helm/idrepo-saltgen/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ extraDeploy: []
2626
replicaCount: 1
2727
image:
2828
registry: docker.io
29-
repository: mosipqa/id-repository-salt-generator
30-
tag: 1.2.2.x
29+
repository: mosipid/id-repository-salt-generator
30+
tag: 1.2.2.3
3131
## Specify a imagePullPolicy
3232
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
3333
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)