mass-rename of chart repo (#3)

* mass-rename of chart repo

* update all Chart.yaml files to replace references from old repo to new
repo
* update all Chart.yaml files to set apiVersion to v2 where necessary
* update all README.md files to replace references from old repo to new
repo

* fix teslamate dependencies for v2

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-08-29 11:22:37 -04:00 committed by GitHub
parent 40f4079ad1
commit bed22d6551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 394 additions and 401 deletions

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: v0.102.0 appVersion: v0.102.0
description: DNS proxy as ad-blocker for local network description: DNS proxy as ad-blocker for local network
name: adguard-home name: adguard-home
version: 1.2.0 version: 2.0.0
keywords: keywords:
- adguard-home - adguard-home
- adguard - adguard
- dns - dns
home: https://github.com/billimek/billimek-charts/tree/master/charts/adguard-home home: https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
sources: sources:
- https://github.com/AdguardTeam/AdGuardHome - https://github.com/AdguardTeam/AdGuardHome

View File

@ -7,8 +7,8 @@ The default values and container images used in this chart will allow for runnin
## TL;DR ## TL;DR
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/adguard-home helm install k8s-at-home/adguard-home
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/adguard-home
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name adguard-home billimek/adguard-home helm install --name adguard-home k8s-at-home/adguard-home
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,20 +31,20 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/adguard-home/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/adguard-home/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name adguard-home \ helm install --name adguard-home \
--set timeZone="America/New York" \ --set timeZone="America/New York" \
billimek/adguard-home k8s-at-home/adguard-home
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name adguard-home -f values.yaml billimek/adguard-home helm install --name adguard-home -f values.yaml k8s-at-home/adguard-home
``` ```
#### Helm force upgrade #### Helm force upgrade

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v2
appVersion: v0.8.4.2-ls72 appVersion: v0.8.4.2-ls72
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
name: bazarr name: bazarr
version: 2.0.2 version: 3.0.0
keywords: keywords:
- bazarr - bazarr
- radarr - radarr
@ -10,7 +10,7 @@ keywords:
- subtitles - subtitles
- usenet - usenet
- bittorrent - bittorrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/bazarr home: https://github.com/k8s-at-home/charts/tree/master/charts/bazarr
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
sources: sources:
- https://hub.docker.com/r/linuxserver/bazarr/ - https://hub.docker.com/r/linuxserver/bazarr/

View File

@ -5,8 +5,8 @@ This is a helm chart for [bazarr](https://github.com/morpheus65535/bazarr) lever
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/bazarr $ helm install k8s-at-home/bazarr
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/bazarr
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/bazarr helm install --name my-release k8s-at-home/bazarr
``` ```
## Upgrading ## Upgrading
@ -97,7 +97,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/bazarr k8s-at-home/bazarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -114,4 +114,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/bazarr/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/bazarr/values.yaml) file. It has several commented out suggested values.

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: bitwardenrs name: bitwardenrs
description: Unofficial Bitwarden compatible server written in Rust description: Unofficial Bitwarden compatible server written in Rust
type: application type: application
version: 0.1.0 version: 1.0.0
appVersion: 1.16.3 appVersion: 1.16.3
keywords: keywords:
- bitwarden - bitwarden
@ -10,7 +10,7 @@ keywords:
- bitwarden_rs - bitwarden_rs
- password - password
- rust - rust
home: https://github.com/billimek/billimek-charts/tree/master/charts/bitwarden_rs home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwarden_rs
sources: sources:
- https://github.com/dani-garcia/bitwarden_rs - https://github.com/dani-garcia/bitwarden_rs
maintainers: maintainers:

View File

@ -7,8 +7,8 @@ The default values and container images used in this chart will allow for runnin
## TL;DR ## TL;DR
```console ```console
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/bitwardenrs helm install k8s-at-home/bitwardenrs
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/bitwardenrs
To install the chart with the release name `bitwarden`: To install the chart with the release name `bitwarden`:
```console ```console
helm install bitwarden billimek/bitwardenrs helm install bitwarden k8s-at-home/bitwardenrs
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,18 +31,18 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/bitwardenrs/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/bitwardenrs/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install bitwarden \ helm install bitwarden \
--set timeZone="America/New York" \ --set timeZone="America/New York" \
billimek/bitwardenrs k8s-at-home/bitwardenrs
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install bitwarden billimek/bitwardenrs --values values.yaml helm install bitwarden k8s-at-home/bitwardenrs --values values.yaml
``` ```

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: "v0.8" appVersion: "v0.8"
description: DNS proxy as ad-blocker for local network description: DNS proxy as ad-blocker for local network
name: blocky name: blocky
version: 3.3.0 version: 4.0.0
keywords: keywords:
- blocky - blocky
- dbs - dbs
home: https://github.com/billimek/billimek-charts/tree/master/charts/blocky home: https://github.com/k8s-at-home/charts/tree/master/charts/blocky
icon: https://github.com/0xERR0R/blocky/raw/master/docs/blocky.svg?sanitize=true icon: https://github.com/0xERR0R/blocky/raw/master/docs/blocky.svg?sanitize=true
sources: sources:
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky

View File

@ -7,8 +7,8 @@ The default values and container images used in this chart will allow for runnin
## TL;DR ## TL;DR
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/blocky helm install k8s-at-home/blocky
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/blocky
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name blocky billimek/blocky helm install --name blocky k8s-at-home/blocky
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,20 +31,20 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/blocky/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/blocky/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name blocky \ helm install --name blocky \
--set timeZone="America/New York" \ --set timeZone="America/New York" \
billimek/blocky k8s-at-home/blocky
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name blocky -f values.yaml billimek/blocky helm install --name blocky -f values.yaml k8s-at-home/blocky
``` ```
## Upgrading an existing Release to a new major version ## Upgrading an existing Release to a new major version

View File

@ -10,11 +10,11 @@ name: calibre-web
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.2 version: 2.0.0
keywords: keywords:
- calibre - calibre
- ebook - ebook
home: https://github.com/billimek/billimek-charts/tree/master/charts/calibre-web home: https://github.com/k8s-at-home/charts/tree/master/charts/calibre-web
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png
sources: sources:
- https://hub.docker.com/r/linuxserver/calibre-web/ - https://hub.docker.com/r/linuxserver/calibre-web/

View File

@ -5,8 +5,8 @@ This is a helm chart for [calibre-web](https://github.com/janeczku/calibre-web)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.github.io/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/calibre-web helm install k8s-at-home/calibre-web
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/calibre-web
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/calibre-web helm install --name my-release k8s-at-home/calibre-web
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -87,7 +87,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/calibre-web k8s-at-home/calibre-web
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -104,4 +104,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/calibre-web/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/calibre-web/values.yaml) file. It has several commented out suggested values.

View File

@ -1,17 +1,17 @@
apiVersion: v1 apiVersion: v2
name: comcast name: comcast
version: 2.0.1 version: 3.0.0
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic comcast data usage checks and save the results to InfluxDB description: periodic comcast data usage checks and save the results to InfluxDB
keywords: keywords:
- comcast - comcast
- influxdb - influxdb
- xfinity - xfinity
home: https://github.com/billimek/billimek-charts/tree/master/charts/comcast home: https://github.com/k8s-at-home/charts/tree/master/charts/comcast
icon: https://i.imgur.com/iR1dUpp.png icon: https://i.imgur.com/iR1dUpp.png
sources: sources:
- https://github.com/billimek/comcastUsage-for-influxdb - https://github.com/billimek/comcastUsage-for-influxdb
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ This tool allows you to run periodic comcast data usage checks and save the resu
## TL;DR; ## TL;DR;
```console ```console
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/comcast $ helm install k8s-at-home/comcast
``` ```
## Introduction ## Introduction
@ -20,7 +20,7 @@ This code is adopted from the work done by [barrycarey](https://github.com/barry
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
$ helm install --name my-release billimek/comcast $ helm install --name my-release k8s-at-home/comcast
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -62,16 +62,16 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set config.comcast.username=tonystark,config.comcast.password=mypassword \ --set config.comcast.username=tonystark,config.comcast.password=mypassword \
billimek/comcast k8s-at-home/comcast
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/comcast helm install --name my-release -f values.yaml k8s-at-home/comcast
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/comcast/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/comcast/values.yaml) file. It has several commented out suggested values.
## InfluxDB metrics ## InfluxDB metrics
``` ```

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: 7260c12f-ls33 appVersion: 7260c12f-ls33
description: couchpotato is a movie downloading client description: couchpotato is a movie downloading client
name: couchpotato name: couchpotato
version: 1.0.2 version: 2.0.0
keywords: keywords:
- couchpotato - couchpotato
- usenet - usenet
- bittorrent - bittorrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/couchpotato home: https://github.com/k8s-at-home/charts/tree/master/charts/couchpotato
icon: https://github.com/CouchPotato/CouchPotatoServer/raw/master/couchpotato/static/images/icons/android.png icon: https://github.com/CouchPotato/CouchPotatoServer/raw/master/couchpotato/static/images/icons/android.png
sources: sources:
- https://hub.docker.com/r/linuxserver/couchpotato/ - https://hub.docker.com/r/linuxserver/couchpotato/

View File

@ -5,8 +5,8 @@ This is a helm chart for [couchpotato](https://github.com/couchpotato/couchpotat
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/couchpotato $ helm install k8s-at-home/couchpotato
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/couchpotato
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/couchpotato helm install --name my-release k8s-at-home/couchpotato
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -89,7 +89,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/couchpotato k8s-at-home/couchpotato
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -105,4 +105,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/couchpotato/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/couchpotato/values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v2 apiVersion: v2
name: deconz name: deconz
description: A Helm chart for deploying deCONZ description: A Helm chart for deploying deCONZ
version: 1.0.2 version: 2.0.0
appVersion: 2.05.80 appVersion: 2.05.80
keywords: keywords:
- deconz - deconz
- home-automation - home-automation
- zigbee - zigbee
home: https://github.com/billimek/billimek-charts/tree/master/charts/deconz home: https://github.com/k8s-at-home/charts/tree/master/charts/deconz
icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4
sources: sources:
- https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/dresden-elektronik/deconz-rest-plugin

View File

@ -5,8 +5,8 @@ This is a helm chart for [deCONZ](https://www.dresden-elektronik.de/funk/softwar
## TL;DR ## TL;DR
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/deconz helm install k8s-at-home/deconz
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ helm install billimek/deconz
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install my-release billimek/deconz helm install my-release k8s-at-home/deconz
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -30,7 +30,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
The following tables lists the configurable parameters of the Sentry chart and their default values. The following tables lists the configurable parameters of the Sentry chart and their default values.
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/deconz/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/deconz/values.yaml) file. It has several commented out suggested values.
| Parameter | Description | Default | | Parameter | Description | Default |
| ------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------- | | ------------------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------- |
@ -91,11 +91,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install my-release \ helm install my-release \
--set timezone="Europe/Amsterdam" \ --set timezone="Europe/Amsterdam" \
billimek/deconz k8s-at-home/deconz
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install my-release -f values.yaml billimek/deconz helm install my-release -f values.yaml k8s-at-home/deconz
``` ```

View File

@ -1,16 +1,16 @@
apiVersion: v1 apiVersion: v2
appVersion: "1.0" appVersion: "1.0"
description: Dynamic DNS using DigitalOcean's DNS Services description: Dynamic DNS using DigitalOcean's DNS Services
name: digitalocean-dyndns name: digitalocean-dyndns
version: 1.0.1 version: 2.0.0
keywords: keywords:
- digitalocean - digitalocean
- dynamicdns - dynamicdns
home: https://github.com/billimek/billimek-charts/tree/master/charts/digitalocean-dyndns home: https://github.com/k8s-at-home/charts/tree/master/charts/digitalocean-dyndns
icon: https://i.imgur.com/cS6iqXD.png icon: https://i.imgur.com/cS6iqXD.png
sources: sources:
- https://github.com/tunix/digitalocean-dyndns - https://github.com/tunix/digitalocean-dyndns
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -5,8 +5,8 @@ A script that pushes the public IP address of the running machine to DigitalOcea
## TL;DR; ## TL;DR;
```console ```console
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/digitalocean-dyndns $ helm install k8s-at-home/digitalocean-dyndns
``` ```
## Introduction ## Introduction
@ -18,7 +18,7 @@ This code is adopted from [this original repo](https://github.com/tunix/digitalo
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
$ helm install --name my-release billimek/digitalocean-dyndns $ helm install --name my-release k8s-at-home/digitalocean-dyndns
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -50,13 +50,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set config.digitalocean.token=thisismyapikey \ --set config.digitalocean.token=thisismyapikey \
billimek/digitalocean-dyndns k8s-at-home/digitalocean-dyndns
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/digitalocean-dyndns helm install --name my-release -f values.yaml k8s-at-home/digitalocean-dyndns
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/digitalocean-dyndns/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/digitalocean-dyndns/values.yaml) file. It has several commented out suggested values.

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v2
appVersion: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls58 appVersion: v2.0.5.1-2.0.5.1_beta_2020-01-18-ls58
description: Store securely encrypted backups on cloud storage services! description: Store securely encrypted backups on cloud storage services!
name: duplicati name: duplicati
version: 1.0.2 version: 2.0.0
keywords: keywords:
- duplicati - duplicati
home: https://github.com/billimek/billimek-charts/tree/master/charts/duplicati home: https://github.com/k8s-at-home/charts/tree/master/charts/duplicati
icon: https://i.imgur.com/KjnkhUJ.png icon: https://i.imgur.com/KjnkhUJ.png
sources: sources:
- https://hub.docker.com/r/linuxserver/duplicati/ - https://hub.docker.com/r/linuxserver/duplicati/

View File

@ -5,8 +5,8 @@ This is a helm chart for [duplicati](https://github.com/duplicati/duplicati) lev
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/duplicati $ helm install k8s-at-home/duplicati
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/duplicati
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install my-release billimek/duplicati helm install my-release k8s-at-home/duplicati
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -90,13 +90,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install my-release \ helm install my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/duplicati k8s-at-home/duplicati
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install my-release -f values.yaml billimek/duplicati helm install my-release -f values.yaml k8s-at-home/duplicati
``` ```
--- ---
@ -106,4 +106,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/duplicati/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/duplicati/values.yaml) file. It has several commented out suggested values.

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v2
appVersion: 1.14.5 appVersion: 1.14.5
description: ESPHome description: ESPHome
name: esphome name: esphome
version: 1.0.1 version: 2.0.0
keywords: keywords:
- esphome - esphome
home: https://github.com/billimek/billimek-charts/tree/master/charts/esphome home: https://github.com/k8s-at-home/charts/tree/master/charts/esphome
icon: https://esphome.io/_images/logo-text.svg icon: https://esphome.io/_images/logo-text.svg
sources: sources:
- https://github.com/esphome/esphome - https://github.com/esphome/esphome

View File

@ -5,8 +5,8 @@ This is a helm chart for [ESPHome](https://esphome.io)
## TL;DR; ## TL;DR;
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/esphome helm install k8s-at-home/esphome
``` ```
## Introduction ## Introduction
@ -18,7 +18,7 @@ This code is adapted for [the official esphome docker image](https://hub.docker.
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install --name my-release billimek/esphome helm install --name my-release k8s-at-home/esphome
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -101,13 +101,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```shell ```shell
helm install --name my-release \ helm install --name my-release \
--set image.tag=latest \ --set image.tag=latest \
billimek/esphome k8s-at-home/esphome
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```shell ```shell
helm install --name my-release -f values.yaml billimek/esphome helm install --name my-release -f values.yaml k8s-at-home/esphome
``` ```
Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: "0.5.2" appVersion: "0.5.2"
description: Realtime object detection on RTSP cameras with the Google Coral description: Realtime object detection on RTSP cameras with the Google Coral
name: frigate name: frigate
version: 3.2.0 version: 4.0.0
keywords: keywords:
- tensorflow - tensorflow
- coral - coral
- ml - ml
home: https://github.com/billimek/billimek-charts/tree/master/charts/frigate home: https://github.com/k8s-at-home/charts/tree/master/charts/frigate
icon: https://upload.wikimedia.org/wikipedia/commons/a/a4/Lutine1.jpg icon: https://upload.wikimedia.org/wikipedia/commons/a/a4/Lutine1.jpg
sources: sources:
- https://github.com/blakeblackshear/frigate - https://github.com/blakeblackshear/frigate

View File

@ -5,8 +5,8 @@ This is a helm chart for [frigate](https://github.com/blakeblackshear/frigate)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/frigate $ helm install k8s-at-home/frigate
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/frigate
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/frigate helm install --name my-release k8s-at-home/frigate
``` ```
~~**IMPORTANT NOTE:** the [Google Coral USB Accelerator](https://coral.withgoogle.com/products/accelerator/) must be accessible on the node where this pod runs, in order for this chart to function properly.~~ ~~**IMPORTANT NOTE:** the [Google Coral USB Accelerator](https://coral.withgoogle.com/products/accelerator/) must be accessible on the node where this pod runs, in order for this chart to function properly.~~
@ -87,7 +87,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set rtspPassword="nosecrets" \ --set rtspPassword="nosecrets" \
billimek/frigate k8s-at-home/frigate
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -96,4 +96,4 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install --name my-release -f values.yaml stable/frigate helm install --name my-release -f values.yaml stable/frigate
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/frigate/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/frigate/values.yaml) file. It has several commented out suggested values.

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v2
appVersion: v2.6.1 appVersion: v2.6.1
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
name: grocy name: grocy
version: 1.0.2 version: 2.0.0
keywords: keywords:
- grocy - grocy
home: https://github.com/billimek/billimek-charts/tree/master/charts/grocy home: https://github.com/k8s-at-home/charts/tree/master/charts/grocy
icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png
sources: sources:
- https://github.com/grocy/grocy - https://github.com/grocy/grocy

View File

@ -5,8 +5,8 @@ This is a helm chart for [Grocy](https://grocy.info/) leveraging the [Linuxserve
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/grocy $ helm install k8s-at-home/grocy
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/grocy
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/grocy helm install --name my-release k8s-at-home/grocy
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -79,13 +79,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/grocy k8s-at-home/grocy
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/grocy helm install --name my-release -f values.yaml k8s-at-home/grocy
``` ```
--- ---
@ -95,4 +95,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/grocy/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/grocy/values.yaml) file. It has several commented out suggested values.

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v2
appVersion: 2.2.2-ls84 appVersion: 2.2.2-ls84
description: An Application dashboard and launcher description: An Application dashboard and launcher
name: heimdall name: heimdall
version: 1.0.3 version: 2.0.0
keywords: keywords:
- heimdall - heimdall
home: https://github.com/billimek/billimek-charts/tree/master/charts/heimdall home: https://github.com/k8s-at-home/charts/tree/master/charts/heimdall
icon: https://i.imgur.com/mM4tcO5.png icon: https://i.imgur.com/mM4tcO5.png
sources: sources:
- https://hub.docker.com/r/linuxserver/heimdall/ - https://hub.docker.com/r/linuxserver/heimdall/

View File

@ -5,8 +5,8 @@ This is a helm chart for [heimdall](https://github.com/heimdall/heimdall) levera
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/heimdall $ helm install k8s-at-home/heimdall
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/heimdall
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install my-release billimek/heimdall helm install my-release k8s-at-home/heimdall
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -77,13 +77,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install my-release \ helm install my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/heimdall k8s-at-home/heimdall
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install my-release -f values.yaml billimek/heimdall helm install my-release -f values.yaml k8s-at-home/heimdall
``` ```
--- ---
@ -93,4 +93,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/heimdall/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/heimdall/values.yaml) file. It has several commented out suggested values.

View File

@ -2,18 +2,18 @@ apiVersion: v2
appVersion: 0.114.0 appVersion: 0.114.0
description: Home Assistant description: Home Assistant
name: home-assistant name: home-assistant
version: 1.2.0 version: 2.0.0
keywords: keywords:
- home-assistant - home-assistant
- hass - hass
- homeassistant - homeassistant
home: https://github.com/billimek/billimek-charts/tree/master/charts/home-assistant home: https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png
sources: sources:
- https://github.com/home-assistant/home-assistant - https://github.com/home-assistant/home-assistant
- https://github.com/danielperna84/hass-configurator - https://github.com/danielperna84/hass-configurator
- https://github.com/cdr/code-server - https://github.com/cdr/code-server
- https://github.com/billimek/billimek-charts/tree/master/charts/home-assistant - https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com
@ -21,7 +21,7 @@ maintainers:
email: phil@hellmi.de email: phil@hellmi.de
dependencies: dependencies:
- name: esphome - name: esphome
repository: https://billimek.com/billimek-charts repository: https://k8s-at-home.com/charts/
version: ~1.0.0 version: ~1.0.0
condition: esphome.enabled condition: esphome.enabled
- name: postgresql - name: postgresql

View File

@ -5,8 +5,8 @@ This is a helm chart for [Home Assistant](https://www.home-assistant.io/)
## TL;DR; ## TL;DR;
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/home-assistant helm install k8s-at-home/home-assistant
``` ```
## Introduction ## Introduction
@ -18,7 +18,7 @@ This code is adapted for [the official home assistant docker image](https://hub.
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install --name my-release billimek/home-assistant helm install --name my-release k8s-at-home/home-assistant
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -96,7 +96,7 @@ The following tables lists the configurable parameters of the Home Assistant cha
| `extraEnv` | Extra ENV vars to pass to the home-assistant container | `{}` | | `extraEnv` | Extra ENV vars to pass to the home-assistant container | `{}` |
| `extraEnvSecrets` | Extra env vars to pass to the home-assistant container from k8s secrets - see `values.yaml` for an example | `{}` | | `extraEnvSecrets` | Extra env vars to pass to the home-assistant container from k8s secrets - see `values.yaml` for an example | `{}` |
| `configurator.enabled` | Enable the optional [configuration UI](https://github.com/danielperna84/hass-configurator) | `false` | | `configurator.enabled` | Enable the optional [configuration UI](https://github.com/danielperna84/hass-configurator) | `false` |
| `configurator.image.repository` | Image repository | `billimek/hass-configurator-docker` | | `configurator.image.repository` | Image repository | `k8s-at-home/hass-configurator-docker` |
| `configurator.image.tag` | Image tag | `0.3.5-x86_64` | | `configurator.image.tag` | Image tag | `0.3.5-x86_64` |
| `configurator.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `configurator.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `configurator.hassApiUrl` | Home Assistant API URL (e.g. 'http://home-assistant:8123/api/') - will auto-configure to proper URL if not set | `` | | `configurator.hassApiUrl` | Home Assistant API URL (e.g. 'http://home-assistant:8123/api/') - will auto-configure to proper URL if not set | `` |
@ -193,13 +193,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```shell ```shell
helm install --name my-release \ helm install --name my-release \
--set configurator.hassApiPassword="$HASS_API_PASSWORD" \ --set configurator.hassApiPassword="$HASS_API_PASSWORD" \
billimek/home-assistant k8s-at-home/home-assistant
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```shell ```shell
helm install --name my-release -f values.yaml billimek/home-assistant helm install --name my-release -f values.yaml k8s-at-home/home-assistant
``` ```
Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.

View File

@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.3.0 appVersion: 0.3.0
version: 0.1.0 version: 1.0.0
name: icantbelieveitsnotvaletudo name: icantbelieveitsnotvaletudo
description: Create live map data from Valetudo powered robots description: Create live map data from Valetudo powered robots
type: application type: application

View File

@ -5,8 +5,8 @@ Map generation companion service for [Valetudo](valetudo.cloud)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/icantbelieveitsnotvaletudo $ helm install k8s-at-home/icantbelieveitsnotvaletudo
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/icantbelieveitsnotvaletudo
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/icantbelieveitsnotvaletudo helm install --name my-release k8s-at-home/icantbelieveitsnotvaletudo
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -29,18 +29,18 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/icantbelieveitsnotvaletudo/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/icantbelieveitsnotvaletudo/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name my-release \ helm install --name my-release \
--set config.mqtt.broker_url="mqtt://mymqttbroker" \ --set config.mqtt.broker_url="mqtt://mymqttbroker" \
billimek/icantbelieveitsnotvaletudo k8s-at-home/icantbelieveitsnotvaletudo
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/icantbelieveitsnotvaletudo helm install --name my-release -f values.yaml k8s-at-home/icantbelieveitsnotvaletudo
``` ```

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v0.13.446-ls55 appVersion: v0.13.446-ls55
description: API Support for your favorite torrent trackers description: API Support for your favorite torrent trackers
name: jackett name: jackett
version: 2.3.2 version: 3.0.0
keywords: keywords:
- jackett - jackett
- torrent - torrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/jackett home: https://github.com/k8s-at-home/charts/tree/master/charts/jackett
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jackett-banner.png
sources: sources:
- https://hub.docker.com/r/linuxserver/jackett/ - https://hub.docker.com/r/linuxserver/jackett/

View File

@ -5,8 +5,8 @@ This is a helm chart for [Jackett](https://github.com/Jackett/Jackett) leveragin
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/jackett $ helm install k8s-at-home/jackett
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/jackett
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/jackett helm install --name my-release k8s-at-home/jackett
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -86,13 +86,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/jackett k8s-at-home/jackett
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/jackett helm install --name my-release -f values.yaml k8s-at-home/jackett
``` ```
--- ---
@ -102,4 +102,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/jackett/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/jackett/values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v10.5.3-ls45 appVersion: v10.5.3-ls45
description: Jellyfin is a Free Software Media System description: Jellyfin is a Free Software Media System
name: jellyfin name: jellyfin
version: 1.0.3 version: 2.0.0
keywords: keywords:
- Jellyfin - Jellyfin
- mediaplayer - mediaplayer
home: https://github.com/billimek/billimek-charts/tree/master/charts/Jellyfin home: https://github.com/k8s-at-home/charts/tree/master/charts/Jellyfin
icon: https://github.com/jellyfin/jellyfin-ux/blob/master/branding/SVG/icon-solid-black.svg icon: https://github.com/jellyfin/jellyfin-ux/blob/master/branding/SVG/icon-solid-black.svg
sources: sources:
- https://hub.docker.com/r/linuxserver/Jellyfin/ - https://hub.docker.com/r/linuxserver/Jellyfin/

View File

@ -5,8 +5,8 @@ This is a helm chart for [Jellyfin](https://github.com/jellyfin/jellyfin) levera
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/jellyfin $ helm install k8s-at-home/jellyfin
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/jellyfin
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/jellyfin helm install --name my-release k8s-at-home/jellyfin
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -90,7 +90,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/jellyfin k8s-at-home/jellyfin
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -106,4 +106,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/jellyfin/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/jellyfin/values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v2 apiVersion: v2
name: lazylibrarian name: lazylibrarian
description: A Helm chart for deploying LazyLibrarian description: A Helm chart for deploying LazyLibrarian
version: 1.0.0 version: 2.0.0
appVersion: 581cdfb3-ls23 appVersion: 581cdfb3-ls23
keywords: keywords:
- lazylibrarian - lazylibrarian
- ebooks - ebooks
home: https://github.com/billimek/charts/lazylibrarian home: https://github.com/k8s-at-home/charts/lazylibrarian
icon: https://lazylibrarian.gitlab.io/logo.svg icon: https://lazylibrarian.gitlab.io/logo.svg
sources: sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://gitlab.com/LazyLibrarian/LazyLibrarian.git

View File

@ -5,8 +5,8 @@ This is a helm chart for [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLi
## TL;DR ## TL;DR
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/lazylibrarian $ helm install k8s-at-home/lazylibrarian
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/lazylibrarian
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install my-release billimek/lazylibrarian helm install my-release k8s-at-home/lazylibrarian
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -87,15 +87,15 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install my-release \ helm install my-release \
--set timezone="Europe/Amsterdam" \ --set timezone="Europe/Amsterdam" \
billimek/lazylibrarian k8s-at-home/lazylibrarian
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install my-release -f values.yaml billimek/lazylibrarian helm install my-release -f values.yaml k8s-at-home/lazylibrarian
``` ```
--- ---
Read through the [values.yaml](https://github.com/billimek/charts/lazylibrarian/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/lazylibrarian/values.yaml) file. It has several commented out suggested values.

View File

@ -1,16 +1,16 @@
apiVersion: v1 apiVersion: v2
appVersion: 1.0.6-12 appVersion: 1.0.6-12
description: Librespeed is a HTML5 webpage to test upload and download speeds description: Librespeed is a HTML5 webpage to test upload and download speeds
name: librespeed name: librespeed
version: 1.0.0 version: 2.0.0
keywords: keywords:
- librespeed - librespeed
home: https://github.com/billimek/billimek-charts/tree/master/charts/librespeed home: https://github.com/k8s-at-home/charts/tree/master/charts/librespeed
icon: https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true icon: https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true
sources: sources:
- https://github.com/librespeed/speedtest - https://github.com/librespeed/speedtest
- https://hub.docker.com/r/linuxserver/librespeed - https://hub.docker.com/r/linuxserver/librespeed
- https://github.com/billimek/billimek-charts/tree/master/charts/librespeed - https://github.com/k8s-at-home/charts/tree/master/charts/librespeed
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -2,13 +2,13 @@
HTML5 based speedtest with password protected history HTML5 based speedtest with password protected history
**This chart is not maintained by the Librespeed project and any issues with the chart should be raised [here](https://github.com/billimek/billimek-charts/issues/new)** **This chart is not maintained by the Librespeed project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new)**
## TL;DR; ## TL;DR;
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/librespeed helm install k8s-at-home/librespeed
``` ```
## Introduction ## Introduction
@ -20,7 +20,7 @@ This code is adopted from the [Linuxserver Librespeed docker image](https://hub.
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install --name my-release billimek/librespeed helm install --name my-release k8s-at-home/librespeed
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -84,13 +84,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```shell ```shell
helm install --name my-release \ helm install --name my-release \
--set config.timezone="America/New_York" \ --set config.timezone="America/New_York" \
billimek/librespeed k8s-at-home/librespeed
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```shell ```shell
helm install --name my-release -f values.yaml billimek/librespeed helm install --name my-release -f values.yaml k8s-at-home/librespeed
``` ```
Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: 0.7.1.1381-ls7 appVersion: 0.7.1.1381-ls7
description: Looks and smells like Sonarr but made for music. description: Looks and smells like Sonarr but made for music.
name: lidarr name: lidarr
version: 2.0.2 version: 3.0.0
keywords: keywords:
- lidarr - lidarr
- usenet - usenet
- bittorrent - bittorrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/lidarr home: https://github.com/k8s-at-home/charts/tree/master/charts/lidarr
icon: https://lidarr.audio/img/logo.png icon: https://lidarr.audio/img/logo.png
sources: sources:
- https://hub.docker.com/r/linuxserver/lidarr/ - https://hub.docker.com/r/linuxserver/lidarr/

View File

@ -5,8 +5,8 @@ This is a helm chart for [lidarr](https://github.com/lidarr/Lidarr) leveraging t
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/lidarr $ helm install k8s-at-home/lidarr
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/lidarr
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/lidarr helm install --name my-release k8s-at-home/lidarr
``` ```
## Upgrading ## Upgrading
@ -96,7 +96,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/lidarr k8s-at-home/lidarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -112,4 +112,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/lidarr/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/lidarr/values.yaml) file. It has several commented out suggested values.

View File

@ -1,16 +1,16 @@
apiVersion: v1 apiVersion: v2
name: modem-stats name: modem-stats
version: 2.0.1 version: 3.0.0
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic cable modem data collection and save the results to InfluxDB description: periodic cable modem data collection and save the results to InfluxDB
keywords: keywords:
- sb6183 - sb6183
- influxdb - influxdb
home: https://github.com/billimek/billimek-charts/tree/master/charts/modem-stats home: https://github.com/k8s-at-home/charts/tree/master/charts/modem-stats
icon: https://i.imgur.com/NprLyFf.png icon: https://i.imgur.com/NprLyFf.png
sources: sources:
- https://github.com/billimek/SB6183-stats-for-influxdb - https://github.com/k8s-at-home/SB6183-stats-for-influxdb
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ This tool allows you to run periodic scanning of the sb6183 cable modem and save
## TL;DR; ## TL;DR;
```console ```console
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/modem-stats $ helm install k8s-at-home/modem-stats
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ $ helm install billimek/modem-stats
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
$ helm install --name my-release billimek/modem-stats $ helm install --name my-release k8s-at-home/modem-stats
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -57,13 +57,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
$ helm install --name my-release \ $ helm install --name my-release \
--set onfig.influxdb.host=some-influx-host \ --set onfig.influxdb.host=some-influx-host \
billimek/modem-stats k8s-at-home/modem-stats
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
$ helm install --name my-release -f values.yaml billimek/modem-stats $ helm install --name my-release -f values.yaml k8s-at-home/modem-stats
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/modem-stats/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/modem-stats/values.yaml) file. It has several commented out suggested values.

View File

@ -1,17 +1,17 @@
apiVersion: v1 apiVersion: v2
name: node-feature-discovery name: node-feature-discovery
version: 1.0.0 version: 2.0.0
appVersion: 0.6.0 appVersion: 0.6.0
description: Detect hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels description: Detect hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels
keywords: keywords:
- kubernetes - kubernetes
- cluster - cluster
- hardware - hardware
home: https://github.com/billimek/billimek-charts/tree/master/charts/node-feature-discovery home: https://github.com/k8s-at-home/charts/tree/master/charts/node-feature-discovery
icon: https://avatars1.githubusercontent.com/u/36015203?s=400&v=4 icon: https://avatars1.githubusercontent.com/u/36015203?s=400&v=4
sources: sources:
- https://github.com/kubernetes-sigs/node-feature-discovery - https://github.com/kubernetes-sigs/node-feature-discovery
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -5,8 +5,8 @@ This is a helm chart for [node-feature-discovery](https://github.com/kubernetes-
## TL;DR ## TL;DR
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/node-feature-discovery helm install k8s-at-home/node-feature-discovery
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ helm install billimek/node-feature-discovery
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install my-release billimek/node-feature-discovery helm install my-release k8s-at-home/node-feature-discovery
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -30,7 +30,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
The following tables lists the configurable parameters of the Sentry chart and their default values. The following tables lists the configurable parameters of the Sentry chart and their default values.
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/node-feature-discovery/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/node-feature-discovery/values.yaml) file. It has several commented out suggested values.
| Parameter | Description | Default | | Parameter | Description | Default |
| ------------------------------------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------- | | ------------------------------------------- | -------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
@ -50,8 +50,8 @@ Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/
| `master.replicaCount` | Number of replicas to scale the master component to | `1` | | `master.replicaCount` | Number of replicas to scale the master component to | `1` |
| `master.resources` | CPU/Memory resource requests/limits for master component | `{}` | | `master.resources` | CPU/Memory resource requests/limits for master component | `{}` |
| `master.nodeSelector` | Node labels for master component pod assignment | `{}` | | `master.nodeSelector` | Node labels for master component pod assignment | `{}` |
| `master.tolerations` | Toleration labels for master component pod assignment | See [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/node-feature-discovery/values.yaml) | | `master.tolerations` | Toleration labels for master component pod assignment | See [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/node-feature-discovery/values.yaml) |
| `master.affinity` | Affinity settings for master component pod assignment | See [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/node-feature-discovery/values.yaml) | | `master.affinity` | Affinity settings for master component pod assignment | See [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/node-feature-discovery/values.yaml) |
| `worker.resources` | CPU/Memory resource requests/limits for worker component | `{}` | | `worker.resources` | CPU/Memory resource requests/limits for worker component | `{}` |
| `worker.nodeSelector` | Node labels for worker component pod assignment | `{}` | | `worker.nodeSelector` | Node labels for worker component pod assignment | `{}` |
| `worker.tolerations` | Toleration labels for worker component pod assignment | `[]` | | `worker.tolerations` | Toleration labels for worker component pod assignment | `[]` |
@ -62,11 +62,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install my-release \ helm install my-release \
--set image.pullPolicy="Always" \ --set image.pullPolicy="Always" \
billimek/node-feature-discovery k8s-at-home/node-feature-discovery
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install my-release -f values.yaml billimek/node-feature-discovery helm install my-release -f values.yaml k8s-at-home/node-feature-discovery
``` ```

View File

@ -1,16 +1,16 @@
apiVersion: v1 apiVersion: v2
appVersion: 1.0.6-12 appVersion: 1.0.6-12
description: Node-RED is low-code programming for event-driven applications description: Node-RED is low-code programming for event-driven applications
name: node-red name: node-red
version: 2.0.2 version: 3.0.0
keywords: keywords:
- nodered - nodered
- node-red - node-red
home: https://github.com/billimek/billimek-charts/tree/master/charts/node-red home: https://github.com/k8s-at-home/charts/tree/master/charts/node-red
icon: https://nodered.org/about/resources/media/node-red-icon-2.png icon: https://nodered.org/about/resources/media/node-red-icon-2.png
sources: sources:
- https://github.com/node-red/node-red-docker - https://github.com/node-red/node-red-docker
- https://github.com/billimek/billimek-charts/tree/master/charts/node-red - https://github.com/k8s-at-home/charts/tree/master/charts/node-red
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -2,13 +2,13 @@
Low-code programming for event-driven applications Low-code programming for event-driven applications
**This chart is not maintained by the Node-RED project and any issues with the chart should be raised [here](https://github.com/billimek/billimek-charts/issues/new)** **This chart is not maintained by the Node-RED project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new)**
## TL;DR; ## TL;DR;
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/node-red helm install k8s-at-home/node-red
``` ```
## Introduction ## Introduction
@ -20,7 +20,7 @@ This code is adopted from the [official node-red docker image](https://hub.docke
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```shell ```shell
helm install --name my-release billimek/node-red helm install --name my-release k8s-at-home/node-red
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -81,13 +81,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```shell ```shell
helm install --name my-release \ helm install --name my-release \
--set config.timezone="America/New_York" \ --set config.timezone="America/New_York" \
billimek/node-red k8s-at-home/node-red
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```shell ```shell
helm install --name my-release -f values.yaml billimek/node-red helm install --name my-release -f values.yaml k8s-at-home/node-red
``` ```
Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v21.0-ls14 appVersion: v21.0-ls14
description: NZBGet is a Usenet downloader client description: NZBGet is a Usenet downloader client
name: nzbget name: nzbget
version: 3.3.2 version: 4.0.0
keywords: keywords:
- nzbget - nzbget
- usenet - usenet
home: https://github.com/billimek/billimek-charts/tree/master/charts/nzbget home: https://github.com/k8s-at-home/charts/tree/master/charts/nzbget
icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4
sources: sources:
- https://hub.docker.com/r/linuxserver/nzbget/ - https://hub.docker.com/r/linuxserver/nzbget/

View File

@ -5,8 +5,8 @@ This is a helm chart for [NZBGet](https://nzbget.net/) leveraging the [Linuxserv
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/nzbget $ helm install k8s-at-home/nzbget
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/nzbget
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/nzbget helm install --name my-release k8s-at-home/nzbget
``` ```
The default login details (change ASAP) are: The default login details (change ASAP) are:
@ -88,7 +88,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/nzbget k8s-at-home/nzbget
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -104,4 +104,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/nzbget/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbget/values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v2.22.2-ls9 appVersion: v2.22.2-ls9
description: Usenet meta search description: Usenet meta search
name: nzbhydra2 name: nzbhydra2
version: 2.3.2 version: 3.0.0
keywords: keywords:
- nzbhydra2 - nzbhydra2
- usenet - usenet
home: https://github.com/billimek/billimek-charts/tree/master/charts/nzbhydra2 home: https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra2
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png
sources: sources:
- https://hub.docker.com/r/linuxserver/nzbhydra2/ - https://hub.docker.com/r/linuxserver/nzbhydra2/

View File

@ -5,8 +5,8 @@ This is a helm chart for [nzbhydra2](https://github.com/theotherp/nzbhydra2) lev
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/nzbhydra2 $ helm install k8s-at-home/nzbhydra2
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/nzbhydra2
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/nzbhydra2 helm install --name my-release k8s-at-home/nzbhydra2
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -78,13 +78,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/nzbhydra2 k8s-at-home/nzbhydra2
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/nzbhydra2 helm install --name my-release -f values.yaml k8s-at-home/nzbhydra2
``` ```
--- ---
@ -94,4 +94,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/nzbhydra2/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/nzbhydra2/values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v3.0.4892-ls61 appVersion: v3.0.4892-ls61
description: Want a Movie or TV Show on Plex or Emby? Use Ombi! description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
name: ombi name: ombi
version: 2.2.3 version: 3.0.0
keywords: keywords:
- ombi - ombi
- plex - plex
home: https://github.com/billimek/billimek-charts/tree/master/charts/ombi home: https://github.com/k8s-at-home/charts/tree/master/charts/ombi
icon: https://ombi.io/img/logo-orange-small.png icon: https://ombi.io/img/logo-orange-small.png
sources: sources:
- https://hub.docker.com/r/linuxserver/ombi/ - https://hub.docker.com/r/linuxserver/ombi/

View File

@ -5,8 +5,8 @@ This is a helm chart for [Ombi](https://ombi.io/) leveraging the [Linuxserver.io
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/ombi $ helm install k8s-at-home/ombi
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/ombi
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/ombi helm install --name my-release k8s-at-home/ombi
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -78,13 +78,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/ombi k8s-at-home/ombi
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/ombi helm install --name my-release -f values.yaml k8s-at-home/ombi
``` ```
--- ---
@ -94,4 +94,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/ombi/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/ombi/values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: "3.8.1" appVersion: "3.8.1"
description: Program for forwarding ADS-B data to FlightAware description: Program for forwarding ADS-B data to FlightAware
name: piaware name: piaware
version: 1.0.0 version: 2.0.0
keywords: keywords:
- piaware - piaware
- flight-aware - flight-aware
- flight-tracker - flight-tracker
home: https://github.com/billimek/billimek-charts/tree/master/charts/piaware home: https://github.com/k8s-at-home/charts/tree/master/charts/piaware
icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg
sources: sources:
- https://github.com/flightaware/piaware - https://github.com/flightaware/piaware

View File

@ -5,8 +5,8 @@ This is a helm chart for [piaware](https://github.com/flightaware/piaware)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/piaware $ helm install k8s-at-home/piaware
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/piaware
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/piaware helm install --name my-release k8s-at-home/piaware
``` ```
**IMPORTANT NOTE:** a flight-aware USB device must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** a flight-aware USB device must be accessible on the node where this pod runs, in order for this chart to function properly.
@ -47,14 +47,14 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/piaware/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/piaware/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name my-release \ helm install --name my-release \
--set rtspPassword="nosecrets" \ --set rtspPassword="nosecrets" \
billimek/piaware k8s-at-home/piaware
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

View File

@ -1,14 +1,14 @@
apiVersion: v1 apiVersion: v2
appVersion: 1.19.5.3112-b23ab3896 appVersion: 1.19.5.3112-b23ab3896
description: Plex Media Server description: Plex Media Server
name: plex name: plex
version: 1.8.3 version: 2.0.0
keywords: keywords:
- plex - plex
home: https://plex.tv/ home: https://plex.tv/
icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
sources: sources:
- https://github.com/billimek/billimek-charts/tree/master/charts/plex - https://github.com/k8s-at-home/charts/tree/master/charts/plex
- https://hub.docker.com/r/plexinc/pms-docker/ - https://hub.docker.com/r/plexinc/pms-docker/
maintainers: maintainers:
- name: billimek - name: billimek

View File

@ -7,8 +7,8 @@ This chart is 'forked' from the excellent [munnerz/kube-plex](https://github.com
## TL;DR ## TL;DR
```shell ```shell
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/plex helm install k8s-at-home/plex
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/plex
To install the chart with the release name `plex`: To install the chart with the release name `plex`:
```console ```console
helm install plex billimek/plex helm install plex k8s-at-home/plex
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,18 +31,18 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/plex/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/plex/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install plex \ helm install plex \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/plex k8s-at-home/plex
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install plex -f values.yaml billimek/plex helm install plex -f values.yaml k8s-at-home/plex
``` ```

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "latest" appVersion: "latest"
description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
name: powerdns name: powerdns
version: 1.0.1 version: 2.0.0
home: https://www.powerdns.com/ home: https://www.powerdns.com/
sources: sources:
- http://www.github.com/PowerDNS/ - http://www.github.com/PowerDNS/

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62 appVersion: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62
description: qBittorrent is a cross-platform free and open-source BitTorrent client description: qBittorrent is a cross-platform free and open-source BitTorrent client
name: qbittorrent name: qbittorrent
version: 3.2.2 version: 4.0.0
keywords: keywords:
- qbittorrent - qbittorrent
- torrrent - torrrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/qbittorrent home: https://github.com/k8s-at-home/charts/tree/master/charts/qbittorrent
icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png
sources: sources:
- https://hub.docker.com/r/linuxserver/qbittorrent/ - https://hub.docker.com/r/linuxserver/qbittorrent/

View File

@ -5,8 +5,8 @@ This is a helm chart for [qbittorrent](https://qbittorrent.org/) leveraging the
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/qbittorrent $ helm install k8s-at-home/qbittorrent
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/qbittorrent
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/qbittorrent helm install --name my-release k8s-at-home/qbittorrent
``` ```
The default login details (change ASAP) are: The default login details (change ASAP) are:
@ -95,13 +95,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/qbittorrent k8s-at-home/qbittorrent
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/qbittorrent helm install --name my-release -f values.yaml k8s-at-home/qbittorrent
``` ```
--- ---
@ -111,4 +111,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/qbittorrent/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/qbittorrent/values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: v0.2.0.1480-ls58 appVersion: v0.2.0.1480-ls58
description: Radarr is a movie downloading client description: Radarr is a movie downloading client
name: radarr name: radarr
version: 4.1.3 version: 5.0.0
keywords: keywords:
- radarr - radarr
- usenet - usenet
- bittorrent - bittorrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/radarr home: https://github.com/k8s-at-home/charts/tree/master/charts/radarr
icon: https://avatars3.githubusercontent.com/u/25025331?s=400&v=4 icon: https://avatars3.githubusercontent.com/u/25025331?s=400&v=4
sources: sources:
- https://hub.docker.com/r/linuxserver/radarr/ - https://hub.docker.com/r/linuxserver/radarr/

View File

@ -5,8 +5,8 @@ This is a helm chart for [radarr](https://github.com/Radarr/Radarr/) leveraging
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/radarr $ helm install k8s-at-home/radarr
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/radarr
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/radarr helm install --name my-release k8s-at-home/radarr
``` ```
## Upgrading ## Upgrading
@ -111,7 +111,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/radarr k8s-at-home/radarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -128,4 +128,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/radarr/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/radarr/values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
description: rtorrent and flood co-located in the same deployment description: rtorrent and flood co-located in the same deployment
name: rtorrent-flood name: rtorrent-flood
version: 4.1.1 version: 5.0.0
keywords: keywords:
- rtorrent - rtorrent
- flood - flood
- torrrent - torrrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/rtorrent-flood home: https://github.com/k8s-at-home/charts/tree/master/charts/rtorrent-flood
icon: https://github.com/jfurrow/flood/blob/master/flood.png?raw=true icon: https://github.com/jfurrow/flood/blob/master/flood.png?raw=true
sources: sources:
- https://hub.docker.com/r/looselyrigorous/rtorrent - https://hub.docker.com/r/looselyrigorous/rtorrent

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: 2.3.9 appVersion: 2.3.9
description: Free and easy binary newsreader description: Free and easy binary newsreader
name: sabnzbd name: sabnzbd
version: 1.0.2 version: 2.0.0
keywords: keywords:
- sabnzbd - sabnzbd
- usenet - usenet
home: https://github.com/billimek/billimek-charts/tree/master/charts/sabnzbd home: https://github.com/k8s-at-home/charts/tree/master/charts/sabnzbd
icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4
sources: sources:
- https://hub.docker.com/r/linuxserver/sabnzbd/ - https://hub.docker.com/r/linuxserver/sabnzbd/

View File

@ -5,8 +5,8 @@ This is a helm chart for [SABnzbd](https://sabnzbd.org/) leveraging the [Linuxse
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/sabnzbd $ helm install k8s-at-home/sabnzbd
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/sabnzbd
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/sabnzbd helm install --name my-release k8s-at-home/sabnzbd
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -83,7 +83,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/sabnzbd k8s-at-home/sabnzbd
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -99,4 +99,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/sabnzbd/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/sabnzbd/values.yaml) file. It has several commented out suggested values.

View File

@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v2
appVersion: "1.0.0" appVersion: "1.0.0"
description: Serial to Socket Redirector description: Serial to Socket Redirector
name: ser2sock name: ser2sock
version: 1.1.0 version: 2.0.0
keywords: keywords:
- ser2sock - ser2sock
home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock home: https://github.com/k8s-at-home/charts/tree/master/charts/ser2sock
icon: https://i.imgur.com/GfZ7McO.png icon: https://i.imgur.com/GfZ7McO.png
sources: sources:
- https://github.com/nutechsoftware/ser2sock - https://github.com/nutechsoftware/ser2sock

View File

@ -5,8 +5,8 @@ This is a helm chart for [ser2sock](https://github.com/nutechsoftware/ser2sock)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/ser2sock $ helm install k8s-at-home/ser2sock
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/ser2sock
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/ser2sock helm install --name my-release k8s-at-home/ser2sock
``` ```
**IMPORTANT NOTE:** the USB device must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** the USB device must be accessible on the node where this pod runs, in order for this chart to function properly.
@ -74,13 +74,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
billimek/ser2sock k8s-at-home/ser2sock
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/ser2sock helm install --name my-release -f values.yaml k8s-at-home/ser2sock
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/ser2sock/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/ser2sock/values.yaml) file. It has several commented out suggested values.

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: 2.0.0.5344-ls60 appVersion: 2.0.0.5344-ls60
description: Sonarr is a television show downloading client description: Sonarr is a television show downloading client
name: sonarr name: sonarr
version: 4.1.3 version: 5.0.0
keywords: keywords:
- sonarr - sonarr
- usenet - usenet
- bittorrent - bittorrent
home: https://github.com/billimek/billimek-charts/tree/master/charts/sonarr home: https://github.com/k8s-at-home/charts/tree/master/charts/sonarr
icon: https://avatars1.githubusercontent.com/u/1082903?s=400&v=4 icon: https://avatars1.githubusercontent.com/u/1082903?s=400&v=4
sources: sources:
- https://hub.docker.com/r/linuxserver/sonarr/ - https://hub.docker.com/r/linuxserver/sonarr/

View File

@ -5,8 +5,8 @@ This is a helm chart for [sonarr](https://github.com/sonarr/sonarr/) leveraging
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/sonarr $ helm install k8s-at-home/sonarr
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/sonarr
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/sonarr helm install --name my-release k8s-at-home/sonarr
``` ```
## Upgrading ## Upgrading
@ -112,7 +112,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/sonarr k8s-at-home/sonarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
@ -129,4 +129,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/sonarr/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/sonarr/values.yaml) file. It has several commented out suggested values.

View File

@ -2,13 +2,13 @@ apiVersion: v2
name: speedtest-prometheus name: speedtest-prometheus
description: Prometheus Exporter for the official Speedtest CLI description: Prometheus Exporter for the official Speedtest CLI
type: application type: application
version: 1.0.1 version: 2.0.0
appVersion: 1.1.0 appVersion: 1.1.0
keywords: keywords:
- speedtest - speedtest
- influxdb - influxdb
- grafana - grafana
home: https://github.com/billimek/billimek-charts/tree/master/charts/speedtest-prometheus home: https://github.com/k8s-at-home/charts/tree/master/charts/speedtest-prometheus
icon: https://cdn.speedcheck.org/images/reviews/ookla-logo.png icon: https://cdn.speedcheck.org/images/reviews/ookla-logo.png
sources: sources:
- https://github.com/billimek/prometheus-speedtest-exporter - https://github.com/billimek/prometheus-speedtest-exporter

View File

@ -7,8 +7,8 @@ This is a helm chart provising a prometheus exporter (with optional ServiceMonto
## TL;DR; ## TL;DR;
```console ```console
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/speedtest-prometheus helm install k8s-at-home/speedtest-prometheus
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/speedtest-prometheus
To install the chart with the release name `speedtest-prometheus`: To install the chart with the release name `speedtest-prometheus`:
```console ```console
helm install --name speedtest-prometheus billimek/speedtest-prometheus helm install --name speedtest-prometheus k8s-at-home/speedtest-prometheus
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,20 +31,20 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/speedtest-prometheus/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/speedtest-prometheus/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name speedtest-prometheus \ helm install --name speedtest-prometheus \
--set serviceMonitor.enabled=true \ --set serviceMonitor.enabled=true \
billimek/speedtest-prometheus k8s-at-home/speedtest-prometheus
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name speedtest-prometheus -f values.yaml billimek/speedtest-prometheus helm install --name speedtest-prometheus -f values.yaml k8s-at-home/speedtest-prometheus
``` ```
## Grafana Dashboard ## Grafana Dashboard

View File

@ -1,17 +1,17 @@
apiVersion: v1 apiVersion: v2
name: speedtest name: speedtest
version: 2.0.1 version: 3.0.0
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic speedtest and save the results to InfluxDB description: periodic speedtest and save the results to InfluxDB
keywords: keywords:
- speedtest - speedtest
- influxdb - influxdb
- grafana - grafana
home: https://github.com/billimek/billimek-charts/tree/master/charts/speedtest home: https://github.com/k8s-at-home/charts/tree/master/charts/speedtest
icon: https://i.imgur.com/nDYjKk8.png icon: https://i.imgur.com/nDYjKk8.png
sources: sources:
- https://github.com/billimek/Speedtest-for-InfluxDB-and-Grafana - https://github.com/k8s-at-home/Speedtest-for-InfluxDB-and-Grafana
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ This tool is a wrapper for speedtest-cli which allows you to run periodic speedt
## TL;DR; ## TL;DR;
```console ```console
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/speedtest $ helm install k8s-at-home/speedtest
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ $ helm install billimek/speedtest
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
$ helm install --name my-release billimek/speedtest $ helm install --name my-release k8s-at-home/speedtest
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -39,7 +39,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
| Parameter | Description | Default | | Parameter | Description | Default |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------- | | ------------------------------- | ------------------------------- | ---------------------------------------------------------- |
| `image.repository` | speedtest image | `billimek/speedtestusage-for-influxdb` | | `image.repository` | speedtest image | `k8s-at-home/speedtestusage-for-influxdb` |
| `image.tag` | speedtest image tag | `latest` | | `image.tag` | speedtest image tag | `latest` |
| `image.pullPolicy` | speedtest image pull policy | `IfNotPresent` | | `image.pullPolicy` | speedtest image pull policy | `IfNotPresent` |
| `debug` | Display debugging output | `false` | | `debug` | Display debugging output | `false` |
@ -59,14 +59,14 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
$ helm install --name my-release \ $ helm install --name my-release \
--set config.influxdb.host=some-influx-host \ --set config.influxdb.host=some-influx-host \
billimek/speedtest k8s-at-home/speedtest
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
$ helm install --name my-release -f values.yaml billimek/speedtest $ helm install --name my-release -f values.yaml k8s-at-home/speedtest
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/speedtest/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/speedtest/values.yaml) file. It has several commented out suggested values.

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: v2.1.44-ls34 appVersion: v2.1.44-ls34
description: A Python based monitoring and tracking tool for Plex Media Server. description: A Python based monitoring and tracking tool for Plex Media Server.
name: tautulli name: tautulli
version: 2.3.2 version: 3.0.0
keywords: keywords:
- tautulli - tautulli
- plex - plex
home: https://github.com/billimek/billimek-charts/tree/master/charts/tautulli home: https://github.com/k8s-at-home/charts/tree/master/charts/tautulli
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png
sources: sources:
- https://hub.docker.com/r/linuxserver/tautulli/ - https://hub.docker.com/r/linuxserver/tautulli/

View File

@ -5,8 +5,8 @@ This is a helm chart for [Tautulli](https://tautulli.com/) leveraging the [Linux
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/tautulli $ helm install k8s-at-home/tautulli
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/tautulli
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/tautulli helm install --name my-release k8s-at-home/tautulli
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -77,13 +77,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New York" \ --set timezone="America/New York" \
billimek/tautulli k8s-at-home/tautulli
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/tautulli helm install --name my-release -f values.yaml k8s-at-home/tautulli
``` ```
--- ---
@ -93,4 +93,4 @@ If you get `Error: rendered manifests contain a resource that already exists. Un
--- ---
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/tautulli/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/tautulli/values.yaml) file. It has several commented out suggested values.

View File

@ -1,15 +1,20 @@
apiVersion: v1 apiVersion: v2
appVersion: "v1.19.3" appVersion: "v1.19.3"
description: A self-hosted data logger for your Tesla 🚘 description: A self-hosted data logger for your Tesla 🚘
name: teslamate name: teslamate
version: 2.0.4 version: 3.0.0
keywords: keywords:
- teslamate - teslamate
- tesla - tesla
home: https://github.com/billimek/billimek-charts/tree/master/charts/teslamate home: https://github.com/k8s-at-home/charts/tree/master/charts/teslamate
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/793px-Tesla_Motors.svg.png icon: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/793px-Tesla_Motors.svg.png
sources: sources:
- https://github.com/adriankumpf/teslamate - https://github.com/adriankumpf/teslamate
dependencies:
- name: postgresql
version: 8.1.0
repository: https://kubernetes-charts.storage.googleapis.com/
condition: postgresql.enabled
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ The default values and container images used in this chart will allow for runnin
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/teslamate $ helm install k8s-at-home/teslamate
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ $ helm install billimek/teslamate
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name teslamate billimek/teslamate helm install --name teslamate k8s-at-home/teslamate
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,14 +31,14 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/teslamate/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/teslamate/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name teslamate \ helm install --name teslamate \
--set timeZone="America/New York" \ --set timeZone="America/New York" \
billimek/teslamate k8s-at-home/teslamate
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

View File

@ -1,6 +0,0 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.1.0
digest: sha256:45a6e2b72556d60b954a11ef8de75a48678c6117c2e78a33619b277c3d893fd0
generated: 2019-12-22T03:34:50.317972Z

View File

@ -1,5 +0,0 @@
dependencies:
- name: postgresql
version: 8.1.0
repository: https://kubernetes-charts.storage.googleapis.com/
condition: postgresql.enabled

View File

@ -1,12 +1,12 @@
apiVersion: v1 apiVersion: v2
appVersion: "2.0.1" appVersion: "2.0.1"
description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
name: unifi-poller name: unifi-poller
version: 1.0.1 version: 2.0.0
keywords: keywords:
- unifi - unifi
- unifi-poller - unifi-poller
home: https://github.com/billimek/billimek-charts/tree/master/charts/unifi-poller home: https://github.com/k8s-at-home/charts/tree/master/charts/unifi-poller
icon: https://raw.githubusercontent.com/wiki/unifi-poller/unifi-poller/images/unifi-poller-logo.png icon: https://raw.githubusercontent.com/wiki/unifi-poller/unifi-poller/images/unifi-poller-logo.png
sources: sources:
- https://github.com/unifi-poller/unifi-poller - https://github.com/unifi-poller/unifi-poller

View File

@ -9,8 +9,8 @@ The default values and container images used in this chart will allow for runnin
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/unifi-poller $ helm install k8s-at-home/unifi-poller
``` ```
## Installing the Chart ## Installing the Chart
@ -18,7 +18,7 @@ $ helm install billimek/unifi-poller
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name unifi-poller billimek/unifi-poller helm install --name unifi-poller k8s-at-home/unifi-poller
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -33,13 +33,13 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/unifi-poller/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/unifi-poller/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name unifi-poller \ helm install --name unifi-poller \
billimek/unifi-poller k8s-at-home/unifi-poller
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

View File

@ -2,17 +2,17 @@ apiVersion: v2
name: uptimerobot-prometheus name: uptimerobot-prometheus
description: Prometheus Exporter for the official uptimerobot CLI description: Prometheus Exporter for the official uptimerobot CLI
type: application type: application
version: 1.0.0 version: 2.0.0
appVersion: 0.0.1 appVersion: 0.0.1
keywords: keywords:
- uptimerobot - uptimerobot
- prometheus - prometheus
- grafana - grafana
home: https://github.com/billimek/billimek-charts/tree/master/charts/uptimerobot-prometheus home: https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
icon: https://cdn.foliovision.com/images/2019/03/icon-uptimerobot-1024.png icon: https://cdn.foliovision.com/images/2019/03/icon-uptimerobot-1024.png
sources: sources:
- https://github.com/lekpamartin/uptimerobot_exporter - https://github.com/lekpamartin/uptimerobot_exporter
- https://github.com/billimek/billimek-charts/tree/master/charts/uptimerobot-prometheus - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ This is a helm chart providing a prometheus exporter to query the uptimerobot AP
## TL;DR; ## TL;DR;
```console ```console
helm repo add billimek https://billimek.com/billimek-charts/ helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install billimek/uptimerobot-prometheus helm install k8s-at-home/uptimerobot-prometheus
``` ```
## Installing the Chart ## Installing the Chart
@ -16,7 +16,7 @@ helm install billimek/uptimerobot-prometheus
To install the chart with the release name `uptimerobot-prometheus`: To install the chart with the release name `uptimerobot-prometheus`:
```console ```console
helm install --name uptimerobot-prometheus billimek/uptimerobot-prometheus helm install --name uptimerobot-prometheus k8s-at-home/uptimerobot-prometheus
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -31,20 +31,20 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/uptimerobot-prometheus/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/uptimerobot-prometheus/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name uptimerobot-prometheus \ helm install --name uptimerobot-prometheus \
--set serviceMonitor.enabled=true \ --set serviceMonitor.enabled=true \
billimek/uptimerobot-prometheus k8s-at-home/uptimerobot-prometheus
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name uptimerobot-prometheus -f values.yaml billimek/uptimerobot-prometheus helm install --name uptimerobot-prometheus -f values.yaml k8s-at-home/uptimerobot-prometheus
``` ```
## Grafana Dashboard ## Grafana Dashboard

View File

@ -1,17 +1,17 @@
apiVersion: v1 apiVersion: v2
name: uptimerobot name: uptimerobot
version: 2.0.1 version: 3.0.0
appVersion: 1.1.0 appVersion: 1.1.0
description: A tool to get statistics from Uptime Robot and log it into InfluxDB description: A tool to get statistics from Uptime Robot and log it into InfluxDB
keywords: keywords:
- uptimerobot - uptimerobot
- influxdb - influxdb
- grafana - grafana
home: https://github.com/billimek/billimek-charts/tree/master/charts/uptimerobot home: https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot
icon: https://i.imgur.com/ARSSILk.png icon: https://i.imgur.com/ARSSILk.png
sources: sources:
- https://github.com/trojanc/node-influx-uptimerobot - https://github.com/trojanc/node-influx-uptimerobot
- https://github.com/billimek/billimek-charts - https://github.com/k8s-at-home/charts
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -7,8 +7,8 @@ This tool allows you to run periodic uptimerobot data usage checks and save the
## TL;DR; ## TL;DR;
```console ```console
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/uptimerobot $ helm install k8s-at-home/uptimerobot
``` ```
## Introduction ## Introduction
@ -20,7 +20,7 @@ This code is adopted from [this original repo](https://github.com/trojanc/node-i
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
$ helm install --name my-release billimek/uptimerobot $ helm install --name my-release k8s-at-home/uptimerobot
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -61,13 +61,13 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console ```console
$ helm install --name my-release \ $ helm install --name my-release \
--set config.uptimerobot.apikey=thisismyapikey \ --set config.uptimerobot.apikey=thisismyapikey \
billimek/uptimerobot k8s-at-home/uptimerobot
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
$ helm install --name my-release -f values.yaml billimek/uptimerobot $ helm install --name my-release -f values.yaml k8s-at-home/uptimerobot
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/uptimerobot/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/uptimerobot/values.yaml) file. It has several commented out suggested values.

View File

@ -1,14 +1,14 @@
apiVersion: v1 apiVersion: v2
appVersion: "2.1.2" appVersion: "2.1.2"
description: M3U Proxy for Plex DVR and Emby Live TV. description: M3U Proxy for Plex DVR and Emby Live TV.
name: xteve name: xteve
version: 1.0.0 version: 2.0.0
keywords: keywords:
- xteve - xteve
- iptv - iptv
- plex - plex
- emby - emby
home: https://github.com/billimek/billimek-charts/tree/master/charts/xteve home: https://github.com/k8s-at-home/charts/tree/master/charts/xteve
icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg
sources: sources:
- https://xteve.de - https://xteve.de

View File

@ -5,8 +5,8 @@ This is a helm chart for [xTeVe](https://github.com/xteve-project/xTeVe)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/xteve $ helm install k8s-at-home/xteve
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/xteve
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/xteve helm install --name my-release k8s-at-home/xteve
``` ```
## Uninstalling the Chart ## Uninstalling the Chart
@ -29,14 +29,14 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/xteve/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/xteve/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name my-release \ helm install --name my-release \
--set timezone="America/New_York" \ --set timezone="America/New_York" \
billimek/xteve k8s-at-home/xteve
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

View File

@ -3,7 +3,7 @@ name: zigbee2mqtt
type: application type: application
description: Bridges events and allows you to control your Zigbee devices via MQTT description: Bridges events and allows you to control your Zigbee devices via MQTT
appVersion: 1.14.1 appVersion: 1.14.1
version: 0.2.0 version: 1.0.0
keywords: keywords:
- zigbee - zigbee
- mqtt - mqtt

View File

@ -5,8 +5,8 @@ This is a helm chart for [zigbee2mqtt](https://www.zigbee2mqtt.io)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/zigbee2mqtt $ helm install k8s-at-home/zigbee2mqtt
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/zigbee2mqtt
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/zigbee2mqtt helm install --name my-release k8s-at-home/zigbee2mqtt
``` ```
**IMPORTANT NOTE:** a [supported Zigbee sniffer](https://www.zigbee2mqtt.io/getting_started/what_do_i_need.html) must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** a [supported Zigbee sniffer](https://www.zigbee2mqtt.io/getting_started/what_do_i_need.html) must be accessible on the node where this pod runs, in order for this chart to function properly.
@ -49,18 +49,18 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/zigbee2mqtt/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/zigbee2mqtt/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name my-release \ helm install --name my-release \
--set config.mqtt.server="mqtt://mymqttbroker" \ --set config.mqtt.server="mqtt://mymqttbroker" \
billimek/zigbee2mqtt k8s-at-home/zigbee2mqtt
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
helm install --name my-release -f values.yaml billimek/zigbee2mqtt helm install --name my-release -f values.yaml k8s-at-home/zigbee2mqtt
``` ```

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v2
appVersion: "3.0.0" appVersion: "3.0.0"
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
name: zwave2mqtt name: zwave2mqtt
version: 2.1.0 version: 3.0.0
keywords: keywords:
- zwave - zwave
- mqtt - mqtt
- home-assistant - home-assistant
home: https://github.com/billimek/billimek-charts/tree/master/charts/zwave2mqtt home: https://github.com/k8s-at-home/charts/tree/master/charts/zwave2mqtt
icon: https://github.com/OpenZWave/Zwave2Mqtt/raw/master/docs/OZW_Logo.png icon: https://github.com/OpenZWave/Zwave2Mqtt/raw/master/docs/OZW_Logo.png
sources: sources:
- https://github.com/OpenZWave/Zwave2Mqtt - https://github.com/OpenZWave/Zwave2Mqtt

View File

@ -5,8 +5,8 @@ This is a helm chart for [zwave2mqtt](https://github.com/OpenZWave/Zwave2Mqtt)
## TL;DR; ## TL;DR;
```shell ```shell
$ helm repo add billimek https://billimek.com/billimek-charts/ $ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install billimek/zwave2mqtt $ helm install k8s-at-home/zwave2mqtt
``` ```
## Installing the Chart ## Installing the Chart
@ -14,7 +14,7 @@ $ helm install billimek/zwave2mqtt
To install the chart with the release name `my-release`: To install the chart with the release name `my-release`:
```console ```console
helm install --name my-release billimek/zwave2mqtt helm install --name my-release k8s-at-home/zwave2mqtt
``` ```
**IMPORTANT NOTE:** a zwave controller device must be accessible on the node where this pod runs, in order for this chart to function properly. **IMPORTANT NOTE:** a zwave controller device must be accessible on the node where this pod runs, in order for this chart to function properly.
@ -47,14 +47,14 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## Configuration
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/zwave2mqtt/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/zwave2mqtt/values.yaml) file. It has several commented out suggested values.
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
helm install --name my-release \ helm install --name my-release \
--set rtspPassword="nosecrets" \ --set rtspPassword="nosecrets" \
billimek/zwave2mqtt k8s-at-home/zwave2mqtt
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

View File

@ -1 +0,0 @@
The Unifi chart is now an official helm chart: https://github.com/helm/charts/tree/master/stable/unifi