Welcome to the WOCO-IO Helm Charts repository! 🎉
This repository hosts Helm charts for deploying WOCO-IO services to Kubernetes.
These charts are designed to simplify deployment, configuration, and management of our services for developers and DevOps teams.
To use these charts, you need the following:
helm repo add woco-io https://woco-io.github.io/helm-charts/
helm repo update
helm install <release-name> woco-io/<chart-name> --values <values-file>.yaml
helm upgrade <release-name> woco-io/<chart-name> --values <values-file>.yaml
helm uninstall <release-name>
We welcome contributions to improve our Helm charts!
git checkout -b my-feature-branch
helm lint charts/<chart-name>
git commit -m "Describe your changes"
git push origin my-feature-branch
main
branch.For any issues, feel free to open a GitHub issue or contact the WOCO-IO team.
Thank you for using our Helm charts! 🚀