Skip to content

Commit

Permalink
[DSD-6825] platform 1.2.1.0-beta-1 release (#1140)
Browse files Browse the repository at this point in the history
* Updated chart versions, image and tag for release changes

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <[email protected]>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Praful Rakhade <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent fb30d16 commit 8a599bb
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions 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.0-beta.1-develop
CHART_VERSION=1.3.0
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down Expand Up @@ -127,4 +127,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes
installing_apitestrig # calling function
installing_apitestrig # calling function
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: develop
repository: mosipid/apitest-masterdata
tag: 1.3.0-beta.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.0-beta.1-develop
CHART_VERSION=1.3.0-beta.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.0-beta.1-develop
version: 1.3.0-beta.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 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.0-beta.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
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.0-beta.1-develop
version: 1.3.0-beta.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 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.0-beta.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
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.0-beta.1-develop
version: 1.3.0-beta.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 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.0-beta.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
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.0-beta.1-develop
version: 1.3.0-beta.1
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 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.0-beta.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

0 comments on commit 8a599bb

Please sign in to comment.