helm-charts

Artifact Hub

WOCO-IO Helm Charts

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.

Repository Structure

Prerequisites

To use these charts, you need the following:

Usage

  1. Add the WOCO-IO Helm repository:
    helm repo add woco-io https://woco-io.github.io/helm-charts/
    
  2. Update your local Helm repository:
    helm repo update
    
  3. Install a chart:
    helm install <release-name> woco-io/<chart-name> --values <values-file>.yaml
    
  4. Upgrade a release:
    helm upgrade <release-name> woco-io/<chart-name> --values <values-file>.yaml
    
  5. Uninstall a release:
    helm uninstall <release-name>
    

Contributing

We welcome contributions to improve our Helm charts!

Steps to Contribute

  1. Fork this repository.
  2. Create a branch for your changes: git checkout -b my-feature-branch
  3. Make your updates and ensure charts pass linting using:
    helm lint charts/<chart-name>
    
  4. Commit your changes: git commit -m "Describe your changes"
  5. Push to your branch: git push origin my-feature-branch
  6. Open a pull request against the main branch.

Guidelines

Support

For any issues, feel free to open a GitHub issue or contact the WOCO-IO team.


Thank you for using our Helm charts! 🚀