Skip to content

Commit

Permalink
[MOSIP-33412] updated helm and publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 committed Jul 10, 2024
1 parent 1c042cb commit 2467c2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/chart-lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:
- 1.*
- 0.*
- develop
- MOSIP*
- release*
paths:
- './helm/**'
Expand Down
2 changes: 1 addition & 1 deletion deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=idrepo
CHART_VERSION=12.1.0
CHART_VERSION=12.1.0-develop

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

0 comments on commit 2467c2c

Please sign in to comment.