Skip to content

Commit

Permalink
[DSD-4849] updated chart version to 0.0.1-SNAPSHOT (#734)
Browse files Browse the repository at this point in the history
Signed-off-by: techno-376 <[email protected]>
  • Loading branch information
Rakshitha650 committed May 7, 2024
1 parent 31d75ab commit d1277df
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: 12.0.2
version: 0.0.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=12.0.2
CHART_VERSION=0.0.1-develop

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

0 comments on commit d1277df

Please sign in to comment.