Skip to content

Commit

Permalink
Merge pull request #764 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[DSD-6808] CTK 1.4.1 post release changes
  • Loading branch information
Prafulrakhade authored Nov 25, 2024
2 parents 4fe068a + cfb4ae0 commit c7e4582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/compliance-toolkit-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: compliance-toolkit-ui
description: A Helm chart for compliance-toolkit-ui
type: application
version: 1.4.1
version: 1.4.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/compliance-toolkit-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=compliance-toolkit
CHART_VERSION=1.4.1
CHART_VERSION=1.4.1-develop

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit c7e4582

Please sign in to comment.