From f4a926a7eef0509df94d39b3acffee9740791e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Mon, 23 Nov 2020 10:20:41 -0500 Subject: [PATCH] [multi-chart] bump charts to latest common library version (#192) --- charts/bazarr/Chart.yaml | 4 ++-- charts/bazarr/OWNERS | 4 ++++ charts/bazarr/README.md | 4 +++- charts/couchpotato/Chart.yaml | 4 ++-- charts/couchpotato/OWNERS | 6 +++++- charts/couchpotato/README.md | 2 ++ charts/ddclient/Chart.yaml | 4 ++-- charts/ddclient/OWNERS | 4 ++++ charts/ddclient/README.md | 2 ++ charts/flood/Chart.yaml | 4 ++-- charts/flood/OWNERS | 4 ++++ charts/flood/README.md | 2 ++ charts/jellyfin/Chart.yaml | 4 ++-- charts/jellyfin/OWNERS | 6 +++++- charts/jellyfin/README.md | 2 ++ charts/lidarr/Chart.yaml | 4 ++-- charts/lidarr/OWNERS | 4 ++++ charts/lidarr/README.md | 4 +++- charts/node-red/Chart.yaml | 4 ++-- charts/node-red/OWNERS | 4 ++++ charts/node-red/README.md | 2 +- charts/nzbget/Chart.yaml | 4 ++-- charts/nzbget/OWNERS | 6 +++++- charts/nzbget/README.md | 4 +++- charts/nzbhydra2/Chart.yaml | 4 ++-- charts/nzbhydra2/OWNERS | 4 ++++ charts/nzbhydra2/README.md | 4 +++- charts/organizr/Chart.yaml | 4 ++-- charts/organizr/OWNERS | 4 ++++ charts/organizr/README.md | 4 +++- charts/piaware/Chart.yaml | 4 ++-- charts/piaware/OWNERS | 6 +++++- charts/piaware/README.md | 2 ++ charts/plex-media-server/Chart.yaml | 4 ++-- charts/plex-media-server/OWNERS | 4 ++++ charts/plex-media-server/README.md | 2 ++ charts/qbittorrent/Chart.yaml | 4 ++-- charts/qbittorrent/OWNERS | 6 +++++- charts/qbittorrent/README.md | 4 +++- charts/radarr/Chart.yaml | 4 ++-- charts/radarr/OWNERS | 6 +++++- charts/radarr/README.md | 4 +++- charts/sabnzbd/Chart.yaml | 4 ++-- charts/sabnzbd/OWNERS | 4 ++++ charts/sabnzbd/README.md | 4 +++- charts/sonarr/Chart.yaml | 4 ++-- charts/sonarr/OWNERS | 4 ++++ charts/sonarr/README.md | 4 +++- charts/tautulli/Chart.yaml | 4 ++-- charts/tautulli/OWNERS | 4 ++++ charts/tautulli/README.md | 4 +++- charts/unifi-poller/Chart.yaml | 4 ++-- charts/unifi-poller/OWNERS | 4 ++++ charts/unifi-poller/README.md | 2 ++ charts/xteve/Chart.yaml | 4 ++-- charts/xteve/OWNERS | 6 +++++- charts/xteve/README.md | 4 +++- charts/zigbee2mqtt/Chart.yaml | 4 ++-- charts/zigbee2mqtt/OWNERS | 4 ++++ charts/zigbee2mqtt/README.md | 2 ++ charts/zwave2mqtt/Chart.yaml | 4 ++-- charts/zwave2mqtt/OWNERS | 6 +++++- charts/zwave2mqtt/README.md | 2 ++ 63 files changed, 186 insertions(+), 62 deletions(-) diff --git a/charts/bazarr/Chart.yaml b/charts/bazarr/Chart.yaml index 581a6d2f..2ed1afde 100644 --- a/charts/bazarr/Chart.yaml +++ b/charts/bazarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.9.0.5 description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements name: bazarr -version: 4.4.0 +version: 4.6.0 keywords: - bazarr - radarr @@ -21,4 +21,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/bazarr/OWNERS b/charts/bazarr/OWNERS index b90909f4..1ce35762 100644 --- a/charts/bazarr/OWNERS +++ b/charts/bazarr/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/bazarr/README.md b/charts/bazarr/README.md index e0030caf..7e64ac39 100644 --- a/charts/bazarr/README.md +++ b/charts/bazarr/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install bazarr \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/bazarr ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/couchpotato/Chart.yaml b/charts/couchpotato/Chart.yaml index 74e08f8f..36196387 100644 --- a/charts/couchpotato/Chart.yaml +++ b/charts/couchpotato/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: CouchPotato (CP) is an automatic NZB and torrent downloader. name: couchpotato -version: 3.0.0 +version: 3.1.0 keywords: - couchpotato - usenet @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/couchpotato/OWNERS b/charts/couchpotato/OWNERS index 51f88652..1ce35762 100644 --- a/charts/couchpotato/OWNERS +++ b/charts/couchpotato/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/couchpotato/README.md b/charts/couchpotato/README.md index 055cd208..20e56ee6 100644 --- a/charts/couchpotato/README.md +++ b/charts/couchpotato/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/ddclient/Chart.yaml b/charts/ddclient/Chart.yaml index be031552..92c93453 100644 --- a/charts/ddclient/Chart.yaml +++ b/charts/ddclient/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.9.1 description: Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Providers name: ddclient -version: 1.0.0 +version: 1.1.0 keywords: - ddclient - dns @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.1 + version: ^1.6.1 diff --git a/charts/ddclient/OWNERS b/charts/ddclient/OWNERS index b90909f4..1ce35762 100644 --- a/charts/ddclient/OWNERS +++ b/charts/ddclient/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/ddclient/README.md b/charts/ddclient/README.md index c3d20ce8..99784760 100644 --- a/charts/ddclient/README.md +++ b/charts/ddclient/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/flood/Chart.yaml b/charts/flood/Chart.yaml index d3f70451..1faa0252 100644 --- a/charts/flood/Chart.yaml +++ b/charts/flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.1.1 description: Flood is a monitoring service for various torrent clients name: flood -version: 1.0.1 +version: 1.1.0 keywords: - flood - rtorrent @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.1 + version: ^1.6.1 diff --git a/charts/flood/OWNERS b/charts/flood/OWNERS index b90909f4..1ce35762 100644 --- a/charts/flood/OWNERS +++ b/charts/flood/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/flood/README.md b/charts/flood/README.md index 56b43a5a..9e4ef733 100644 --- a/charts/flood/README.md +++ b/charts/flood/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/jellyfin/Chart.yaml b/charts/jellyfin/Chart.yaml index 3d05f9b1..59a22a51 100644 --- a/charts/jellyfin/Chart.yaml +++ b/charts/jellyfin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 10.6.4 description: Jellyfin is a Free Software Media System name: jellyfin -version: 3.0.0 +version: 3.1.0 keywords: - jellyfin - plex @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/jellyfin/OWNERS b/charts/jellyfin/OWNERS index 51f88652..1ce35762 100644 --- a/charts/jellyfin/OWNERS +++ b/charts/jellyfin/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/jellyfin/README.md b/charts/jellyfin/README.md index 455e8182..62843aca 100644 --- a/charts/jellyfin/README.md +++ b/charts/jellyfin/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/lidarr/Chart.yaml b/charts/lidarr/Chart.yaml index b3815124..85141229 100644 --- a/charts/lidarr/Chart.yaml +++ b/charts/lidarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.8.0.1886 description: Looks and smells like Sonarr but made for music name: lidarr -version: 5.4.0 +version: 5.5.0 keywords: - lidarr - torrent @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/lidarr/OWNERS b/charts/lidarr/OWNERS index b90909f4..1ce35762 100644 --- a/charts/lidarr/OWNERS +++ b/charts/lidarr/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/lidarr/README.md b/charts/lidarr/README.md index 157e606c..866b265f 100644 --- a/charts/lidarr/README.md +++ b/charts/lidarr/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install lidarr \ - --set lidarr.env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/lidarr ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 58f243d7..d22c8f77 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.5 description: Node-RED is low-code programming for event-driven applications name: node-red -version: 4.0.0 +version: 4.1.0 keywords: - nodered - node-red @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.1 + version: ^1.6.1 diff --git a/charts/node-red/OWNERS b/charts/node-red/OWNERS index b90909f4..1ce35762 100644 --- a/charts/node-red/OWNERS +++ b/charts/node-red/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/node-red/README.md b/charts/node-red/README.md index b373b9ab..13f0aefe 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -2,7 +2,7 @@ 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; diff --git a/charts/nzbget/Chart.yaml b/charts/nzbget/Chart.yaml index 45ec2189..a02651d6 100644 --- a/charts/nzbget/Chart.yaml +++ b/charts/nzbget/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v21.0 description: NZBGet is a Usenet downloader client name: nzbget -version: 6.4.0 +version: 6.5.0 keywords: - nzbget - usenet @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/nzbget/OWNERS b/charts/nzbget/OWNERS index 51f88652..1ce35762 100644 --- a/charts/nzbget/OWNERS +++ b/charts/nzbget/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/nzbget/README.md b/charts/nzbget/README.md index d2d2d6cd..13ac6f58 100644 --- a/charts/nzbget/README.md +++ b/charts/nzbget/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install nzbget \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/nzbget ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/nzbhydra2/Chart.yaml b/charts/nzbhydra2/Chart.yaml index b5332970..202a801c 100644 --- a/charts/nzbhydra2/Chart.yaml +++ b/charts/nzbhydra2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.4.3 description: Usenet meta search name: nzbhydra2 -version: 4.4.0 +version: 4.5.0 keywords: - nzbhydra2 - usenet @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/nzbhydra2/OWNERS b/charts/nzbhydra2/OWNERS index b90909f4..1ce35762 100644 --- a/charts/nzbhydra2/OWNERS +++ b/charts/nzbhydra2/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/nzbhydra2/README.md b/charts/nzbhydra2/README.md index d812b4c5..951fc6e0 100644 --- a/charts/nzbhydra2/README.md +++ b/charts/nzbhydra2/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install nzbhydra2 \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/nzbhydra2 ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/organizr/Chart.yaml b/charts/organizr/Chart.yaml index 729dd1dc..f49dfc1d 100644 --- a/charts/organizr/Chart.yaml +++ b/charts/organizr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: HTPC/Homelab Services Organizer name: organizr -version: 2.4.0 +version: 2.5.0 keywords: - organizr home: https://github.com/k8s-at-home/charts/tree/master/charts/organizr @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/organizr/OWNERS b/charts/organizr/OWNERS index b90909f4..1ce35762 100644 --- a/charts/organizr/OWNERS +++ b/charts/organizr/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/organizr/README.md b/charts/organizr/README.md index 6f2beeff..58b8d31d 100644 --- a/charts/organizr/README.md +++ b/charts/organizr/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install organizr \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/organizr ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/piaware/Chart.yaml b/charts/piaware/Chart.yaml index cde7838e..d243abc6 100644 --- a/charts/piaware/Chart.yaml +++ b/charts/piaware/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.0 description: Program for forwarding ADS-B data to FlightAware name: piaware -version: 3.0.0 +version: 3.1.0 keywords: - piaware - flight-aware @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/piaware/OWNERS b/charts/piaware/OWNERS index 51f88652..1ce35762 100644 --- a/charts/piaware/OWNERS +++ b/charts/piaware/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/piaware/README.md b/charts/piaware/README.md index 13c43480..cea805f9 100644 --- a/charts/piaware/README.md +++ b/charts/piaware/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index c993ac81..793fa83e 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.20.4.3517-ab5e1197c description: Plex Media Server name: plex-media-server -version: 0.0.1 +version: 0.0.2 keywords: - plex - plex-media-server @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.1 + version: ^1.6.1 diff --git a/charts/plex-media-server/OWNERS b/charts/plex-media-server/OWNERS index b90909f4..1ce35762 100644 --- a/charts/plex-media-server/OWNERS +++ b/charts/plex-media-server/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/plex-media-server/README.md b/charts/plex-media-server/README.md index 43fd02c8..7d1dbfbc 100644 --- a/charts/plex-media-server/README.md +++ b/charts/plex-media-server/README.md @@ -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** 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)** \ No newline at end of file diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index fde5e909..6ff2c679 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.3.0 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 6.4.0 +version: 6.5.0 keywords: - qbittorrent - torrrent @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/qbittorrent/OWNERS b/charts/qbittorrent/OWNERS index 51f88652..1ce35762 100644 --- a/charts/qbittorrent/OWNERS +++ b/charts/qbittorrent/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index fe1dc9ed..8a6c4460 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install my-release \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/qbittorrent ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index b931925c..3f50201a 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.0.3989 description: A fork of Sonarr to work with movies à la Couchpotato name: radarr -version: 7.4.0 +version: 7.5.0 keywords: - radarr - torrent @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/radarr/OWNERS b/charts/radarr/OWNERS index 51f88652..1ce35762 100644 --- a/charts/radarr/OWNERS +++ b/charts/radarr/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/radarr/README.md b/charts/radarr/README.md index ae9dc14a..c9841d10 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install radarr \ - --set radarr.env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/radarr ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/sabnzbd/Chart.yaml b/charts/sabnzbd/Chart.yaml index 5248d4e0..de3c36de 100644 --- a/charts/sabnzbd/Chart.yaml +++ b/charts/sabnzbd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.1.0 description: Free and easy binary newsreader name: sabnzbd -version: 3.4.0 +version: 3.5.0 keywords: - sabnzbd - usenet @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/sabnzbd/OWNERS b/charts/sabnzbd/OWNERS index b90909f4..1ce35762 100644 --- a/charts/sabnzbd/OWNERS +++ b/charts/sabnzbd/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/sabnzbd/README.md b/charts/sabnzbd/README.md index 1dc2e289..86c67389 100644 --- a/charts/sabnzbd/README.md +++ b/charts/sabnzbd/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install sabnzbd \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/sabnzbd ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 8ed64f0a..10e2c7c0 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.4.993 description: Smart PVR for newsgroup and bittorrent users name: sonarr -version: 7.4.0 +version: 7.5.0 keywords: - sonarr - torrent @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/sonarr/OWNERS b/charts/sonarr/OWNERS index b90909f4..1ce35762 100644 --- a/charts/sonarr/OWNERS +++ b/charts/sonarr/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index ad413518..e09ce85d 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install sonarr \ - --set sonarr.env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/sonarr ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index 22b9dee8..0de1ca50 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.6.1 description: A Python based monitoring and tracking tool for Plex Media Server name: tautulli -version: 5.4.0 +version: 5.5.0 keywords: - tautulli - plex @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/tautulli/OWNERS b/charts/tautulli/OWNERS index b90909f4..1ce35762 100644 --- a/charts/tautulli/OWNERS +++ b/charts/tautulli/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/tautulli/README.md b/charts/tautulli/README.md index 67762566..d65424ff 100644 --- a/charts/tautulli/README.md +++ b/charts/tautulli/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install tautulli \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/tautulli ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/unifi-poller/Chart.yaml b/charts/unifi-poller/Chart.yaml index 843d5387..3f555c98 100644 --- a/charts/unifi-poller/Chart.yaml +++ b/charts/unifi-poller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.1 description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus name: unifi-poller -version: 3.0.0 +version: 3.1.0 keywords: - unifi - unifi-poller @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/unifi-poller/OWNERS b/charts/unifi-poller/OWNERS index b90909f4..1ce35762 100644 --- a/charts/unifi-poller/OWNERS +++ b/charts/unifi-poller/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/unifi-poller/README.md b/charts/unifi-poller/README.md index d1d8313b..95a2aaae 100644 --- a/charts/unifi-poller/README.md +++ b/charts/unifi-poller/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/xteve/Chart.yaml b/charts/xteve/Chart.yaml index e24e65c7..515ea4ad 100644 --- a/charts/xteve/Chart.yaml +++ b/charts/xteve/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.1.2.0120 description: M3U Proxy for Plex DVR and Emby Live TV. name: xteve -version: 3.0.0 +version: 3.1.0 keywords: - xteve - iptv @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/xteve/OWNERS b/charts/xteve/OWNERS index 51f88652..1ce35762 100644 --- a/charts/xteve/OWNERS +++ b/charts/xteve/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/xteve/README.md b/charts/xteve/README.md index 1fa6fca8..b62eb02e 100644 --- a/charts/xteve/README.md +++ b/charts/xteve/README.md @@ -2,6 +2,8 @@ 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; ```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, ```console helm install xteve \ - --set env.TZ="America/New York" \ + --set env.TZ="America/New_York" \ k8s-at-home/xteve ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the diff --git a/charts/zigbee2mqtt/Chart.yaml b/charts/zigbee2mqtt/Chart.yaml index ec3526b9..44ea0bcd 100644 --- a/charts/zigbee2mqtt/Chart.yaml +++ b/charts/zigbee2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.16.1 description: Bridges events and allows you to control your Zigbee devices via MQTT name: zigbee2mqtt -version: 3.0.1 +version: 3.1.0 keywords: - zigbee - mqtt @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.1 + version: ^1.6.1 diff --git a/charts/zigbee2mqtt/OWNERS b/charts/zigbee2mqtt/OWNERS index b90909f4..1ce35762 100644 --- a/charts/zigbee2mqtt/OWNERS +++ b/charts/zigbee2mqtt/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: - billimek +- onedr0p +- bjw-s diff --git a/charts/zigbee2mqtt/README.md b/charts/zigbee2mqtt/README.md index 6f5cf496..676e6df2 100644 --- a/charts/zigbee2mqtt/README.md +++ b/charts/zigbee2mqtt/README.md @@ -2,6 +2,8 @@ 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; ```shell diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index 1d7c0393..16f524b8 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.6 description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 5.1.0 +version: 5.2.0 keywords: - zwave - mqtt @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.5.0 + version: ^1.6.1 diff --git a/charts/zwave2mqtt/OWNERS b/charts/zwave2mqtt/OWNERS index 51f88652..1ce35762 100644 --- a/charts/zwave2mqtt/OWNERS +++ b/charts/zwave2mqtt/OWNERS @@ -1,4 +1,8 @@ approvers: - billimek +- onedr0p +- bjw-s reviewers: -- billimek \ No newline at end of file +- billimek +- onedr0p +- bjw-s diff --git a/charts/zwave2mqtt/README.md b/charts/zwave2mqtt/README.md index cce759dd..469eedd9 100644 --- a/charts/zwave2mqtt/README.md +++ b/charts/zwave2mqtt/README.md @@ -2,6 +2,8 @@ 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; ```shell