Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 2.89 KB

README.md

File metadata and controls

105 lines (62 loc) · 2.89 KB

Release Charts pages-build-deployment Artifact Hub

0hlov3s Helm Charts

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.


Repository Overview

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! ❤️


Getting Started

Prerequisites

Ensure you have Helm installed. If not, check out Helm's documentation for installation instructions and an overview of how Helm works.

Adding the Repository

Once Helm is set up, add the Schoenwald Charts repository:

helm repo add schoenwald https://charts.schoenwald.aero

Updating the Repository

If you’ve added this repo before, update it to fetch the latest chart versions:

helm repo update

Searching for Charts

Find available charts by searching the repository:

helm search repo schoenwald

Installing a Chart

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.

Example

Installing the awesome-app chart:

helm install cinnyapp schoenwald/cinnyapp

Uninstalling a Chart

To uninstall a chart:

helm delete <chart-name>

🌟 Contributing

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.

How to Contribute

  1. Fork the repository.
  2. Make your changes.
  3. Open a pull request.

For any issues or questions, feel free to open a GitHub issue. Let's build something great together!


📜 License

This repository is open-source and licensed under the Apache License 2.0.


🧭 Links

Happy Helm-ing! ⚓