File tree Expand file tree Collapse file tree 9 files changed +22
-22
lines changed
Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ service:
5252# # with biosdk 'develop' version. TODO: Change this later
5353image :
5454 registry : docker.io
55- repository : mosipdev /artifactory-server
56- tag : release- 1.2.0.1-B6
55+ repository : mosipid /artifactory-server
56+ tag : 1.2.0.1-B6
5757 # # Specify a imagePullPolicy
5858 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5959 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ service:
5252
5353image :
5454 registry : docker.io
55- repository : mosipdev /authentication-service
56- tag : release- 1.2.0.1
55+ repository : mosipid /authentication-service
56+ tag : 1.2.0.1-B5
5757 # # Specify a imagePullPolicy
5858 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5959 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ service:
5252
5353image :
5454 registry : docker.io
55- repository : mosipdev /authentication-internal-service
56- tag : release- 1.2.0.1
55+ repository : mosipid /authentication-internal-service
56+ tag : 1.2.0.1-B5
5757 # # Specify a imagePullPolicy
5858 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5959 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ service:
5252
5353image :
5454 registry : docker.io
55- repository : mosipdev /authentication-otp-service
56- tag : release- 1.2.0.1
55+ repository : mosipid /authentication-otp-service
56+ tag : 1.2.0.1-B5
5757 # # Specify a imagePullPolicy
5858 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5959 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ replicaCount: 1
3131
3232image :
3333 registry : docker.io
34- repository : mosipdev /keys-generator
35- tag : release- 1.2.0.1
34+ repository : mosipid /keys-generator
35+ tag : 1.2.0.1-B3
3636 # # Specify a imagePullPolicy
3737 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
3838 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ service:
5252
5353image :
5454 registry : docker.io
55- repository : mosipdev /kernel-keymanager-service
56- tag : release- 1.2.0.1
55+ repository : mosipid /kernel-keymanager-service
56+ tag : 1.2.0.1-B3
5757 # # Specify a imagePullPolicy
5858 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5959 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ service:
5151
5252image :
5353 registry : docker.io
54- repository : mosipdev /mosip-file-server
55- tag : release- 1.2.0.1
54+ repository : mosipid /mosip-file-server
55+ tag : 1.2.0.1-B4
5656 # # Specify a imagePullPolicy
5757 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
5858 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ service:
5353
5454image :
5555 registry : docker.io
56- repository : mosipdev /partner-onboarder
57- tag : release- 1.2.0.1
56+ repository : mosipid /partner-onboarder
57+ tag : 1.2.0.1-B4
5858 # # Specify a imagePullPolicy
5959 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
8- repository : mosipdev /postgres-init
8+ repository : mosipid /postgres-init
99 pullPolicy : Always
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : release- 1.2.0.1-B4
11+ tag : 1.2.0.1-B4
1212
1313imagePullSecrets : []
1414nameOverride : " "
@@ -126,7 +126,7 @@ databases:
126126 key : postgres-password
127127 dml : 1
128128 repoUrl : https://github.com/mosip/keymanager.git
129- branch : release-1 .2.0.1
129+ branch : v1 .2.0.1-B3
130130
131131 mosip_kernel :
132132 enabled : true
@@ -191,7 +191,7 @@ databases:
191191 key : postgres-password
192192 dml : 1
193193 repoUrl : https://github.com/mosip/id-authentication.git
194- branch : release-1 .2.0.1
194+ branch : v1 .2.0.1-B5
195195
196196 mosip_credential :
197197 enabled : true
@@ -298,7 +298,7 @@ databases:
298298 key : postgres-password
299299 dml : 1
300300 repoUrl : https://github.com/mosip/esignet.git
301- branch : release-1 .2.x
301+ branch : v1 .2.0
302302
303303 mosip_mockidentitysystem :
304304 enabled : false
@@ -311,4 +311,4 @@ databases:
311311 key : postgres-password
312312 dml : 1
313313 repoUrl : https://github.com/mosip/esignet-mock-services.git
314- branch : 0 .9.x
314+ branch : v0 .9.1
You can’t perform that action at this time.
0 commit comments