Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarab97/helm-charts
Helm charts of some of the selfhosted services
https://github.com/sarab97/helm-charts
helm helm-charts kubernetes
Last synced: 27 days ago
JSON representation
Helm charts of some of the selfhosted services
- Host: GitHub
- URL: https://github.com/sarab97/helm-charts
- Owner: sarab97
- License: apache-2.0
- Created: 2023-01-12T18:13:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:22:11.000Z (9 months ago)
- Last Synced: 2025-01-08T13:44:40.754Z (about 1 month ago)
- Topics: helm, helm-charts, kubernetes
- Language: Smarty
- Homepage:
- Size: 53.7 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-charts
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/sarab97)](https://artifacthub.io/packages/search?repo=sarab97)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sarab97/helm-charts/release.yml)
![GitHub](https://img.shields.io/github/license/sarab97/helm-charts)## Charts
- [ntfy](https://github.com/sarab97/helm-charts/tree/main/charts/ntfy)
- [uptime-kuma](https://github.com/sarab97/helm-charts/tree/main/charts/uptime-kuma)
- [searx-ng](https://github.com/sarab97/helm-charts/tree/main/charts/searx-ng)
- [grocy](https://github.com/sarab97/helm-charts/tree/main/charts/grocy)## Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows:
```sh
helm repo add sarab97 https://charts.sarabsingh.com
```If you had already added this repo earlier you might wanna update repo to get latest packages.
```sh
helm repo update
```You can install a chart release using the following command:
```sh
helm install sarab97/ --values values.yaml
```To uninstall a chart release use `helm`'s delete command:
```sh
helm uninstall
```