Skip to content

Commit

Permalink
Updated Pom version and Chart version for post-release changes (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Dec 13, 2024
1 parent 4169114 commit 3d0060b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=1.3.0-beta.1
CHART_VERSION=1.3.0-beta.1-develop
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion 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=1.3.0
CHART_VERSION=1.3.0-beta.1-develop
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
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
version: 1.3.0-beta.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down

0 comments on commit 3d0060b

Please sign in to comment.