Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DSD-6825] platform 1.2.1.0-beta-1 release #344

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/admin-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/admin-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=admin
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.3.0
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down Expand Up @@ -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
installing_uitestrig # calling function
4 changes: 2 additions & 2 deletions deploy/admin-uitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/admin-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/admin-ui/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-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
Expand Down
Loading