https://github.com/mbround18/helm-charts
Staging and production ground for developed helm charts
https://github.com/mbround18/helm-charts
Last synced: about 1 month ago
JSON representation
Staging and production ground for developed helm charts
- Host: GitHub
- URL: https://github.com/mbround18/helm-charts
- Owner: mbround18
- License: bsd-3-clause
- Created: 2023-10-23T02:51:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T01:49:09.000Z (about 2 months ago)
- Last Synced: 2025-04-03T02:34:19.887Z (about 2 months ago)
- Language: Smarty
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Charts Repository
Welcome to our Helm Charts Repository, hosted with ❤️ by GitHub Pages. This repository contains a collection of Helm charts for various applications, ready to be deployed in your Kubernetes cluster with ease and efficiency.
## Getting Started
Helm is a package manager for Kubernetes that allows you to manage Kubernetes applications. Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
### Prerequisites
- Kubernetes cluster
- Helm 3 installedIf you're new to Helm, please follow the [official Helm installation guide](https://helm.sh/docs/intro/install/) to get started.
### Adding Repo
To add this Helm repository to your Helm client:
```shell
helm repo add mbround18 https://mbround18.github.io/helm-charts/
```### Installing Charts
To install a chart from this repository:
```shell
helm install my-release mbround18/
```Replace `` with the name of the chart you wish to install.
### Searching for Charts
To search for charts in this repository:
```shell
helm search repo mbround18
```## Available Charts
- **Palworld**: Palworld server.
- _Add more charts as necessary._For more information on each chart, please refer to the individual chart's README within the repository.
## Contributing
We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to submit contributions, report issues, and make suggestions.
## Contact
For any further questions or feedback, please [open an issue](https://github.com/mbround18/helm-charts/issues) in the GitHub repository.
Thank you for using our Helm Charts!
---
This template is a starting point. Be sure to customize each section, especially the "Available Charts" section, with the specific details of the charts in your repository. If your repository has additional requirements or instructions, include those as well.