Skip to content

Commit

Permalink
[DSD-6829] apitest common 1.3.0 release (#1699)
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-6829] apitest commons 1.3.0 release

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

* [DSD-6829] apitest commons 1.3.0 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 9b4e11a commit 28764c4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deploy/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=apitestrig
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/uitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=uitestrig
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/apitestrig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: apitestrig
description: A Helm chart to deploy APITESTRIG for MOSIP modules
type: application
version: 0.0.1-develop
version: 1.3.0
appVersion: ""
dependencies:
- name: common
Expand Down
8 changes: 4 additions & 4 deletions helm/apitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,14 @@ modules:
prereg:
enabled: true
image:
repository: mosipqa/apitest-prereg
tag: develop
repository: mosipid/apitest-prereg
tag: 1.3.0-beta.1
pullPolicy: Always
masterdata:
enabled: true
image:
repository: mosipqa/apitest-masterdata
tag: develop
repository: mosipid/apitest-masterdata
tag: 1.3.0-beta.1
pullPolicy: Always
idrepo:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion helm/uitestrig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: uitestrig
description: A Helm chart to deploy uitestrig to test working of MOSIP modules
type: application
version: 0.0.1-develop
version: 1.3.0
appVersion: ""
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions helm/uitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ modules:
enabled: true
image:
registry: docker.io
repository: mosipqa/uitest-admin
tag: develop
repository: mosipid/uitest-admin
tag: 1.3.0-beta.1
pullPolicy: Always
- name: pmp-ui
enabled: true
Expand Down

0 comments on commit 28764c4

Please sign in to comment.