From 9cfc3ddf5c062da2c8fed7be2c5179cb85a8c2bf Mon Sep 17 00:00:00 2001 From: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:09:19 +0000 Subject: [PATCH 1/3] Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/admin-ui/install.sh | 2 +- deploy/admin-uitestrig/install.sh | 2 +- helm/admin-ui/Chart.yaml | 2 +- helm/admin-ui/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/admin-ui/install.sh b/deploy/admin-ui/install.sh index 2041c0cc..fc9d6ad4 100755 --- a/deploy/admin-ui/install.sh +++ b/deploy/admin-ui/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.3.0-beta.1 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/admin-uitestrig/install.sh b/deploy/admin-uitestrig/install.sh index a4a916a3..e25c4ced 100644 --- a/deploy/admin-uitestrig/install.sh +++ b/deploy/admin-uitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=0.0.1-develop +CHART_VERSION=1.3.0-beta.1 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/helm/admin-ui/Chart.yaml b/helm/admin-ui/Chart.yaml index c3510afd..a0e71ac8 100644 --- a/helm/admin-ui/Chart.yaml +++ b/helm/admin-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-ui description: A Helm chart for MOSIP Admin UI module type: application -version: 1.3.0-beta.1-develop +version: 1.3.0-beta.1 appVersion: "" dependencies: - name: common diff --git a/helm/admin-ui/values.yaml b/helm/admin-ui/values.yaml index fb486c6f..3e42a9cd 100644 --- a/helm/admin-ui/values.yaml +++ b/helm/admin-ui/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipqa/admin-ui - tag: 1.3.x + repository: mosipid/admin-ui + 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 From 07cabab6c3238b5c60431a1df56f0be22c00de4d Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Thu, 12 Dec 2024 13:43:11 +0530 Subject: [PATCH 2/3] [DSD-6825] platform 1.2.1.0-beta-1 release Signed-off-by: Praful Rakhade --- deploy/admin-uitestrig/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/admin-uitestrig/values.yaml b/deploy/admin-uitestrig/values.yaml index 4e71f12e..c2fd7779 100644 --- a/deploy/admin-uitestrig/values.yaml +++ b/deploy/admin-uitestrig/values.yaml @@ -3,5 +3,5 @@ modules: enabled: true image: registry: docker.io - repository: mosipqa/admintest - tag: develop + repository: mosipid/uitest-admin + tag: 1.3.0-beta.1 From c8f20eda0644dc9f22f00bebb3cfe82375415390 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Thu, 12 Dec 2024 13:47:20 +0530 Subject: [PATCH 3/3] [DSD-6825] platform 1.2.1.0-beta-1 release Signed-off-by: Praful Rakhade --- deploy/admin-uitestrig/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/admin-uitestrig/install.sh b/deploy/admin-uitestrig/install.sh index e25c4ced..28b30e84 100644 --- a/deploy/admin-uitestrig/install.sh +++ b/deploy/admin-uitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=1.3.0-beta.1 +CHART_VERSION=1.3.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace @@ -94,4 +94,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_uitestrig # calling function \ No newline at end of file +installing_uitestrig # calling function