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..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=0.0.1-develop +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 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 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