[multi-chart] bump charts to latest common library version (#192)

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-11-23 10:20:41 -05:00 committed by GitHub
parent 1902db60b9
commit f4a926a7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
63 changed files with 186 additions and 62 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.9.0.5 appVersion: v0.9.0.5
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: 4.4.0 version: 4.6.0
keywords: keywords:
- bazarr - bazarr
- radarr - radarr
@ -21,4 +21,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Bazarr](https://github.com/morpheus65535/bazarr). This is a helm chart for [Bazarr](https://github.com/morpheus65535/bazarr).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 bazarr \ helm install bazarr \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/bazarr k8s-at-home/bazarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
description: CouchPotato (CP) is an automatic NZB and torrent downloader. description: CouchPotato (CP) is an automatic NZB and torrent downloader.
name: couchpotato name: couchpotato
version: 3.0.0 version: 3.1.0
keywords: keywords:
- couchpotato - couchpotato
- usenet - usenet
@ -18,4 +18,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [couchpotato](https://github.com/CouchPotato/CouchPotatoServer). This is a helm chart for [couchpotato](https://github.com/CouchPotato/CouchPotatoServer).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.9.1 appVersion: 3.9.1
description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers
name: ddclient name: ddclient
version: 1.0.0 version: 1.1.0
keywords: keywords:
- ddclient - ddclient
- dns - dns
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.1 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [ddclient](https://github.com/ddclient/ddclient). This is a helm chart for [ddclient](https://github.com/ddclient/ddclient).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.1.1 appVersion: 4.1.1
description: Flood is a monitoring service for various torrent clients description: Flood is a monitoring service for various torrent clients
name: flood name: flood
version: 1.0.1 version: 1.1.0
keywords: keywords:
- flood - flood
- rtorrent - rtorrent
@ -19,4 +19,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.1 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [flood](https://github.com/jesec/flood). This is a helm chart for [flood](https://github.com/jesec/flood).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 10.6.4 appVersion: 10.6.4
description: Jellyfin is a Free Software Media System description: Jellyfin is a Free Software Media System
name: jellyfin name: jellyfin
version: 3.0.0 version: 3.1.0
keywords: keywords:
- jellyfin - jellyfin
- plex - plex
@ -18,4 +18,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Jellyfin](https://github.com/jellyfin/jellyfin). This is a helm chart for [Jellyfin](https://github.com/jellyfin/jellyfin).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.8.0.1886 appVersion: 0.8.0.1886
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: 5.4.0 version: 5.5.0
keywords: keywords:
- lidarr - lidarr
- torrent - torrent
@ -18,4 +18,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Lidarr](https://github.com/lidarr/Lidarr). This is a helm chart for [Lidarr](https://github.com/lidarr/Lidarr).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 lidarr \ helm install lidarr \
--set lidarr.env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/lidarr k8s-at-home/lidarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.2.5 appVersion: 1.2.5
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: 4.0.0 version: 4.1.0
keywords: keywords:
- nodered - nodered
- node-red - node-red
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.1 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,7 +2,7 @@
This is a helm chart for [Node-Red](https://nodered.org/). This is a helm chart for [Node-Red](https://nodered.org/).
**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)** **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v21.0 appVersion: v21.0
description: NZBGet is a Usenet downloader client description: NZBGet is a Usenet downloader client
name: nzbget name: nzbget
version: 6.4.0 version: 6.5.0
keywords: keywords:
- nzbget - nzbget
- usenet - usenet
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [NZBGet](https://nzbget.net/). This is a helm chart for [NZBGet](https://nzbget.net/).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -40,7 +42,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 nzbget \ helm install nzbget \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/nzbget k8s-at-home/nzbget
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v3.4.3 appVersion: v3.4.3
description: Usenet meta search description: Usenet meta search
name: nzbhydra2 name: nzbhydra2
version: 4.4.0 version: 4.5.0
keywords: keywords:
- nzbhydra2 - nzbhydra2
- usenet - usenet
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Nzbhydra2](https://github.com/theotherp/nzbhydra2). This is a helm chart for [Nzbhydra2](https://github.com/theotherp/nzbhydra2).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 nzbhydra2 \ helm install nzbhydra2 \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/nzbhydra2 k8s-at-home/nzbhydra2
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
description: HTPC/Homelab Services Organizer description: HTPC/Homelab Services Organizer
name: organizr name: organizr
version: 2.4.0 version: 2.5.0
keywords: keywords:
- organizr - organizr
home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr
@ -16,4 +16,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Organizr](https://github.com/causefx/Organizr). This is a helm chart for [Organizr](https://github.com/causefx/Organizr).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 organizr \ helm install organizr \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/organizr k8s-at-home/organizr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v4.0 appVersion: v4.0
description: Program for forwarding ADS-B data to FlightAware description: Program for forwarding ADS-B data to FlightAware
name: piaware name: piaware
version: 3.0.0 version: 3.1.0
keywords: keywords:
- piaware - piaware
- flight-aware - flight-aware
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [piaware](https://github.com/flightaware/piaware). This is a helm chart for [piaware](https://github.com/flightaware/piaware).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.20.4.3517-ab5e1197c appVersion: 1.20.4.3517-ab5e1197c
description: Plex Media Server description: Plex Media Server
name: plex-media-server name: plex-media-server
version: 0.0.1 version: 0.0.2
keywords: keywords:
- plex - plex
- plex-media-server - plex-media-server
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.1 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -3,3 +3,5 @@
**Do not use this chart, this is currently for testing bringing in the common library and using the k8s-at-home container image** **Do not use this chart, this is currently for testing bringing in the common library and using the k8s-at-home container image**
Be sure to use the [plex](https://github.com/k8s-at-home/charts/tree/master/charts/plex) chart instead. Be sure to use the [plex](https://github.com/k8s-at-home/charts/tree/master/charts/plex) chart instead.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.3.0 appVersion: 4.3.0
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: 6.4.0 version: 6.5.0
keywords: keywords:
- qbittorrent - qbittorrent
- torrrent - torrrent
@ -16,4 +16,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [qbittorrent](https://qbittorrent.org/). This is a helm chart for [qbittorrent](https://qbittorrent.org/).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -39,7 +41,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 my-release \ helm install my-release \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/qbittorrent k8s-at-home/qbittorrent
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.0.0.3989 appVersion: 3.0.0.3989
description: A fork of Sonarr to work with movies à la Couchpotato description: A fork of Sonarr to work with movies à la Couchpotato
name: radarr name: radarr
version: 7.4.0 version: 7.5.0
keywords: keywords:
- radarr - radarr
- torrent - torrent
@ -18,4 +18,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Radarr](https://github.com/Radarr/Radarr). This is a helm chart for [Radarr](https://github.com/Radarr/Radarr).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 radarr \ helm install radarr \
--set radarr.env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/radarr k8s-at-home/radarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.1.0 appVersion: 3.1.0
description: Free and easy binary newsreader description: Free and easy binary newsreader
name: sabnzbd name: sabnzbd
version: 3.4.0 version: 3.5.0
keywords: keywords:
- sabnzbd - sabnzbd
- usenet - usenet
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Sabnzbd](https://github.com/sabnzbd/sabnzbd). This is a helm chart for [Sabnzbd](https://github.com/sabnzbd/sabnzbd).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 sabnzbd \ helm install sabnzbd \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/sabnzbd k8s-at-home/sabnzbd
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.0.4.993 appVersion: 3.0.4.993
description: Smart PVR for newsgroup and bittorrent users description: Smart PVR for newsgroup and bittorrent users
name: sonarr name: sonarr
version: 7.4.0 version: 7.5.0
keywords: keywords:
- sonarr - sonarr
- torrent - torrent
@ -18,4 +18,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Sonarr](https://github.com/Sonarr/Sonarr). This is a helm chart for [Sonarr](https://github.com/Sonarr/Sonarr).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 sonarr \ helm install sonarr \
--set sonarr.env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/sonarr k8s-at-home/sonarr
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.6.1 appVersion: v2.6.1
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: 5.4.0 version: 5.5.0
keywords: keywords:
- tautulli - tautulli
- plex - plex
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [Tautulli](https://github.com/Tautulli/Tautulli). This is a helm chart for [Tautulli](https://github.com/Tautulli/Tautulli).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 tautulli \ helm install tautulli \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/tautulli k8s-at-home/tautulli
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ 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: 3.0.0 version: 3.1.0
keywords: keywords:
- unifi - unifi
- unifi-poller - unifi-poller
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [unifi-poller](https://github.com/unifi-poller/unifi-poller). This is a helm chart for [unifi-poller](https://github.com/unifi-poller/unifi-poller).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.1.2.0120 appVersion: 2.1.2.0120
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: 3.0.0 version: 3.1.0
keywords: keywords:
- xteve - xteve
- iptv - iptv
@ -19,4 +19,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [xTeVe](https://github.com/xteve-project/xTeVe). This is a helm chart for [xTeVe](https://github.com/xteve-project/xTeVe).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell
@ -35,7 +37,7 @@ Additionally you can take a look at the common library [values.yaml](https://git
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 xteve \ helm install xteve \
--set env.TZ="America/New York" \ --set env.TZ="America/New_York" \
k8s-at-home/xteve k8s-at-home/xteve
``` ```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.16.1 appVersion: 1.16.1
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
name: zigbee2mqtt name: zigbee2mqtt
version: 3.0.1 version: 3.1.0
keywords: keywords:
- zigbee - zigbee
- mqtt - mqtt
@ -19,4 +19,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.1 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [zigbee2mqtt](https://www.zigbee2mqtt.io). This is a helm chart for [zigbee2mqtt](https://www.zigbee2mqtt.io).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.0.6 appVersion: 4.0.6
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: 5.1.0 version: 5.2.0
keywords: keywords:
- zwave - zwave
- mqtt - mqtt
@ -17,4 +17,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://k8s-at-home.com/charts/ repository: https://k8s-at-home.com/charts/
version: ^1.5.0 version: ^1.6.1

View File

@ -1,4 +1,8 @@
approvers: approvers:
- billimek - billimek
- onedr0p
- bjw-s
reviewers: reviewers:
- billimek - billimek
- onedr0p
- bjw-s

View File

@ -2,6 +2,8 @@
This is a helm chart for [zwave2mqtt](https://zwave2mqtt.org/). This is a helm chart for [zwave2mqtt](https://zwave2mqtt.org/).
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## TL;DR; ## TL;DR;
```shell ```shell