mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
parent
d9aa9a6830
commit
9f95ce7d52
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: comcast
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 1.0.0
|
||||
description: periodic comcast data usage checks and save the results to InfluxDB
|
||||
keywords:
|
||||
|
@ -7,7 +7,7 @@ This tool allows you to run periodic comcast data usage checks and save the resu
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/comcast
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "1.0"
|
||||
description: Dynamic DNS using DigitalOcean's DNS Services
|
||||
name: digitalocean-dyndns
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
keywords:
|
||||
- digitalocean
|
||||
- dynamicdns
|
||||
|
@ -5,7 +5,7 @@ A script that pushes the public IP address of the running machine to DigitalOcea
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/digitalocean-dyndns
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: modem-stats
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
appVersion: 1.0.0
|
||||
description: periodic cable modem data collection and save the results to InfluxDB
|
||||
keywords:
|
||||
|
@ -7,7 +7,7 @@ This tool allows you to run periodic scanning of the sb6183 cable modem and save
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/modem-stats
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: amd64-v21.0-r2302-ls8
|
||||
description: NZBGet is a Usenet downloader client
|
||||
name: nzbget
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
keywords:
|
||||
- nzbget
|
||||
- usenet
|
||||
|
@ -5,7 +5,7 @@ This is a helm chart for [NZBGet](https://nzbget.net/) leveraging the [Linuxserv
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/nzbget
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: amd64-v0.2.0.1293-ls9
|
||||
description: Radarr is a movie downloading client
|
||||
name: radarr
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
keywords:
|
||||
- radarr
|
||||
- usenet
|
||||
|
@ -5,7 +5,7 @@ This is a helm chart for [radarr](https://github.com/Radarr/Radarr/) leveraging
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/radarr
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: amd64-3.0.1.418-ls45
|
||||
description: Sonarr is a television show downloading client
|
||||
name: sonarr
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
keywords:
|
||||
- sonarr
|
||||
- usenet
|
||||
|
@ -5,7 +5,7 @@ This is a helm chart for [sonarr](https://github.com/sonarr/sonarr/) leveraging
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/sonarr
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: speedtest
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
appVersion: 1.0.0
|
||||
description: periodic speedtest and save the results to InfluxDB
|
||||
keywords:
|
||||
|
@ -7,7 +7,7 @@ This tool is a wrapper for speedtest-cli which allows you to run periodic speedt
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/speedtest
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: uptimerobot
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
appVersion: 1.1.0
|
||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||
keywords:
|
||||
|
@ -7,7 +7,7 @@ This tool allows you to run periodic uptimerobot data usage checks and save the
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.github.io/helm-repo
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/uptimerobot
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user