From 28764c49b748e45dae78c77b4822b0e1affff2ef Mon Sep 17 00:00:00 2001 From: Chandra Keshav Mishra Date: Thu, 12 Dec 2024 09:56:07 +0530 Subject: [PATCH] [DSD-6829] apitest common 1.3.0 release (#1699) * 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 * [DSD-6829] apitest commons 1.3.0 release Signed-off-by: Praful Rakhade --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Praful Rakhade Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Praful Rakhade --- deploy/apitestrig/install.sh | 2 +- deploy/uitestrig/install.sh | 2 +- helm/apitestrig/Chart.yaml | 2 +- helm/apitestrig/values.yaml | 8 ++++---- helm/uitestrig/Chart.yaml | 2 +- helm/uitestrig/values.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/apitestrig/install.sh b/deploy/apitestrig/install.sh index 2a6fa6bbe1..d5ef701546 100755 --- a/deploy/apitestrig/install.sh +++ b/deploy/apitestrig/install.sh @@ -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 diff --git a/deploy/uitestrig/install.sh b/deploy/uitestrig/install.sh index 98c0577ff1..27d1d533c3 100644 --- a/deploy/uitestrig/install.sh +++ b/deploy/uitestrig/install.sh @@ -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 diff --git a/helm/apitestrig/Chart.yaml b/helm/apitestrig/Chart.yaml index ffa48e31d3..1adca07f93 100644 --- a/helm/apitestrig/Chart.yaml +++ b/helm/apitestrig/Chart.yaml @@ -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 diff --git a/helm/apitestrig/values.yaml b/helm/apitestrig/values.yaml index e673288b37..5ba14c55fa 100644 --- a/helm/apitestrig/values.yaml +++ b/helm/apitestrig/values.yaml @@ -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 diff --git a/helm/uitestrig/Chart.yaml b/helm/uitestrig/Chart.yaml index 8763cc302a..27e87306e5 100644 --- a/helm/uitestrig/Chart.yaml +++ b/helm/uitestrig/Chart.yaml @@ -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 diff --git a/helm/uitestrig/values.yaml b/helm/uitestrig/values.yaml index 75e39c80a1..81464e867b 100644 --- a/helm/uitestrig/values.yaml +++ b/helm/uitestrig/values.yaml @@ -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