Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dougsland/helm-charts
Just Another Helm Charts repo.
https://github.com/dougsland/helm-charts
Last synced: 4 days ago
JSON representation
Just Another Helm Charts repo.
- Host: GitHub
- URL: https://github.com/dougsland/helm-charts
- Owner: dougsland
- License: apache-2.0
- Created: 2020-10-18T17:45:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T03:19:33.000Z (about 4 years ago)
- Last Synced: 2024-11-18T07:35:31.020Z (about 1 month ago)
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome
- [Welcome](#welcome)
* [About](#About)
* [Supported Charts](#supported-charts)
* [Usage](#usage)
* [Upgrade](#upgrade)
* [Uninstall](#uninstall)
+ [repo](#repo)
+ [Uninstall chart](#uninstall-chart)## About
Just Another Helm Charts repo.## Supported charts:
| Chart | Based on Image |
|-----------|-----------------------------|
| speedtest | [adolfintel/speedtest:latest](https://hub.docker.com/r/adolfintel/speedtest) |
| dnstools | [infoblox/dnstools:latest](https://hub.docker.com/r/infoblox/dnstools) |
| -- | -- |
| -- | -- |## Usage
Example:
```
$ helm repo add dougsland https://dougsland.github.io/helm-charts
$ helm search repo speedtest
$ helm install \
speedtest \
dougsland/speedtest \
--set ingressroute.enabled=True \
--set ingressroute.hosts=speedtest.medogz.com \
--set ingressroute.tls=true \
--set ingressroute.tls=tls-traefikv2
```## Upgrade
```
$ helm upgrade speedtest dougsland/speedtest
```## Uninstall
### repo
```
$ helm repo remove dougsland
```
### Uninstall chart
Example:
```
$ helm uninstall speedtest
```