fixing repo urls (#18)

* fixing repo urls

* bumping chart versions
This commit is contained in:
Jeff Billimek 2019-05-20 00:12:31 -04:00 committed by GitHub
parent d9aa9a6830
commit 9f95ce7d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 16 additions and 16 deletions

View File

@ -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:

View File

@ -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
```

View File

@ -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

View File

@ -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
```

View File

@ -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:

View File

@ -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
```

View File

@ -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

View File

@ -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
```

View File

@ -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

View File

@ -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
```

View File

@ -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

View File

@ -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
```

View File

@ -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:

View File

@ -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
```

View File

@ -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:

View File

@ -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
```