Skip to content

Commit

Permalink
update build and publish chart
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-sanglier-ibm committed Sep 10, 2024
1 parent 0057804 commit 8fac247
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
11 changes: 11 additions & 0 deletions charts/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# notes to build and publish the chart to the public repo

mkdir -p ./build/

helm package -u -d build/ continuous-curl-runner/

helm repo index --merge ${WEBMETHODS_HELMCHART_HOME}/docs/index.yaml ./build/

echo "Copying new index and updated packages to the final repo location"
cp -f build/index.yaml ${WEBMETHODS_HELMCHART_HOME}/docs/
cp -f build/*.tgz ${WEBMETHODS_HELMCHART_HOME}/docs/

0 comments on commit 8fac247

Please sign in to comment.