https://github.com/rhythmictech/helm-charts
helm charts
https://github.com/rhythmictech/helm-charts
awx helm-charts
Last synced: 4 months ago
JSON representation
helm charts
- Host: GitHub
- URL: https://github.com/rhythmictech/helm-charts
- Owner: rhythmictech
- Created: 2019-07-11T17:27:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T02:26:33.000Z (about 6 years ago)
- Last Synced: 2025-02-25T22:46:13.246Z (8 months ago)
- Topics: awx, helm-charts
- Language: Smarty
- Size: 31.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts
Rhythmic Technologies helm charts## Getting Started
### Adding a Chart
First, create a new chart in the `charts` directory:
```
# add you chart's folder and create your chart
$ cd charts
$ helm create mynewchart
```Then `package` that chart with `helm`:
```
# build the zip file
$ helm package charts/mynewchart# update the index.yaml file
$ helm repo index .
```Then add it all to git:
```
# add it all to git
$ git add mynewchart-* index.yaml charts/mynewchart/*
$ git commit -m 'New chart mynewchart'
$ git push
```### Using a Chart
Add this repository to helm, update your repos, and pull down any of the charts.
```
$ helm repo add rhythmictech https://rhythmictech.github.io/helm-charts/$ helm repo update
$ helm repo search mynewchart
```## Charts
### AWX
Helm chart for AWX, upstream of Ansible Tower.
- https://github.com/ansible/awx
- https://github.com/Najeongho/charts/tree/master/incubator/awx