Compare commits

...

17 Commits

Author SHA1 Message Date
k8s-at-home[bot]
d7895d8672 chore: Auto-update chart README [skip ci] 2022-04-17 18:04:05 +00:00
Rytis Ilciukas
66a65617cc [Plex] Update Plex image to v1.25.9.5721-965587f64 (#1508)
* Update Plex to v1.25.9.5721-965587f64

* add change annotation

* use chart.appVersion as default image tag
2022-04-17 14:03:36 -04:00
k8s-at-home[bot]
506dccddc7 chore: Auto-update chart README [skip ci] 2022-04-17 14:08:51 +00:00
Karan Samani
22492639cb [bazarr] Updated Docker image to v1.0.3 (#1511)
Signed-off-by: Karan Samani <karan_samani@yahoo.co.in>
2022-04-17 10:08:28 -04:00
k8s-at-home[bot]
091c7c735b chore: Auto-update chart README [skip ci] 2022-04-17 14:05:55 +00:00
Karan Samani
4c4c47d415 [jackett] Update jackett docker image to v0.20.892 (#1512)
Signed-off-by: Karan Samani <karan_samani@yahoo.co.in>
2022-04-17 10:05:29 -04:00
k8s-at-home[bot]
8b9568109b chore: Auto-update chart README [skip ci] 2022-04-17 13:55:58 +00:00
Karan Samani
82b28dda47 [qbittorrent] Updated Docker image to v4.4.2 (#1510) 2022-04-17 09:54:59 -04:00
k8s-at-home[bot]
567758c75b chore: Auto-update chart README [skip ci] 2022-04-17 13:54:46 +00:00
Karan Samani
a93974a6d4 [radarr] Updated docker image to version v4.1.0.6175 (#1513) 2022-04-17 09:54:25 -04:00
k8s-at-home[bot]
da65604a53 chore: Auto-update chart README [skip ci] 2022-04-17 13:53:38 +00:00
Karan Samani
e420963bdd [sonarr] Uplifted Sonarr version to v3.0.7.1477 (#1509) 2022-04-17 09:53:11 -04:00
k8s-at-home[bot]
b9634fda7c chore: Auto-update chart README [skip ci] 2022-04-17 13:01:47 +00:00
Johannes Kastl
9591420716 uptime-kuma: update appVersion to 1.14.0 (#1506) 2022-04-17 09:01:23 -04:00
renovate[bot]
cb104ea594 chore(deps): update dawidd6/action-download-artifact action to v2.19.0 (#1514)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-17 09:00:36 -04:00
renovate[bot]
6d5ee6ce91 chore(deps): update dawidd6/action-download-artifact action to v2.18.0 (#1504)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 08:16:16 -04:00
k8s-at-home[bot]
e24bb4275d Auto-generate chart summary [no ci] 2022-04-14 05:47:42 +00:00
22 changed files with 62 additions and 62 deletions

View File

@@ -26,7 +26,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.17.0
uses: dawidd6/action-download-artifact@v2.19.0
with:
github_token: ${{ steps.generate-token.outputs.token }}
workflow: pr-validate.yaml

View File

@@ -35,6 +35,7 @@
| [error-pages](stable/error-pages) | Server error pages in the docker image |
| [esphome](stable/esphome) | ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. |
| [facebox](stable/facebox) | Facebox detects and identifies faces in photos. You can teach facebox with as little as one sample image. |
| [factorio](stable/factorio) | Factorio dedicated steam game server |
| [filebrowser](stable/filebrowser) | filebrowser provides a file managing interface within a specified directory |
| [flaresolverr](stable/flaresolverr) | FlareSolverr is a proxy server to bypass Cloudflare protection |
| [flood](stable/flood) | Flood is a monitoring service for various torrent clients |

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.9.9
appVersion: v1.0.3
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
name: bazarr
version: 10.3.0
version: 10.4.0
kubeVersion: ">=1.16.0-0"
keywords:
- bazarr
@@ -26,4 +26,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Updated to use the latest docker image.

View File

@@ -1,6 +1,6 @@
# bazarr
![Version: 10.3.0](https://img.shields.io/badge/Version-10.3.0-informational?style=flat-square) ![AppVersion: v0.9.9](https://img.shields.io/badge/AppVersion-v0.9.9-informational?style=flat-square)
![Version: 10.4.0](https://img.shields.io/badge/Version-10.4.0-informational?style=flat-square) ![AppVersion: v1.0.3](https://img.shields.io/badge/AppVersion-v1.0.3-informational?style=flat-square)
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
@@ -80,14 +80,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | image repository |
| image.tag | string | `"v0.9.9"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 10.3.0
### Version 10.4.0
#### Added
@@ -95,7 +95,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Updated to use the latest docker image.
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/bazarr
# -- image tag
tag: v0.9.9
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.18.791
appVersion: v0.20.892
description: API Support for your favorite torrent trackers
name: jackett
version: 11.3.0
version: 11.4.0
kubeVersion: ">=1.16.0-0"
keywords:
- jackett
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Updated the docker image to the latest version v0.20.892.

View File

@@ -1,6 +1,6 @@
# jackett
![Version: 11.3.0](https://img.shields.io/badge/Version-11.3.0-informational?style=flat-square) ![AppVersion: v0.18.791](https://img.shields.io/badge/AppVersion-v0.18.791-informational?style=flat-square)
![Version: 11.4.0](https://img.shields.io/badge/Version-11.4.0-informational?style=flat-square) ![AppVersion: v0.20.892](https://img.shields.io/badge/AppVersion-v0.20.892-informational?style=flat-square)
API Support for your favorite torrent trackers
@@ -80,14 +80,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | image repository |
| image.tag | string | `"v0.18.791"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 11.3.0
### Version 11.4.0
#### Added
@@ -95,7 +95,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Updated the docker image to the latest version v0.20.892.
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/jackett
# -- image tag
tag: v0.18.791
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v1.24.1.4931-1a38e63c6
appVersion: v1.25.9.5721-965587f64
description: Plex Media Server
name: plex
version: 6.2.0
version: 6.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- plex
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Update image to v1.25.9.5721-965587f64.

View File

@@ -1,6 +1,6 @@
# plex
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v1.24.1.4931-1a38e63c6](https://img.shields.io/badge/AppVersion-v1.24.1.4931--1a38e63c6-informational?style=flat-square)
![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: v1.25.9.5721-965587f64](https://img.shields.io/badge/AppVersion-v1.25.9.5721--965587f64-informational?style=flat-square)
Plex Media Server
@@ -81,7 +81,7 @@ N/A
| hostNetwork | bool | `false` | Enable devices to be discoverable |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/plex"` | image repository |
| image.tag | string | `"v1.24.1.4931-1a38e63c6"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
@@ -90,7 +90,7 @@ N/A
## Changelog
### Version 6.2.0
### Version 6.2.1
#### Added
@@ -98,7 +98,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Update image to v1.25.9.5721-965587f64.
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/plex
# -- image tag
tag: v1.24.1.4931-1a38e63c6
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v4.3.7
appVersion: v4.4.2
description: qBittorrent is a cross-platform free and open-source BitTorrent client
name: qbittorrent
version: 13.2.0
version: 13.3.0
kubeVersion: ">=1.16.0-0"
keywords:
- qbittorrent
@@ -22,4 +22,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
description: Updated docker image to be the latest one.

View File

@@ -1,6 +1,6 @@
# qbittorrent
![Version: 13.2.0](https://img.shields.io/badge/Version-13.2.0-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square)
![Version: 13.3.0](https://img.shields.io/badge/Version-13.3.0-informational?style=flat-square) ![AppVersion: v4.4.2](https://img.shields.io/badge/AppVersion-v4.4.2-informational?style=flat-square)
qBittorrent is a cross-platform free and open-source BitTorrent client
@@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/qbittorrent"` | image repository |
| image.tag | string | `"v4.3.7"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| metrics.enabled | bool | See values.yaml | Enable and configure prometheus-qbittorrent-exporter sidecar and Prometheus podMonitor. |
| metrics.exporter.env.logLevel | string | `"INFO"` | log level [DEBUG|INFO|WARNING|ERROR|CRITICAL] |
@@ -101,7 +101,7 @@ N/A
## Changelog
### Version 13.2.0
### Version 13.3.0
#### Added
@@ -109,7 +109,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version `4.3.0`.
* Updated docker image to be the latest one.
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/qbittorrent
# -- image tag
tag: v4.3.7
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v3.2.2.5080
appVersion: v4.1.0.6175
description: A fork of Sonarr to work with movies à la Couchpotato
name: radarr
version: 16.0.1
version: 16.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- radarr
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Inherit persistence.config.subPath in metrics exporter
description: Updated docker image to version v4.1.0.6175

View File

@@ -1,6 +1,6 @@
# radarr
![Version: 16.0.1](https://img.shields.io/badge/Version-16.0.1-informational?style=flat-square) ![AppVersion: v3.2.2.5080](https://img.shields.io/badge/AppVersion-v3.2.2.5080-informational?style=flat-square)
![Version: 16.1.0](https://img.shields.io/badge/Version-16.1.0-informational?style=flat-square) ![AppVersion: v4.1.0.6175](https://img.shields.io/badge/AppVersion-v4.1.0.6175-informational?style=flat-square)
A fork of Sonarr to work with movies à la Couchpotato
@@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/radarr"` | image repository |
| image.tag | string | `"v3.2.2.5080"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| metrics.enabled | bool | See values.yaml | Enable and configure Exportarr sidecar and Prometheus serviceMonitor. |
| metrics.exporter.env.additionalMetrics | bool | `false` | Set to true to enable gathering of additional metrics (slow) |
@@ -100,7 +100,7 @@ N/A
## Changelog
### Version 16.0.1
### Version 16.1.0
#### Added
@@ -108,7 +108,7 @@ N/A
#### Changed
* Inherit persistence.config.subPath in metrics exporter
* Updated docker image to version v4.1.0.6175
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/radarr
# -- image tag
tag: v3.2.2.5080
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v3.0.6.1342
appVersion: v3.0.7.1477
description: Smart PVR for newsgroup and bittorrent users
name: sonarr
version: 16.0.1
version: 16.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- sonarr
@@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Inherit persistence.config.subPath in metrics exporter
description: Changed docker image version to the latest one.

View File

@@ -1,6 +1,6 @@
# sonarr
![Version: 16.0.1](https://img.shields.io/badge/Version-16.0.1-informational?style=flat-square) ![AppVersion: v3.0.6.1342](https://img.shields.io/badge/AppVersion-v3.0.6.1342-informational?style=flat-square)
![Version: 16.1.0](https://img.shields.io/badge/Version-16.1.0-informational?style=flat-square) ![AppVersion: v3.0.7.1477](https://img.shields.io/badge/AppVersion-v3.0.7.1477-informational?style=flat-square)
Smart PVR for newsgroup and bittorrent users
@@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/sonarr"` | image repository |
| image.tag | string | `"v3.0.6.1342"` | image tag |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| metrics.enabled | bool | See values.yaml | Enable and configure Exportarr sidecar and Prometheus serviceMonitor. |
| metrics.exporter.env.additionalMetrics | bool | `false` | Set to true to enable gathering of additional metrics (slow) |
@@ -100,7 +100,7 @@ N/A
## Changelog
### Version 16.0.1
### Version 16.1.0
#### Added
@@ -108,7 +108,7 @@ N/A
#### Changed
* Inherit persistence.config.subPath in metrics exporter
* Changed docker image version to the latest one.
#### Fixed

View File

@@ -8,8 +8,8 @@
image:
# -- image repository
repository: ghcr.io/k8s-at-home/sonarr
# -- image tag
tag: v3.0.6.1342
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.13.1
appVersion: 1.14.0
description: A fancy self-hosted monitoring tool for your websites and applications
name: uptime-kuma
version: 1.2.0
version: 1.2.1
kubeVersion: ">=1.16.0-0"
keywords:
- uptime-kuma
@@ -21,7 +21,6 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.3.0
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: Update appVersion to v1.13.1, including a security fix in v1.11.4 ('Update vulnerable packages') and v1.12.1 ('Update axios to 0.26.0 due to vulnerability')
description: Update appVersion to 1.14.0

View File

@@ -1,6 +1,6 @@
# uptime-kuma
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 1.13.1](https://img.shields.io/badge/AppVersion-1.13.1-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
A fancy self-hosted monitoring tool for your websites and applications
@@ -86,7 +86,7 @@ N/A
## Changelog
### Version 1.2.0
### Version 1.2.1
#### Added
@@ -94,7 +94,7 @@ N/A
#### Changed
* Update appVersion to v1.13.1, including a security fix in v1.11.4 ('Update vulnerable packages') and v1.12.1 ('Update axios to 0.26.0 due to vulnerability')
* Update appVersion to 1.14.0
#### Fixed