chart github pages
helm repo add stp-o11y https://SplashtopInc.github.io/stp-o11y/
helm search repo stp-o11y -l
git checkout master
helm dependency build --skip-refresh
## make some magic 🚨 🚨 🚨 do not forget update version in Chart.yaml 🚨 🚨 🚨
## make some magic 🚨 🚨 🚨 do not forget update version in Chart.yaml 🚨 🚨 🚨
helm package .
git switch gh-pages
git pull origin gh-pages
rm -rf charts
helm repo index --url "" .
git add .
## 🚨 🚨 🚨 only need commit `index.yaml` and `stp-o11y-x.x.x.tgz` 🚨 🚨 🚨
git status
git commit -a -m "release version"
git push origin gh-pages
share_files folder is used to serve common config or other files for o11y usage.
Opentelemetry allows to use HTTP URL to download config file. link
Use below as the CMD for opentelemetry collector container.
--config=https://splashtopinc.github.io/stp-o11y/share_files/<file-name>