https://github.com/jordanopensource/charts
Helm charts offered by JOSA!
https://github.com/jordanopensource/charts
chart charts helm helm-chart helm-charts k8s kubernetes
Last synced: about 1 month ago
JSON representation
Helm charts offered by JOSA!
- Host: GitHub
- URL: https://github.com/jordanopensource/charts
- Owner: jordanopensource
- Created: 2021-06-17T07:53:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T13:58:23.000Z (about 1 month ago)
- Last Synced: 2025-04-12T17:12:32.832Z (about 1 month ago)
- Topics: chart, charts, helm, helm-chart, helm-charts, k8s, kubernetes
- Language: Smarty
- Homepage: https://charts.josa.ngo
- Size: 1.34 MB
- Stars: 10
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JOSA Helm Charts for Kubernetes
Popular applications, provided by [JOSA](https://josa.ngo), ready to launch on Kubernetes using [Kubernetes Helm](https://helm.sh).
## TL;DR
```bash
$ helm repo add josa https://charts.josa.ngo
$ helm search repo josa
$ helm install my-release josa/
```### Prerequisites
- Kubernetes 1.20+
- Helm 3+### Setup a Kubernetes Cluster
For setting up Kubernetes refer to the Kubernetes [getting started guide](http://kubernetes.io/docs/getting-started-guides).
### Install Helm
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the [Helm install guide](https://helm.sh/docs/intro/install).
### Add Repo
The following command allows you to download and install all the charts from this repository:
```bash
$ helm repo add josa https://charts.josa.ngo
```### Using Helm
Once you have installed the Helm client, you can deploy a JOSA Helm Chart into a Kubernetes cluster.
Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Useful Helm Client Commands:
* View available charts: `helm search repo`
* Install a chart: `helm install my-release josa/`
* Upgrade your application: `helm upgrade`### License