Skip to content

Commit d8c53e1

Browse files
[DSD-8845] Platform Components - 1.2.x.x DST Perf Fix (J11) release (#1572)
* 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 ca41ff0 commit d8c53e1

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

deploy/apitest-auth/values.yaml

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

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

helm/ida-auth/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/authentication-service
50-
tag: 1.2.1.x
49+
repository: mosipid/authentication-service
50+
tag: 1.2.1.2-beta.1
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/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: 12.1.2-beta.1-develop
5+
version: 12.1.2-beta.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-internal/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/authentication-internal-service
50-
tag: 1.2.1.x
49+
repository: mosipid/authentication-internal-service
50+
tag: 1.2.1.2-beta.1
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/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: 12.1.2-beta.1-develop
5+
version: 12.1.2-beta.1
66
appVersion: ""
77
dependencies:
88
- name: common

helm/ida-otp/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/authentication-otp-service
50-
tag: 1.2.1.x
49+
repository: mosipid/authentication-otp-service
50+
tag: 1.2.1.2-beta.1
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

0 commit comments

Comments
 (0)