[multiple charts] swap images to kah (#806)

This commit is contained in:
ᗪєνιη ᗷυнʟ 2021-04-20 16:10:03 -04:00 committed by GitHub
parent d2162a8e5d
commit 85dd0703b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
54 changed files with 338 additions and 186 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 4.0.5 appVersion: 4.0.8
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
name: appdaemon name: appdaemon
version: 4.3.1 version: 5.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- appdaemon - appdaemon
@ -12,6 +12,7 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/appdaemon home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
- https://hub.docker.com/r/acockburn/appdaemon/
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# appdaemon # appdaemon
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square) ![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: 4.0.8](https://img.shields.io/badge/AppVersion-4.0.8-informational?style=flat-square)
AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT. AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
@ -9,6 +9,7 @@ AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution envir
## Source Code ## Source Code
* <https://github.com/AppDaemon/appdaemon> * <https://github.com/AppDaemon/appdaemon>
* <https://hub.docker.com/r/acockburn/appdaemon/>
## Requirements ## Requirements
@ -18,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -77,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"k8sathome/appdaemon"` | | | image.repository | string | `"acockburn/appdaemon"` | |
| image.tag | string | `"v4.0.5"` | | | image.tag | string | `"4.0.8"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |

View File

@ -5,12 +5,10 @@
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml # https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
# #
# Use our own image at https://github.com/k8s-at-home/container-images/tree/main/appdaemon
# until https://github.com/AppDaemon/appdaemon/pull/1002 is merged
image: image:
repository: k8sathome/appdaemon repository: acockburn/appdaemon
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v4.0.5 tag: 4.0.8
strategy: strategy:
type: Recreate type: Recreate

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v0.9.0.5 appVersion: v0.9.4
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: 7.3.1 version: 8.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- bazarr - bazarr
@ -14,8 +14,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/bazarr home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://github.com/morpheus65535/bazarr - https://github.com/morpheus65535/bazarr
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# bazarr # bazarr
![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: v0.9.0.5](https://img.shields.io/badge/AppVersion-v0.9.0.5-informational?style=flat-square) ![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: v0.9.4](https://img.shields.io/badge/AppVersion-v0.9.4-informational?style=flat-square)
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
@ -8,8 +8,8 @@ Bazarr is a companion application to Sonarr and Radarr. It manages and downloads
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/bazarr/>
* <https://github.com/morpheus65535/bazarr> * <https://github.com/morpheus65535/bazarr>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/bazarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | |
| image.tag | string | `"version-v0.9.0.5"` | | | image.tag | string | `"v0.9.4"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -95,6 +95,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [8.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -109,6 +115,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[8.0.0]: #8.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [8.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[8.0.0]: #8.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,15 @@
# #
image: image:
repository: linuxserver/bazarr repository: ghcr.io/k8s-at-home/bazarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v0.9.0.5 tag: v0.9.4
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v0.17.591 appVersion: v0.17.908
description: API Support for your favorite torrent trackers description: API Support for your favorite torrent trackers
name: jackett name: jackett
version: 8.3.1 version: 9.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- jackett - jackett
@ -10,8 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/jackett home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://github.com/Jackett/Jackett - https://github.com/Jackett/Jackett
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# jackett # jackett
![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat-square) ![AppVersion: v0.17.591](https://img.shields.io/badge/AppVersion-v0.17.591-informational?style=flat-square) ![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square) ![AppVersion: v0.17.908](https://img.shields.io/badge/AppVersion-v0.17.908-informational?style=flat-square)
API Support for your favorite torrent trackers API Support for your favorite torrent trackers
@ -8,8 +8,8 @@ API Support for your favorite torrent trackers
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/jackett/>
* <https://github.com/Jackett/Jackett> * <https://github.com/Jackett/Jackett>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/jackett"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"version-v0.17.591"` | | | image.tag | string | `"v0.17.908"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -95,6 +95,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -109,6 +115,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,19 +6,15 @@
# #
image: image:
repository: linuxserver/jackett repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v0.17.591 tag: v0.17.908
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
## Allow Jackett to update inside of the container, but might cause outages if turned on.
# AUTOUPDATE: false
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.8.0.1886 appVersion: v0.8.1.2134
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: 8.3.1 version: 9.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- lidarr - lidarr
@ -12,7 +12,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/lidarr
icon: https://github.com/lidarr/Lidarr/blob/develop/Logo/512.png?raw=true icon: https://github.com/lidarr/Lidarr/blob/develop/Logo/512.png?raw=true
sources: sources:
- https://github.com/Lidarr/Lidarr - https://github.com/Lidarr/Lidarr
- https://hub.docker.com/r/linuxserver/lidarr - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# lidarr # lidarr
![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat-square) ![AppVersion: 0.8.0.1886](https://img.shields.io/badge/AppVersion-0.8.0.1886-informational?style=flat-square) ![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square) ![AppVersion: v0.8.1.2134](https://img.shields.io/badge/AppVersion-v0.8.1.2134-informational?style=flat-square)
Looks and smells like Sonarr but made for music Looks and smells like Sonarr but made for music
@ -9,7 +9,7 @@ Looks and smells like Sonarr but made for music
## Source Code ## Source Code
* <https://github.com/Lidarr/Lidarr> * <https://github.com/Lidarr/Lidarr>
* <https://hub.docker.com/r/linuxserver/lidarr> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/lidarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/lidarr"` | |
| image.tag | string | `"version-0.8.0.1886"` | | | image.tag | string | `"v0.8.1.2134"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -99,8 +99,8 @@ N/A
| probes.liveness.spec.timeoutSeconds | int | `10` | | | probes.liveness.spec.timeoutSeconds | int | `10` | |
| prometheus.podMonitor.additionalLabels | object | `{}` | | | prometheus.podMonitor.additionalLabels | object | `{}` | |
| prometheus.podMonitor.enabled | bool | `false` | | | prometheus.podMonitor.enabled | bool | `false` | |
| prometheus.podMonitor.interval | string | `"1m"` | | | prometheus.podMonitor.interval | string | `"3m"` | |
| prometheus.podMonitor.scrapeTimeout | string | `"1m30s"` | | | prometheus.podMonitor.scrapeTimeout | string | `"1m"` | |
| service.port.port | int | `8686` | | | service.port.port | int | `8686` | |
| strategy.type | string | `"Recreate"` | | | strategy.type | string | `"Recreate"` | |
@ -110,6 +110,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -124,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,15 @@
# #
image: image:
repository: linuxserver/lidarr repository: ghcr.io/k8s-at-home/lidarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-0.8.0.1886 tag: v0.8.1.2134
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
service: service:
port: port:
@ -74,8 +72,8 @@ persistence:
prometheus: prometheus:
podMonitor: podMonitor:
enabled: false enabled: false
interval: 1m interval: 3m
scrapeTimeout: 1m30s scrapeTimeout: 1m
additionalLabels: {} additionalLabels: {}
# # When using the prometheus.podMonitor the following # # When using the prometheus.podMonitor the following

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: 9.3.1 version: 10.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- nzbget - nzbget
@ -10,8 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/nzbget home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://nzbget.net/ - https://nzbget.net/
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# nzbget # nzbget
![Version: 9.2.0](https://img.shields.io/badge/Version-9.2.0-informational?style=flat-square) ![AppVersion: v21.0](https://img.shields.io/badge/AppVersion-v21.0-informational?style=flat-square) ![Version: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![AppVersion: v21.0](https://img.shields.io/badge/AppVersion-v21.0-informational?style=flat-square)
NZBGet is a Usenet downloader client NZBGet is a Usenet downloader client
@ -8,8 +8,8 @@ NZBGet is a Usenet downloader client
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/nzbget/>
* <https://nzbget.net/> * <https://nzbget.net/>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -80,8 +80,8 @@ The default login details (change ASAP) are:
| Key | Type | Default | Description | | Key | Type | Default | Description |
|-----|------|---------|-------------| |-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/nzbget"` | | | image.repository | string | `"ghcr.io/k8s-at-home/nzbget"` | |
| image.tag | string | `"version-v21.0"` | | | image.tag | string | `"v21.0"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -100,6 +100,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -114,6 +120,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[10.0.0]: #10.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[10.0.0]: #10.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,9 +6,9 @@
# #
image: image:
repository: linuxserver/nzbget repository: ghcr.io/k8s-at-home/nzbget
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v21.0 tag: v21.0
strategy: strategy:
type: Recreate type: Recreate

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v3.8.1 appVersion: v3.14.0
description: Usenet meta search description: Usenet meta search
name: nzbhydra2 name: nzbhydra2
version: 7.3.1 version: 8.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- nzbhydra2 - nzbhydra2
@ -10,8 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/nzbhydra2 home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://github.com/theotherp/nzbhydra2 - https://github.com/theotherp/nzbhydra2
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# nzbhydra2 # nzbhydra2
![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: v3.8.1](https://img.shields.io/badge/AppVersion-v3.8.1-informational?style=flat-square) ![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: v3.14.0](https://img.shields.io/badge/AppVersion-v3.14.0-informational?style=flat-square)
Usenet meta search Usenet meta search
@ -8,8 +8,8 @@ Usenet meta search
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/nzbhydra2>
* <https://github.com/theotherp/nzbhydra2> * <https://github.com/theotherp/nzbhydra2>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/nzbhydra2"` | | | image.repository | string | `"ghcr.io/k8s-at-home/nzbhydra2"` | |
| image.tag | string | `"version-v3.8.1"` | | | image.tag | string | `"v3.14.0"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -116,6 +116,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [8.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -130,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[8.0.0]: #8.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [8.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[8.0.0]: #8.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,9 +6,9 @@
# #
image: image:
repository: linuxserver/nzbhydra2 repository: ghcr.io/k8s-at-home/nzbhydra2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v3.8.1 tag: v3.14.0
strategy: strategy:
type: Recreate type: Recreate

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 4.3.0 appVersion: v4.3.4.1
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: 9.3.1 version: 10.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- qbittorrent - qbittorrent
@ -10,7 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/qbittorrent home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://github.com/qbittorrent/qBittorrent
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# qbittorrent # qbittorrent
![Version: 9.2.0](https://img.shields.io/badge/Version-9.2.0-informational?style=flat-square) ![AppVersion: 4.3.0](https://img.shields.io/badge/AppVersion-4.3.0-informational?style=flat-square) ![Version: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![AppVersion: v4.3.4.1](https://img.shields.io/badge/AppVersion-v4.3.4.1-informational?style=flat-square)
qBittorrent is a cross-platform free and open-source BitTorrent client qBittorrent is a cross-platform free and open-source BitTorrent client
@ -8,7 +8,8 @@ qBittorrent is a cross-platform free and open-source BitTorrent client
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/qbittorrent/> * <https://github.com/qbittorrent/qBittorrent>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -18,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -81,8 +82,8 @@ N/A
| additionalVolumes[0].name | string | `"qbittorrent-scripts"` | | | additionalVolumes[0].name | string | `"qbittorrent-scripts"` | |
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/qbittorrent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/qbittorrent"` | |
| image.tag | string | `"version-4.3.0202010181232-7086-1c663adeeubuntu18.04.1"` | | | image.tag | string | `"v4.3.4.1"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -108,6 +109,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -122,6 +129,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[10.0.0]: #10.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[10.0.0]: #10.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,18 +6,15 @@
# #
image: image:
repository: linuxserver/qbittorrent repository: ghcr.io/k8s-at-home/qbittorrent
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-4.3.0202010181232-7086-1c663adeeubuntu18.04.1 tag: v4.3.4.1
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
# UMASK: 022
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 3.0.2.4552 appVersion: v3.0.2.4552
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: 10.3.1 version: 11.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- radarr - radarr
@ -12,7 +12,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/radarr
icon: https://github.com/Radarr/Radarr/blob/aphrodite/Logo/512.png?raw=true icon: https://github.com/Radarr/Radarr/blob/aphrodite/Logo/512.png?raw=true
sources: sources:
- https://github.com/Radarr/Radarr - https://github.com/Radarr/Radarr
- https://hub.docker.com/r/linuxserver/radarr - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# radarr # radarr
![Version: 10.2.0](https://img.shields.io/badge/Version-10.2.0-informational?style=flat-square) ![AppVersion: 3.0.2.4552](https://img.shields.io/badge/AppVersion-3.0.2.4552-informational?style=flat-square) ![Version: 11.0.0](https://img.shields.io/badge/Version-11.0.0-informational?style=flat-square) ![AppVersion: v3.0.2.4552](https://img.shields.io/badge/AppVersion-v3.0.2.4552-informational?style=flat-square)
A fork of Sonarr to work with movies à la Couchpotato A fork of Sonarr to work with movies à la Couchpotato
@ -9,7 +9,7 @@ A fork of Sonarr to work with movies à la Couchpotato
## Source Code ## Source Code
* <https://github.com/Radarr/Radarr> * <https://github.com/Radarr/Radarr>
* <https://hub.docker.com/r/linuxserver/radarr> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/radarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/radarr"` | |
| image.tag | string | `"version-3.0.2.4552"` | | | image.tag | string | `"v3.0.2.4552"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -99,8 +99,8 @@ N/A
| probes.liveness.spec.timeoutSeconds | int | `10` | | | probes.liveness.spec.timeoutSeconds | int | `10` | |
| prometheus.podMonitor.additionalLabels | object | `{}` | | | prometheus.podMonitor.additionalLabels | object | `{}` | |
| prometheus.podMonitor.enabled | bool | `false` | | | prometheus.podMonitor.enabled | bool | `false` | |
| prometheus.podMonitor.interval | string | `"1m"` | | | prometheus.podMonitor.interval | string | `"3m"` | |
| prometheus.podMonitor.scrapeTimeout | string | `"1m30s"` | | | prometheus.podMonitor.scrapeTimeout | string | `"1m"` | |
| service.port.port | int | `7878` | | | service.port.port | int | `7878` | |
| strategy.type | string | `"Recreate"` | | | strategy.type | string | `"Recreate"` | |
@ -110,6 +110,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -124,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[11.0.0]: #11.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[11.0.0]: #11.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,9 +6,9 @@
# #
image: image:
repository: linuxserver/radarr repository: ghcr.io/k8s-at-home/radarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.0.2.4552 tag: v3.0.2.4552
strategy: strategy:
type: Recreate type: Recreate
@ -74,8 +74,8 @@ persistence:
prometheus: prometheus:
podMonitor: podMonitor:
enabled: false enabled: false
interval: 1m interval: 3m
scrapeTimeout: 1m30s scrapeTimeout: 1m
additionalLabels: {} additionalLabels: {}
# # When using the prometheus.podMonitor the following # # When using the prometheus.podMonitor the following

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.1.0.351 appVersion: v0.1.0.587
description: A fork of Radarr to work with Books & AudioBooks description: A fork of Radarr to work with Books & AudioBooks
name: readarr name: readarr
version: 3.3.1 version: 4.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- readarr - readarr
@ -14,7 +14,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/readarr
icon: https://readarr.com/img/logo.png icon: https://readarr.com/img/logo.png
sources: sources:
- https://github.com/Readarr/Readarr - https://github.com/Readarr/Readarr
- https://readarr.com - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: mcmarkj - name: mcmarkj
email: mark@markmcw.uk email: mark@markmcw.uk

View File

@ -1,6 +1,6 @@
# readarr # readarr
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 0.1.0.351](https://img.shields.io/badge/AppVersion-0.1.0.351-informational?style=flat-square) ![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: v0.1.0.587](https://img.shields.io/badge/AppVersion-v0.1.0.587-informational?style=flat-square)
A fork of Radarr to work with Books & AudioBooks A fork of Radarr to work with Books & AudioBooks
@ -9,7 +9,7 @@ A fork of Radarr to work with Books & AudioBooks
## Source Code ## Source Code
* <https://github.com/Readarr/Readarr> * <https://github.com/Readarr/Readarr>
* <https://readarr.com> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -79,8 +79,8 @@ helm install readarr k8s-at-home/readarr -f values.yaml
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"hotio/readarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/readarr"` | |
| image.tag | string | `"nightly"` | | | image.tag | string | `"v0.1.0.587"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -107,6 +107,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -121,6 +127,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[4.0.0]: #4.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[4.0.0]: #4.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,15 @@
# #
image: image:
repository: hotio/readarr repository: ghcr.io/k8s-at-home/readarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: nightly tag: v0.1.0.587
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 3.1.0 appVersion: v3.2.1
description: Free and easy binary newsreader description: Free and easy binary newsreader
name: sabnzbd name: sabnzbd
version: 6.3.1 version: 7.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- sabnzbd - sabnzbd
@ -10,8 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/sabnzbd home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://sabnzbd.org/ - https://sabnzbd.org/
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# sabnzbd # sabnzbd
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) ![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: v3.2.1](https://img.shields.io/badge/AppVersion-v3.2.1-informational?style=flat-square)
Free and easy binary newsreader Free and easy binary newsreader
@ -8,8 +8,8 @@ Free and easy binary newsreader
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/sabnzbd/>
* <https://sabnzbd.org/> * <https://sabnzbd.org/>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -83,8 +83,8 @@ You can do one of two things to solve this issue:
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/sabnzbd"` | | | image.repository | string | `"ghcr.io/k8s-at-home/sabnzbd"` | |
| image.tag | string | `"version-3.1.0"` | | | image.tag | string | `"v3.2.1"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -103,6 +103,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [7.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -117,6 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[7.0.0]: #7.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [7.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[7.0.0]: #7.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,16 @@
# #
image: image:
repository: linuxserver/sabnzbd repository: ghcr.io/k8s-at-home/sabnzbd
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.1.0 tag: v3.2.1
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001 # HOST_WHITELIST_ENTRIES:
# PGID: 1001
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 3.0.4.993 appVersion: v3.0.6.1196
description: Smart PVR for newsgroup and bittorrent users description: Smart PVR for newsgroup and bittorrent users
name: sonarr name: sonarr
version: 10.3.1 version: 11.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- sonarr - sonarr
@ -12,7 +12,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/sonarr
icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true
sources: sources:
- https://github.com/Sonarr/Sonarr - https://github.com/Sonarr/Sonarr
- https://hub.docker.com/r/linuxserver/sonarr - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# sonarr # sonarr
![Version: 10.2.0](https://img.shields.io/badge/Version-10.2.0-informational?style=flat-square) ![AppVersion: 3.0.4.993](https://img.shields.io/badge/AppVersion-3.0.4.993-informational?style=flat-square) ![Version: 11.0.0](https://img.shields.io/badge/Version-11.0.0-informational?style=flat-square) ![AppVersion: v3.0.6.1196](https://img.shields.io/badge/AppVersion-v3.0.6.1196-informational?style=flat-square)
Smart PVR for newsgroup and bittorrent users Smart PVR for newsgroup and bittorrent users
@ -9,7 +9,7 @@ Smart PVR for newsgroup and bittorrent users
## Source Code ## Source Code
* <https://github.com/Sonarr/Sonarr> * <https://github.com/Sonarr/Sonarr>
* <https://hub.docker.com/r/linuxserver/sonarr> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/sonarr"` | | | image.repository | string | `"ghcr.io/k8s-at-home/sonarr"` | |
| image.tag | string | `"version-3.0.4.993"` | | | image.tag | string | `"v3.0.6.1196"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -99,8 +99,8 @@ N/A
| probes.liveness.spec.timeoutSeconds | int | `10` | | | probes.liveness.spec.timeoutSeconds | int | `10` | |
| prometheus.podMonitor.additionalLabels | object | `{}` | | | prometheus.podMonitor.additionalLabels | object | `{}` | |
| prometheus.podMonitor.enabled | bool | `false` | | | prometheus.podMonitor.enabled | bool | `false` | |
| prometheus.podMonitor.interval | string | `"1m"` | | | prometheus.podMonitor.interval | string | `"3m"` | |
| prometheus.podMonitor.scrapeTimeout | string | `"1m30s"` | | | prometheus.podMonitor.scrapeTimeout | string | `"1m"` | |
| service.port.port | int | `8989` | | | service.port.port | int | `8989` | |
| strategy.type | string | `"Recreate"` | | | strategy.type | string | `"Recreate"` | |
@ -110,6 +110,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -124,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[11.0.0]: #11.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [11.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[11.0.0]: #11.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,15 @@
# #
image: image:
repository: linuxserver/sonarr repository: ghcr.io/k8s-at-home/sonarr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.0.4.993 tag: v3.0.6.1196
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
service: service:
port: port:
@ -74,8 +72,8 @@ persistence:
prometheus: prometheus:
podMonitor: podMonitor:
enabled: false enabled: false
interval: 1m interval: 3m
scrapeTimeout: 1m30s scrapeTimeout: 1m
additionalLabels: {} additionalLabels: {}
# # When using the prometheus.podMonitor the following # # When using the prometheus.podMonitor the following

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v2.6.6 appVersion: v2.7.0
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: 8.3.1 version: 9.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- tautulli - tautulli
@ -11,7 +11,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/tautulli
icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true
sources: sources:
- https://github.com/Tautulli/Tautulli - https://github.com/Tautulli/Tautulli
- https://hub.docker.com/r/tautulli/tautulli - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# tautulli # tautulli
![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat-square) ![AppVersion: v2.6.6](https://img.shields.io/badge/AppVersion-v2.6.6-informational?style=flat-square) ![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square) ![AppVersion: v2.7.0](https://img.shields.io/badge/AppVersion-v2.7.0-informational?style=flat-square)
A Python based monitoring and tracking tool for Plex Media Server A Python based monitoring and tracking tool for Plex Media Server
@ -9,7 +9,7 @@ A Python based monitoring and tracking tool for Plex Media Server
## Source Code ## Source Code
* <https://github.com/Tautulli/Tautulli> * <https://github.com/Tautulli/Tautulli>
* <https://hub.docker.com/r/tautulli/tautulli> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tautulli/tautulli"` | | | image.repository | string | `"ghcr.io/k8s-at-home/tautulli"` | |
| image.tag | string | `"v2.6.6"` | | | image.tag | string | `"v2.7.0"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -92,6 +92,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -106,6 +112,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [9.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [1.0.0] ### [1.0.0]
#### Added #### Added
@ -23,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A - N/A
[9.0.0]: #9.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,17 +6,15 @@
# #
image: image:
repository: tautulli/tautulli repository: ghcr.io/k8s-at-home/tautulli
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.6.6 tag: v2.7.0
strategy: strategy:
type: Recreate type: Recreate
env: {} env: {}
# TZ: UTC # TZ: UTC
# PUID: 1001
# PGID: 1001
service: service:
port: port:

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 3.0.0 appVersion: v3.00
description: Transmission is a cross-platform BitTorrent client description: Transmission is a cross-platform BitTorrent client
name: transmission name: transmission
version: 3.3.1 version: 4.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- transmission - transmission
@ -10,8 +10,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/transmission home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/transmission
icon: https://github.com/transmission/transmission/raw/master/extras/transmission-1920.jpg icon: https://github.com/transmission/transmission/raw/master/extras/transmission-1920.jpg
sources: sources:
- https://hub.docker.com/r/linuxserver/transmission - https://github.com/transmission/transmission
- https://github.com/k8s-at-home/charts/tree/master/charts/transmission - https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: ishioni - name: ishioni
email: helm@movishell.pl email: helm@movishell.pl

View File

@ -1,6 +1,6 @@
# transmission # transmission
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) ![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
Transmission is a cross-platform BitTorrent client Transmission is a cross-platform BitTorrent client
@ -8,8 +8,8 @@ Transmission is a cross-platform BitTorrent client
## Source Code ## Source Code
* <https://hub.docker.com/r/linuxserver/transmission> * <https://github.com/transmission/transmission>
* <https://github.com/k8s-at-home/charts/tree/master/charts/transmission> * <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"linuxserver/transmission"` | | | image.repository | string | `"ghcr.io/k8s-at-home/transmission"` | |
| image.tag | string | `"version-3.00-r2"` | | | image.tag | string | `"v3.00"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |
@ -186,6 +186,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [2.0.0] ### [2.0.0]
#### Changed #### Changed
@ -198,6 +204,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial commit - Initial commit
[4.0.0]: #4.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
## Support ## Support

View File

@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.0.0]
#### Changed
- **Breaking**: swap linuxserver.io images for k8s@home image
### [2.0.0] ### [2.0.0]
#### Changed #### Changed
@ -21,5 +27,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial commit - Initial commit
[4.0.0]: #4.0.0
[1.0.0]: #1.0.0 [1.0.0]: #1.0.0
{{- end -}} {{- end -}}

View File

@ -6,9 +6,9 @@
# #
image: image:
repository: linuxserver/transmission repository: ghcr.io/k8s-at-home/transmission
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-3.00-r2 tag: v3.00
strategy: strategy:
type: Recreate type: Recreate

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 2.1.2.0120 appVersion: v2.2.0.200
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: 6.3.1 version: 6.3.2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- xteve - xteve
@ -12,8 +12,8 @@ keywords:
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/xteve home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/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://github.com/xteve-project/xTeVe - https://github.com/xteve-project/xTeVe
- https://github.com/k8s-at-home/container-images
maintainers: maintainers:
- name: billimek - name: billimek
email: jeff@billimek.com email: jeff@billimek.com

View File

@ -1,6 +1,6 @@
# xteve # xteve
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 2.1.2.0120](https://img.shields.io/badge/AppVersion-2.1.2.0120-informational?style=flat-square) ![Version: 6.3.2](https://img.shields.io/badge/Version-6.3.2-informational?style=flat-square) ![AppVersion: v2.2.0.200](https://img.shields.io/badge/AppVersion-v2.2.0.200-informational?style=flat-square)
M3U Proxy for Plex DVR and Emby Live TV. M3U Proxy for Plex DVR and Emby Live TV.
@ -8,8 +8,8 @@ M3U Proxy for Plex DVR and Emby Live TV.
## Source Code ## Source Code
* <https://xteve.de>
* <https://github.com/xteve-project/xTeVe> * <https://github.com/xteve-project/xTeVe>
* <https://github.com/k8s-at-home/container-images>
## Requirements ## Requirements
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 | | https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR ## TL;DR
@ -78,8 +78,8 @@ N/A
|-----|------|---------|-------------| |-----|------|---------|-------------|
| env | object | `{}` | | | env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | | | image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"k8sathome/xteve"` | | | image.repository | string | `"ghcr.io/k8s-at-home/xteve"` | |
| image.tag | string | `"v2.1.2.0120"` | | | image.tag | string | `"v2.2.0.200"` | |
| ingress.enabled | bool | `false` | | | ingress.enabled | bool | `false` | |
| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | |
| persistence.config.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | |

View File

@ -6,9 +6,9 @@
# #
image: image:
repository: k8sathome/xteve repository: ghcr.io/k8s-at-home/xteve
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.1.2.0120 tag: v2.2.0.200
strategy: strategy:
type: Recreate type: Recreate