Effortlessly deploy your favorite applications with Helm! This repository contains a collection of Helm charts for various applications and personal use, ranging from favorites to experimental setups. Whether you’re just starting out or are a seasoned Helm user, maybe there's something here for you.
This repository features a variety of Helm charts tailored to streamline your deployments. Some of these charts I actively use, while others are community-driven or experimental. Your contributions are more than welcome to make them even better! ❤️
Ensure you have Helm installed. If not, check out Helm's documentation for installation instructions and an overview of how Helm works.
Once Helm is set up, add the Schoenwald Charts repository:
helm repo add schoenwald https://charts.schoenwald.aero
If you’ve added this repo before, update it to fetch the latest chart versions:
helm repo update
Find available charts by searching the repository:
helm search repo schoenwald
To install a specific chart, use the following command:
helm install <chart-name> schoenwald/<chart-name>
Replace <chart-name>
with the name of the chart you want to install.
Installing the awesome-app
chart:
helm install cinnyapp schoenwald/cinnyapp
To uninstall a chart:
helm delete <chart-name>
Your ideas, bug fixes, and enhancements are highly appreciated! Whether it's a bug report, feature request, or a pull request, your contributions make this repository better for everyone.
- Fork the repository.
- Make your changes.
- Open a pull request.
For any issues or questions, feel free to open a GitHub issue. Let's build something great together!
This repository is open-source and licensed under the Apache License 2.0.
Happy Helm-ing! ⚓