From 9f95ce7d52a8d58d2c177865291768fb0b98be89 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 20 May 2019 00:12:31 -0400 Subject: [PATCH] fixing repo urls (#18) * fixing repo urls * bumping chart versions --- comcast/Chart.yaml | 2 +- comcast/README.md | 2 +- digitalocean-dyndns/Chart.yaml | 2 +- digitalocean-dyndns/README.md | 2 +- modem-stats/Chart.yaml | 2 +- modem-stats/README.md | 2 +- nzbget/Chart.yaml | 2 +- nzbget/README.md | 2 +- radarr/Chart.yaml | 2 +- radarr/README.md | 2 +- sonarr/Chart.yaml | 2 +- sonarr/README.md | 2 +- speedtest/Chart.yaml | 2 +- speedtest/README.md | 2 +- uptimerobot/Chart.yaml | 2 +- uptimerobot/README.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/comcast/Chart.yaml b/comcast/Chart.yaml index 34d89385..c77d9e72 100644 --- a/comcast/Chart.yaml +++ b/comcast/Chart.yaml @@ -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: diff --git a/comcast/README.md b/comcast/README.md index 09b44fc8..9249ce7e 100644 --- a/comcast/README.md +++ b/comcast/README.md @@ -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 ``` diff --git a/digitalocean-dyndns/Chart.yaml b/digitalocean-dyndns/Chart.yaml index b1d1a8f4..2688606c 100644 --- a/digitalocean-dyndns/Chart.yaml +++ b/digitalocean-dyndns/Chart.yaml @@ -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 diff --git a/digitalocean-dyndns/README.md b/digitalocean-dyndns/README.md index 21849b30..e2f157ec 100644 --- a/digitalocean-dyndns/README.md +++ b/digitalocean-dyndns/README.md @@ -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 ``` diff --git a/modem-stats/Chart.yaml b/modem-stats/Chart.yaml index 8ed6e042..35e253dd 100644 --- a/modem-stats/Chart.yaml +++ b/modem-stats/Chart.yaml @@ -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: diff --git a/modem-stats/README.md b/modem-stats/README.md index 63ac7880..a19dd784 100644 --- a/modem-stats/README.md +++ b/modem-stats/README.md @@ -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 ``` diff --git a/nzbget/Chart.yaml b/nzbget/Chart.yaml index 57b165e1..48f425e0 100644 --- a/nzbget/Chart.yaml +++ b/nzbget/Chart.yaml @@ -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 diff --git a/nzbget/README.md b/nzbget/README.md index 8b4752b7..a848cf6e 100644 --- a/nzbget/README.md +++ b/nzbget/README.md @@ -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 ``` diff --git a/radarr/Chart.yaml b/radarr/Chart.yaml index 004a70c2..0aa9e3a1 100644 --- a/radarr/Chart.yaml +++ b/radarr/Chart.yaml @@ -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 diff --git a/radarr/README.md b/radarr/README.md index 2a66735e..2c9ff40b 100644 --- a/radarr/README.md +++ b/radarr/README.md @@ -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 ``` diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 27890205..8463327c 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -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 diff --git a/sonarr/README.md b/sonarr/README.md index f5c22f8a..0117a6d6 100644 --- a/sonarr/README.md +++ b/sonarr/README.md @@ -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 ``` diff --git a/speedtest/Chart.yaml b/speedtest/Chart.yaml index b466a81a..9d37f959 100644 --- a/speedtest/Chart.yaml +++ b/speedtest/Chart.yaml @@ -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: diff --git a/speedtest/README.md b/speedtest/README.md index f96383ee..ba793568 100644 --- a/speedtest/README.md +++ b/speedtest/README.md @@ -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 ``` diff --git a/uptimerobot/Chart.yaml b/uptimerobot/Chart.yaml index a059fdb2..391b1f8b 100644 --- a/uptimerobot/Chart.yaml +++ b/uptimerobot/Chart.yaml @@ -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: diff --git a/uptimerobot/README.md b/uptimerobot/README.md index 971a6045..b1b7d2ca 100644 --- a/uptimerobot/README.md +++ b/uptimerobot/README.md @@ -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 ```