diff --git a/charts/.gitignore b/charts/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/charts/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/charts/readme.md b/charts/readme.md new file mode 100644 index 0000000..e84191c --- /dev/null +++ b/charts/readme.md @@ -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/ \ No newline at end of file