diff --git a/.github/workflows/charts-lint-test.yaml b/.github/workflows/charts-lint-test.yaml index 117e2979..5aa733d6 100644 --- a/.github/workflows/charts-lint-test.yaml +++ b/.github/workflows/charts-lint-test.yaml @@ -273,6 +273,10 @@ jobs: with: version: v1.19 + - name: Remove node taints + run: | + kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true + - name: Run chart-testing (install) run: ct install --config .github/ct-install.yaml --charts ${{ matrix.chart }} diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index 662ce196..930eeb3d 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.105.2 description: DNS proxy as ad-blocker for local network name: adguard-home -version: 3.0.0 +version: 3.1.0 kubeVersion: ">=1.16.0-0" keywords: - adguard-home @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index 8dffda8b..302e7dcf 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -1,6 +1,6 @@ # adguard-home -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: v0.105.2](https://img.shields.io/badge/AppVersion-v0.105.2-informational?style=flat-square) +![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: v0.105.2](https://img.shields.io/badge/AppVersion-v0.105.2-informational?style=flat-square) DNS proxy as ad-blocker for local network @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -135,4 +135,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 342b206c..b8b89797 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 10.6.2 description: Airsonic is a Free and Open Source community driven media server name: airsonic -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - airsonic @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index 8b305127..083c99c7 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -1,6 +1,6 @@ # airsonic -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 10.6.2](https://img.shields.io/badge/AppVersion-10.6.2-informational?style=flat-square) Airsonic is a Free and Open Source community driven media server @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -84,18 +84,18 @@ by not constantly monitoring media folders. | image.repository | string | `"linuxserver/airsonic"` | | | image.tag | string | `"v10.6.2-ls97"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | -| persistence.music.emptyDir | bool | `false` | | +| persistence.music.emptyDir.enabled | bool | `false` | | | persistence.music.enabled | bool | `false` | | | persistence.music.mountPath | string | `"/music"` | | -| persistence.playlists.emptyDir | bool | `false` | | +| persistence.playlists.emptyDir.enabled | bool | `false` | | | persistence.playlists.enabled | bool | `false` | | | persistence.playlists.mountPath | string | `"/playlists"` | | -| persistence.podcasts.emptyDir | bool | `false` | | +| persistence.podcasts.emptyDir.enabled | bool | `false` | | | persistence.podcasts.enabled | bool | `false` | | | persistence.podcasts.mountPath | string | `"/podcasts"` | | | service.port.port | int | `4040` | | diff --git a/charts/stable/alertmanager-bot/Chart.yaml b/charts/stable/alertmanager-bot/Chart.yaml index b373f959..e8f64360 100644 --- a/charts/stable/alertmanager-bot/Chart.yaml +++ b/charts/stable/alertmanager-bot/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.4.2 description: Bot for Prometheus Alertmanager name: alertmanager-bot -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - alertmanager @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/alertmanager-bot/README.md b/charts/stable/alertmanager-bot/README.md index 13f5f5fe..41d89d28 100644 --- a/charts/stable/alertmanager-bot/README.md +++ b/charts/stable/alertmanager-bot/README.md @@ -1,6 +1,6 @@ # alertmanager-bot -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square) Bot for Prometheus Alertmanager @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,7 +82,7 @@ N/A | image.repository | string | `"metalmatze/alertmanager-bot"` | | | image.tag | string | `"0.4.2"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | probes.liveness.enabled | bool | `false` | | | probes.readiness.enabled | bool | `false` | | diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index e9194260..022900e0 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.5 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 -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - appdaemon @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index 6fd40c39..00afc094 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -1,6 +1,6 @@ # appdaemon -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square) +![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) 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. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,7 +80,7 @@ N/A | image.repository | string | `"k8sathome/appdaemon"` | | | image.tag | string | `"v4.0.5"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `5050` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml index addd6d54..97a85da7 100644 --- a/charts/stable/baikal/Chart.yaml +++ b/charts/stable/baikal/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.8.0 description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. name: baikal -version: 1.0.0 +version: 1.1.0 kubeVersion: ">=1.16.0-0" keywords: - baikal @@ -21,7 +21,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: mariadb version: 9.3.6 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/baikal/README.md b/charts/stable/baikal/README.md index 6c633634..8651b331 100644 --- a/charts/stable/baikal/README.md +++ b/charts/stable/baikal/README.md @@ -1,6 +1,6 @@ # baikal -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars. @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 5d886621..ba72db7b 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/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: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - bazarr @@ -22,4 +22,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index 92ecc181..5ffd96ef 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -1,6 +1,6 @@ # bazarr -![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: v0.9.0.5](https://img.shields.io/badge/AppVersion-v0.9.0.5-informational?style=flat-square) +![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) Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/bazarr"` | | | image.tag | string | `"version-v0.9.0.5"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.port.port | int | `6767` | | diff --git a/charts/stable/bitwardenrs/Chart.yaml b/charts/stable/bitwardenrs/Chart.yaml index f258129d..c0b67c73 100644 --- a/charts/stable/bitwardenrs/Chart.yaml +++ b/charts/stable/bitwardenrs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bitwardenrs description: Unofficial Bitwarden compatible server written in Rust type: application -version: 2.1.3 +version: 2.1.4 appVersion: 1.18.0 keywords: - bitwarden diff --git a/charts/stable/bitwardenrs/README.md b/charts/stable/bitwardenrs/README.md index d79f4dbc..46a1d93e 100644 --- a/charts/stable/bitwardenrs/README.md +++ b/charts/stable/bitwardenrs/README.md @@ -1,6 +1,6 @@ # bitwardenrs -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square) +![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square) Unofficial Bitwarden compatible server written in Rust @@ -195,4 +195,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml index b61b05ae..127955be 100644 --- a/charts/stable/blocky/Chart.yaml +++ b/charts/stable/blocky/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.13 description: DNS proxy as ad-blocker for local network name: blocky -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - blocky @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/blocky/README.md b/charts/stable/blocky/README.md index a73a8923..cf1c31d9 100644 --- a/charts/stable/blocky/README.md +++ b/charts/stable/blocky/README.md @@ -1,6 +1,6 @@ # blocky -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: v0.13](https://img.shields.io/badge/AppVersion-v0.13-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v0.13](https://img.shields.io/badge/AppVersion-v0.13-informational?style=flat-square) DNS proxy as ad-blocker for local network @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -75,7 +75,7 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| config | string | `"upstream:\n # these external DNS resolvers will be used. Blocky picks 2 random resolvers from the list for each query\n # format for resolver: [net:]host:[port][/path]. net could be empty (default, shortcut for tcp+udp), tcp+udp, tcp, udp, tcp-tls or https (DoH). If port is empty, default port will be used (53 for udp and tcp, 853 for tcp-tls, 443 for https (Doh))\n externalResolvers:\n - 46.182.19.48\n - 80.241.218.68\n - tcp-tls:fdns1.dismail.de:853\n - https://dns.digitale-gesellschaft.ch/dns-query\n\n# optional: custom IP address for domain name (with all sub-domains)\n# example: query \"printer.lan\" or \"my.printer.lan\" will return 192.168.178.3\ncustomDNS:\n mapping:\n printer.lan: 192.168.178.3\n\n# optional: definition, which DNS resolver(s) should be used for queries to the domain (with all sub-domains). Multiple resolvers must be separated by comma\n# Example: Query client.fritz.box will ask DNS server 192.168.178.1. This is necessary for local network, to resolve clients by host name\nconditional:\n mapping:\n fritz.box: udp:192.168.178.1\n lan.net: udp:192.168.178.1,udp:192.168.178.2\n\n# optional: use black and white lists to block queries (for example ads, trackers, adult pages etc.)\nblocking:\n # definition of blacklist groups. Can be external link (http/https) or local file\n blackLists:\n ads:\n - https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt\n - https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n - https://mirror1.malwaredomains.com/files/justdomains\n - http://sysctl.org/cameleon/hosts\n - https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist\n - https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt\n special:\n - https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts\n # definition of whitelist groups. Attention: if the same group has black and whitelists, whitelists will be used to disable particular blacklist entries. If a group has only whitelist entries -> this means only domains from this list are allowed, all other domains will be blocked\n whiteLists:\n ads:\n - whitelist.txt\n # definition: which groups should be applied for which client\n clientGroupsBlock:\n # default will be used, if no special definition for a client name exists\n default:\n - ads\n - special\n # use client name (with wildcard support: * - sequence of any characters, [0-9] - range)\n # or single ip address / client subnet as CIDR notation\n laptop*:\n - ads\n 192.168.178.1/24:\n - special\n # which response will be sent, if query is blocked:\n # zeroIp: 0.0.0.0 will be returned (default)\n # nxDomain: return NXDOMAIN as return code\n # comma separated list of destination IP adresses (for example: 192.100.100.15, 2001:0db8:85a3:08d3:1319:8a2e:0370:7344). Should contain ipv4 and ipv6 to cover all query types. Useful with running web server on this address to display the \"blocked\" page.\n blockType: zeroIp\n # optional: automatically list refresh period in minutes. Default: 4h.\n # Negative value -> deactivate automatically refresh.\n # 0 value -> use default\n refreshPeriod: 0\n\n# optional: configuration for caching of DNS responses\ncaching:\n # amount in minutes, how long a response must be cached (min value).\n # If <=0, use response's TTL, if >0 use this value, if TTL is smaller\n # Default: 0\n minTime: 5\n # amount in minutes, how long a response must be cached (max value).\n # If <0, do not cache responses\n # If 0, use TTL\n # If > 0, use this value, if TTL is greater\n # Default: 0\n maxTime: -1\n # if true, will preload DNS results for often used queries (names queried more than 5 times in a 2 hour time window)\n # this improves the response time for often used queries, but significantly increases external traffic\n # default: false\n prefetching: true\n\n# optional: configuration of client name resolution\nclientLookup:\n # optional: this DNS resolver will be used to perform reverse DNS lookup (typically local router)\n upstream: udp:192.168.178.1\n # optional: some routers return multiple names for client (host name and user defined name). Define which single name should be used.\n # Example: take second name if present, if not take first name\n singleNameOrder:\n - 2\n - 1\n # optional: custom mapping of client name to IP addresses. Useful if reverse DNS does not work properly or just to have custom client names.\n clients:\n laptop:\n - 192.168.178.29\n\n# optional: configuration for prometheus metrics endpoint\n# prometheus:\n# # enabled if true\n# enable: true\n# # url path, optional (default '/metrics')\n# path: /metrics\n\n# optional: write query information (question, answer, client, duration etc) to daily csv file\n# queryLog:\n# # directory (should be mounted as volume in docker)\n# dir: /logs\n# # if true, write one file per client. Writes all queries to single file otherwise\n# perClient: true\n# # if > 0, deletes log files which are older than ... days\n# logRetentionDays: 7\n\n# optional: DNS listener port and bind ip address, default 53 (UDP and TCP). Example: 53, :53, 127.0.0.1:53\nport: 53\n# optional: HTTP listener port, default 0 = no http listener. If > 0, will be used for prometheus metrics, pprof, REST API, DoH ...\nhttpPort: 4000\n# optional: HTTPS listener port, default 0 = no http listener. If > 0, will be used for prometheus metrics, pprof, REST API, DoH...\n#httpsPort: 443\n# mandatory, if https port > 0: path to cert and key file for SSL encryption\n#httpsCertFile: server.crt\n#httpsKeyFile: server.key\n# optional: use this DNS server to resolve blacklist urls and upstream DNS servers (DOH). Useful if no DNS resolver is configured and blocky needs to resolve a host name. Format net:IP:port, net must be udp or tcp\nbootstrapDns: tcp:1.1.1.1\n# optional: Log level (one from debug, info, warn, error). Default: info\nlogLevel: info\n# optional: Log format (text or json). Default: text\nlogFormat: text"` | | +| config | string | `"upstream:\n # these external DNS resolvers will be used. Blocky picks 2 random resolvers from the list for each query\n # format for resolver: [net:]host:[port][/path]. net could be empty (default, shortcut for tcp+udp), tcp+udp, tcp, udp, tcp-tls or https (DoH). If port is empty, default port will be used (53 for udp and tcp, 853 for tcp-tls, 443 for https (Doh))\n externalResolvers:\n - 46.182.19.48\n - 80.241.218.68\n - tcp-tls:fdns1.dismail.de:853\n - https://dns.digitale-gesellschaft.ch/dns-query\n\n# optional: custom IP address for domain name (with all sub-domains)\n# example: query \"printer.lan\" or \"my.printer.lan\" will return 192.168.178.3\ncustomDNS:\n mapping:\n printer.lan: 192.168.178.3\n\n# optional: definition, which DNS resolver(s) should be used for queries to the domain (with all sub-domains). Multiple resolvers must be separated by comma\n# Example: Query client.fritz.box will ask DNS server 192.168.178.1. This is necessary for local network, to resolve clients by host name\nconditional:\n mapping:\n fritz.box: udp:192.168.178.1\n lan.net: udp:192.168.178.1,udp:192.168.178.2\n\n# optional: use black and white lists to block queries (for example ads, trackers, adult pages etc.)\nblocking:\n # definition of blacklist groups. Can be external link (http/https) or local file\n blackLists:\n ads:\n - https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt\n - https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts\n - https://mirror1.malwaredomains.com/files/justdomains\n - http://sysctl.org/cameleon/hosts\n - https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist\n - https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt\n special:\n - https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts\n # definition of whitelist groups. Attention: if the same group has black and whitelists, whitelists will be used to disable particular blacklist entries. If a group has only whitelist entries -> this means only domains from this list are allowed, all other domains will be blocked\n whiteLists:\n ads:\n - whitelist.txt\n # definition: which groups should be applied for which client\n clientGroupsBlock:\n # default will be used, if no special definition for a client name exists\n default:\n - ads\n - special\n # use client name (with wildcard support: * - sequence of any characters, [0-9] - range)\n # or single ip address / client subnet as CIDR notation\n laptop*:\n - ads\n 192.168.178.1/24:\n - special\n # which response will be sent, if query is blocked:\n # zeroIp: 0.0.0.0 will be returned (default)\n # nxDomain: return NXDOMAIN as return code\n # comma separated list of destination IP adresses (for example: 192.100.100.15, 2001:0db8:85a3:08d3:1319:8a2e:0370:7344). Should contain ipv4 and ipv6 to cover all query types. Useful with running web server on this address to display the \"blocked\" page.\n blockType: zeroIp\n # optional: automatically list refresh period in minutes. Default: 4h.\n # Negative value -> deactivate automatically refresh.\n # 0 value -> use default\n refreshPeriod: 0\n\n# optional: configuration for caching of DNS responses\ncaching:\n # amount in minutes, how long a response must be cached (min value).\n # If <=0, use response's TTL, if >0 use this value, if TTL is smaller\n # Default: 0\n minTime: 5\n # amount in minutes, how long a response must be cached (max value).\n # If <0, do not cache responses\n # If 0, use TTL\n # If > 0, use this value, if TTL is greater\n # Default: 0\n maxTime: -1\n # if true, will preload DNS results for often used queries (names queried more than 5 times in a 2 hour time window)\n # this improves the response time for often used queries, but significantly increases external traffic\n # default: false\n prefetching: true\n\n# optional: configuration of client name resolution\nclientLookup:\n # optional: this DNS resolver will be used to perform reverse DNS lookup (typically local router)\n upstream: udp:192.168.178.1\n # optional: some routers return multiple names for client (host name and user defined name). Define which single name should be used.\n # Example: take second name if present, if not take first name\n singleNameOrder:\n - 2\n - 1\n # optional: custom mapping of client name to IP addresses. Useful if reverse DNS does not work properly or just to have custom client names.\n clients:\n laptop:\n - 192.168.178.29\n\n# optional: configuration for prometheus metrics endpoint\n# prometheus:\n# # enabled if true\n# enable: true\n# # url path, optional (default '/metrics')\n# path: /metrics\n\n# optional: write query information (question, answer, client, duration etc) to daily csv file\n# queryLog:\n# # directory (should be mounted as volume in docker)\n# dir: /logs\n# # if true, write one file per client. Writes all queries to single file otherwise\n# perClient: true\n# # if > 0, deletes log files which are older than ... days\n# logRetentionDays: 7\n\n# optional: DNS listener port and bind ip address, default 53 (UDP and TCP). Example: 53, :53, 127.0.0.1:53\nport: 53\n# optional: HTTP listener port, default 0 = no http listener. If > 0, will be used for prometheus metrics, pprof, REST API, DoH ...\nhttpPort: 4000\n# optional: HTTPS listener port, default 0 = no http listener. If > 0, will be used for prometheus metrics, pprof, REST API, DoH...\n#httpsPort: 443\n# mandatory, if https port > 0: path to cert and key file for SSL encryption\n#httpsCertFile: server.crt\n#httpsKeyFile: server.key\n# optional: use this DNS server to resolve blacklist urls and upstream DNS servers (DOH). Useful if no DNS resolver is configured and blocky needs to resolve a host name. Format net:IP:port, net must be udp or tcp\nbootstrapDns: tcp:1.1.1.1\n# optional: Log level (one from debug, info, warn, error). Default: info\nlogLevel: info\n# optional: Log format (text or json). Default: text\nlogFormat: text\n"` | | | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"spx01/blocky"` | | diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 6dece7dc..11351a09 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2009.1.0 description: Booksonic is a platform for accessing the audibooks you own wherever you are name: booksonic-air -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - booksonic @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index ffea12d4..71c5a191 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -1,6 +1,6 @@ # booksonic-air -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: v2009.1.0](https://img.shields.io/badge/AppVersion-v2009.1.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v2009.1.0](https://img.shields.io/badge/AppVersion-v2009.1.0-informational?style=flat-square) Booksonic is a platform for accessing the audibooks you own wherever you are @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -83,15 +83,15 @@ by not constantly monitoring media folders. | image.repository | string | `"linuxserver/booksonic-air"` | | | image.tag | string | `"v2009.1.0-ls2"` | | | ingress.enabled | bool | `false` | | -| persistence.audiobooks.emptyDir | bool | `false` | | +| persistence.audiobooks.emptyDir.enabled | bool | `false` | | | persistence.audiobooks.enabled | bool | `false` | | | persistence.audiobooks.mountPath | string | `"/audiobooks"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.othermedia.emptyDir | bool | `false` | | +| persistence.othermedia.emptyDir.enabled | bool | `false` | | | persistence.othermedia.enabled | bool | `false` | | | persistence.othermedia.mountPath | string | `"/othermedia"` | | -| persistence.podcasts.emptyDir | bool | `false` | | +| persistence.podcasts.emptyDir.enabled | bool | `false` | | | persistence.podcasts.enabled | bool | `false` | | | persistence.podcasts.mountPath | string | `"/podcasts"` | | | service.port.port | int | `4040` | | diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 4b5e900a..c99ab16a 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.6.9 description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. name: calibre-web -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - calibre @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 737dd358..d2661cb0 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -1,6 +1,6 @@ # calibre-web -![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-informational?style=flat-square) ![AppVersion: 0.6.9](https://img.shields.io/badge/AppVersion-0.6.9-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 0.6.9](https://img.shields.io/badge/AppVersion-0.6.9-informational?style=flat-square) Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/calibre-web"` | | | image.tag | string | `"version-0.6.9"` | | | ingress.enabled | bool | `false` | | -| persistence.books.emptyDir | bool | `false` | | +| persistence.books.emptyDir.enabled | bool | `false` | | | persistence.books.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `8083` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 0a1aaae9..90e47081 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 appVersion: 5.14.0 description: Calibre is a powerful and easy to use e-book manager. name: calibre -version: 3.0.0 +version: 3.1.0 kubeVersion: ">=1.16.0-0" keywords: - calibre @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 459a8e45..437333c8 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -1,6 +1,6 @@ # calibre -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 5.14.0](https://img.shields.io/badge/AppVersion-5.14.0-informational?style=flat-square) +![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![AppVersion: 5.14.0](https://img.shields.io/badge/AppVersion-5.14.0-informational?style=flat-square) Calibre is a powerful and easy to use e-book manager. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/comcast/Chart.yaml b/charts/stable/comcast/Chart.yaml index bfecc2bb..6779cf8c 100644 --- a/charts/stable/comcast/Chart.yaml +++ b/charts/stable/comcast/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: comcast -version: 3.0.2 +version: 3.0.3 appVersion: 1.0.0 description: periodic comcast data usage checks and save the results to InfluxDB keywords: diff --git a/charts/stable/comcast/README.md b/charts/stable/comcast/README.md index 268305a3..6ec23490 100644 --- a/charts/stable/comcast/README.md +++ b/charts/stable/comcast/README.md @@ -1,6 +1,6 @@ # comcast -![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) periodic comcast data usage checks and save the results to InfluxDB @@ -127,4 +127,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index cd8b345b..fad30aa4 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.10.03 description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. name: deconz -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - deconz @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index c6cadd9d..8c32b93d 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -1,6 +1,6 @@ # deconz -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2.10.03](https://img.shields.io/badge/AppVersion-2.10.03-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 2.10.03](https://img.shields.io/badge/AppVersion-2.10.03-informational?style=flat-square) deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 5fa6c538..835208ba 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.0.3-2201906121747 description: Deluge is a torrent download client name: deluge -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - deluge @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index 37cbd335..84786637 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -1,6 +1,6 @@ # deluge -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: v2.0.3-2201906121747](https://img.shields.io/badge/AppVersion-v2.0.3--2201906121747-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v2.0.3-2201906121747](https://img.shields.io/badge/AppVersion-v2.0.3--2201906121747-informational?style=flat-square) Deluge is a torrent download client @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -83,10 +83,10 @@ The default login details (change ASAP) are: | image.repository | string | `"linuxserver/deluge"` | | | image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/config"` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | | service.port.port | int | `8112` | | diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 57f36920..475393f8 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.3.0 description: Create live TV channel streams from media on your Plex servers. name: dizquetv -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - dizqueTV @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index 9d4d45a0..6b0312e4 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -1,6 +1,6 @@ # dizquetv -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square) Create live TV channel streams from media on your Plex servers. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"vexorian/dizquetv"` | | | image.tag | string | `"1.3.0"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/home/node/app/.dizquetv"` | | | service.port.port | int | `8000` | | diff --git a/charts/stable/dnsmadeeasy-webhook/Chart.yaml b/charts/stable/dnsmadeeasy-webhook/Chart.yaml index a0078c78..3b3387bc 100644 --- a/charts/stable/dnsmadeeasy-webhook/Chart.yaml +++ b/charts/stable/dnsmadeeasy-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: Cert-Manager Webhook for DNSMadeEasy name: dnsmadeeasy-webhook -version: 2.1.1 +version: 2.2.0 keywords: - cert-manager - dnsmadeeasy @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/dnsmadeeasy-webhook/README.md b/charts/stable/dnsmadeeasy-webhook/README.md index 1ffc010c..968c9847 100644 --- a/charts/stable/dnsmadeeasy-webhook/README.md +++ b/charts/stable/dnsmadeeasy-webhook/README.md @@ -1,6 +1,6 @@ # dnsmadeeasy-webhook -![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Cert-Manager Webhook for DNSMadeEasy @@ -17,7 +17,7 @@ Cert-Manager Webhook for DNSMadeEasy | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index 0d9985e4..315cc926 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.9.0 description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. name: dsmr-reader -version: 3.1.2 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - dsmr-reader @@ -18,7 +18,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/dsmr-reader/README.md b/charts/stable/dsmr-reader/README.md index 0e98193a..b7bcfe4d 100644 --- a/charts/stable/dsmr-reader/README.md +++ b/charts/stable/dsmr-reader/README.md @@ -1,6 +1,6 @@ # dsmr-reader -![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: v4.9.0](https://img.shields.io/badge/AppVersion-v4.9.0-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v4.9.0](https://img.shields.io/badge/AppVersion-v4.9.0-informational?style=flat-square) DSMR-protocol reader, telegram data storage and energy consumption visualizer. @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 1e672215..9f0da524 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.0.5.1 description: Store securely encrypted backups on cloud storage services! name: duplicati -version: 2.1.2 +version: 2.1.3 keywords: - duplicati home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/duplicati diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 8bcd9f0b..98773eb0 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -1,6 +1,6 @@ # duplicati -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![AppVersion: v2.0.5.1](https://img.shields.io/badge/AppVersion-v2.0.5.1-informational?style=flat-square) +![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![AppVersion: v2.0.5.1](https://img.shields.io/badge/AppVersion-v2.0.5.1-informational?style=flat-square) Store securely encrypted backups on cloud storage services! @@ -155,4 +155,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index b84f9f51..4f37f5a9 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.16.2 description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. name: esphome -version: 6.2.1 +version: 6.3.0 kubeVersion: ">=1.16.0-0" keywords: - esphome @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index 81f6b5e8..c441877a 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -1,6 +1,6 @@ # esphome -![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-informational?style=flat-square) ![AppVersion: 1.15.3](https://img.shields.io/badge/AppVersion-1.15.3-informational?style=flat-square) +![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![AppVersion: 1.16.2](https://img.shields.io/badge/AppVersion-1.16.2-informational?style=flat-square) ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -78,9 +78,9 @@ N/A | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"esphome/esphome"` | | -| image.tag | string | `"1.15.3"` | | +| image.tag | string | `"1.16.2"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `6052` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 4ae0b750..6ad58cfe 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.2.3 description: FlareSolverr is a proxy server to bypass Cloudflare protection name: flaresolverr -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - flaresolverr @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index a4f32fd0..3accac75 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -1,6 +1,6 @@ # flaresolverr -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: v1.2.3](https://img.shields.io/badge/AppVersion-v1.2.3-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v1.2.3](https://img.shields.io/badge/AppVersion-v1.2.3-informational?style=flat-square) FlareSolverr is a proxy server to bypass Cloudflare protection @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 9ad67f57..758cb7f1 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/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: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - flood @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index 5bb5525f..865a17ce 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -1,6 +1,6 @@ # flood -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 4.1.1](https://img.shields.io/badge/AppVersion-4.1.1-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 4.1.1](https://img.shields.io/badge/AppVersion-4.1.1-informational?style=flat-square) Flood is a monitoring service for various torrent clients @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"jesec/flood"` | | | image.tag | string | `"4.1.1"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/data"` | | | service.port.port | int | `3000` | | diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 35d4ce66..12520698 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.17.0 description: FreshRSS is a self-hosted RSS feed aggregator name: freshrss -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - freshrss @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index 85e5c8f8..bd7a9bbf 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -1,6 +1,6 @@ # freshrss -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square) FreshRSS is a self-hosted RSS feed aggregator @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"linuxserver/freshrss"` | | | image.tag | string | `"version-1.17.0"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `80` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 624779dc..648d53be 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. name: gaps -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - plex @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index 0196d57d..2e1dd18b 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -1,6 +1,6 @@ # gaps -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,7 +80,7 @@ N/A | image.repository | string | `"housewrecker/gaps"` | | | image.tag | string | `"latest"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/usr/data"` | | | service.port.port | int | `8484` | | diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index b5588a24..b4ae9de6 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.12.0 description: Music streaming server / subsonic server API implementation name: gonic -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - music @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index 1dff4d18..7ab1c1f7 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -1,6 +1,6 @@ # gonic -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: v0.12.0](https://img.shields.io/badge/AppVersion-v0.12.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v0.12.0](https://img.shields.io/badge/AppVersion-v0.12.0-informational?style=flat-square) Music streaming server / subsonic server API implementation @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,14 +81,14 @@ N/A | image.repository | string | `"sentriz/gonic"` | | | image.tag | string | `"v0.12.0"` | | | ingress.enabled | bool | `false` | | -| persistence.cache.emptyDir | bool | `false` | | +| persistence.cache.emptyDir.enabled | bool | `false` | | | persistence.cache.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | -| persistence.music.emptyDir | bool | `false` | | +| persistence.music.emptyDir.enabled | bool | `false` | | | persistence.music.enabled | bool | `false` | | | persistence.music.mountPath | string | `"/music"` | | -| persistence.podcasts.emptyDir | bool | `false` | | +| persistence.podcasts.emptyDir.enabled | bool | `false` | | | persistence.podcasts.enabled | bool | `false` | | | service.port.port | int | `80` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index e7c256b6..15b1e319 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.7.1 description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home name: grocy -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - grocy @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index 87ebcbee..bc8fd846 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -1,6 +1,6 @@ # grocy -![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![AppVersion: v2.7.1](https://img.shields.io/badge/AppVersion-v2.7.1-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v2.7.1](https://img.shields.io/badge/AppVersion-v2.7.1-informational?style=flat-square) ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://k8s-at-home.com/charts/ | common | 3.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,7 +80,7 @@ N/A | image.repository | string | `"linuxserver/grocy"` | | | image.tag | string | `"version-v2.7.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `80` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 6594ed97..30c2f009 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.19.0 description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. name: healthchecks -version: 2.1.1 +version: 2.2.0 keywords: - cron - monitoring @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index facc3d92..ae0a4a12 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -1,6 +1,6 @@ # healthchecks -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.19.0](https://img.shields.io/badge/AppVersion-1.19.0-informational?style=flat-square) Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. @@ -17,7 +17,7 @@ Healthchecks is a cron job monitoring service. It listens for HTTP requests and | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -84,7 +84,7 @@ N/A | image.repository | string | `"linuxserver/healthchecks"` | healthchecks image | | image.tag | string | `"v1.19.0-ls79"` | healthchecks image tag | | nodeSelector | object | `{}` | Node labels for pod assignment of the GUI | -| persistence.config | object | `{"emptyDir":false,"enabled":false,"mountpath":"/config"}` | Volume used for configuration | +| persistence.config | object | `{"emptyDir":{"enabled":false},"enabled":false,"mountpath":"/config"}` | Volume used for configuration | | podAnnotations | object | `{}` | Pod annotations | | resources | object | `{}` | | | service.port.port | int | `8000` | Kubernetes port where the GUI is exposed | diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index f39bb46d..6c1e56c9 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.2.2 description: An Application dashboard and launcher name: heimdall -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - heimdall @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 681c4f04..e6635199 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -1,6 +1,6 @@ # heimdall -![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square) An Application dashboard and launcher @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://k8s-at-home.com/charts/ | common | 3.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"linuxserver/heimdall"` | | | image.tag | string | `"version-2.2.2"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | probes.startup.enabled | bool | `true` | | | service.port.port | int | `80` | | diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 99f94793..32121cf0 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2021.3.4 description: Home Assistant name: home-assistant -version: 7.2.3 +version: 7.3.0 kubeVersion: ">=1.16.0-0" keywords: - home-assistant @@ -20,7 +20,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index ffc2ee00..6ad9f7cf 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -1,6 +1,6 @@ # home-assistant -![Version: 6.3.1](https://img.shields.io/badge/Version-6.3.1-informational?style=flat-square) ![AppVersion: 2021.1.5](https://img.shields.io/badge/AppVersion-2021.1.5-informational?style=flat-square) +![Version: 7.3.0](https://img.shields.io/badge/Version-7.3.0-informational?style=flat-square) ![AppVersion: 2021.3.4](https://img.shields.io/badge/AppVersion-2021.3.4-informational?style=flat-square) Home Assistant @@ -10,7 +10,7 @@ Home Assistant * * -* +* ## Requirements @@ -21,9 +21,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | influxdb | 1.1.9 | -| https://charts.bitnami.com/bitnami | mariadb | 9.3.4 | -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -131,7 +131,7 @@ The value derived is the name of the kubernetes service object for home-assistan | git.deployKeyBase64 | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"homeassistant/home-assistant"` | | -| image.tag | string | `"2021.1.5"` | | +| image.tag | string | `"2021.3.4"` | | | influxdb.architecture | string | `"standalone"` | | | influxdb.authEnabled | bool | `false` | | | influxdb.database | string | `"home_assistant"` | | @@ -145,7 +145,7 @@ The value derived is the name of the kubernetes service object for home-assistan | mariadb.auth.username | string | `"home-assistant"` | | | mariadb.enabled | bool | `false` | | | mariadb.primary.persistence.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | postgresql.enabled | bool | `false` | | | postgresql.persistence.enabled | bool | `false` | | diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index dccf3df6..83b36618 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 3.1.0 -version: 1.0.4 +version: 1.0.5 name: homebridge description: A lightweight NodeJS server that emulates the iOS HomeKit API type: application diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md index 4796aca0..9a79ccd9 100644 --- a/charts/stable/homebridge/README.md +++ b/charts/stable/homebridge/README.md @@ -1,6 +1,6 @@ # homebridge -![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) +![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) A lightweight NodeJS server that emulates the iOS HomeKit API @@ -162,4 +162,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index aee15f28..3b08e25f 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -4,7 +4,7 @@ description: A dead simple static HOMepage for your servER to keep your services icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/homer name: homer -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" sources: - https://github.com/bastienwirtz/homer @@ -14,4 +14,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md index e3ae3df3..3952a0ee 100644 --- a/charts/stable/homer/README.md +++ b/charts/stable/homer/README.md @@ -1,6 +1,6 @@ # homer -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 20.09.1](https://img.shields.io/badge/AppVersion-20.09.1-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 20.09.1](https://img.shields.io/badge/AppVersion-20.09.1-informational?style=flat-square) A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://k8s-at-home.com/charts/ | common | 3.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,7 +82,7 @@ N/A | image.repository | string | `"b4bz/homer"` | | | image.tag | string | `"20.09.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/www/assets"` | | | service.port.port | int | `8080` | | diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 5e9cdc41..d95cc626 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.0-alpha9 description: Hyperion is an opensource Bias or Ambient Lighting implementation name: hyperion-ng -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - hyperion-ng @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index 86da627c..816cfaf2 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -1,6 +1,6 @@ # hyperion-ng -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 2.0.0-alpha9](https://img.shields.io/badge/AppVersion-2.0.0--alpha9-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2.0.0-alpha9](https://img.shields.io/badge/AppVersion-2.0.0--alpha9-informational?style=flat-square) Hyperion is an opensource Bias or Ambient Lighting implementation @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"sirfragalot/hyperion.ng"` | | | image.tag | string | `"2.0.0-alpha.9-x86_64"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/root/.hyperion"` | | | service.additionalPorts[0].name | string | `"jsonservice"` | | diff --git a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml index b6c883ce..0ab8a0dc 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2021.2.0 description: Create live map data from Valetudo powered robots name: icantbelieveitsnotvaletudo -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - icantbelieveitsnotvaletudo @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/icantbelieveitsnotvaletudo/README.md b/charts/stable/icantbelieveitsnotvaletudo/README.md index 78c9a985..064986c8 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/README.md +++ b/charts/stable/icantbelieveitsnotvaletudo/README.md @@ -1,6 +1,6 @@ # icantbelieveitsnotvaletudo -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 2021.2.0](https://img.shields.io/badge/AppVersion-2021.2.0-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2021.2.0](https://img.shields.io/badge/AppVersion-2021.2.0-informational?style=flat-square) Create live map data from Valetudo powered robots @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/intel-gpu-plugin/Chart.yaml b/charts/stable/intel-gpu-plugin/Chart.yaml index ef34c01a..144b8000 100644 --- a/charts/stable/intel-gpu-plugin/Chart.yaml +++ b/charts/stable/intel-gpu-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: intel-gpu-plugin -version: 1.2.2 +version: 1.2.3 appVersion: 0.20.0 description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware keywords: diff --git a/charts/stable/intel-gpu-plugin/README.md b/charts/stable/intel-gpu-plugin/README.md index 09eab6e1..1649b784 100644 --- a/charts/stable/intel-gpu-plugin/README.md +++ b/charts/stable/intel-gpu-plugin/README.md @@ -1,6 +1,6 @@ # intel-gpu-plugin -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square) +![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square) The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware @@ -90,7 +90,7 @@ affinity: | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"intel/intel-gpu-plugin"` | Image repository | -| image.tag | string | `"0.19.0"` | Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags) | +| image.tag | string | `"0.20.0"` | Image tag. Possible values listed [here](https://hub.docker.com/r/intel/intel-gpu-plugin/tags) | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | @@ -157,4 +157,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 6cd591ef..5832821a 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.17.591 description: API Support for your favorite torrent trackers name: jackett -version: 8.1.1 +version: 8.2.0 kubeVersion: ">=1.16.0-0" keywords: - jackett @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index b2218675..abfd663e 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -1,6 +1,6 @@ # jackett -![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![AppVersion: v0.17.591](https://img.shields.io/badge/AppVersion-v0.17.591-informational?style=flat-square) +![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) API Support for your favorite torrent trackers @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/jackett"` | | | image.tag | string | `"version-v0.17.591"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.torrentblackhole.emptyDir | bool | `false` | | +| persistence.torrentblackhole.emptyDir.enabled | bool | `false` | | | persistence.torrentblackhole.enabled | bool | `false` | | | persistence.torrentblackhole.mountPath | string | `"/downloads"` | | | service.port.port | int | `9117` | | diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 19cd8229..754a0178 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 10.7.0 description: Jellyfin is a Free Software Media System name: jellyfin -version: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - jellyfin @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index bb4c4563..5b860f81 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -1,6 +1,6 @@ # jellyfin -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square) Jellyfin is a Free Software Media System @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,12 +80,12 @@ N/A | image.repository | string | `"jellyfin/jellyfin"` | | | image.tag | string | `"10.7.0"` | | | ingress.enabled | bool | `false` | | -| persistence.cache.emptyDir | bool | `false` | | +| persistence.cache.emptyDir.enabled | bool | `false` | | | persistence.cache.enabled | bool | `false` | | | persistence.cache.mountPath | string | `"/cache"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.port.port | int | `8096` | | diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 955fc322..1fb02f7f 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.7.2 description: This server allows you to sync any Joplin client name: joplin-server -version: 2.1.1 +version: 2.2.0 keywords: - joplin - notes @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index 080f37a8..7c522c42 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -1,6 +1,6 @@ # joplin-server -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) This server allows you to sync any Joplin client @@ -18,7 +18,7 @@ This server allows you to sync any Joplin client | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index c5afe078..173b19e9 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.2.18 description: Kanboard is a free and open source Kanban project management software. name: kanboard -version: 2.1.2 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - kanboard @@ -17,7 +17,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index a2ee03b4..cf83985a 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -1,6 +1,6 @@ # kanboard -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: v1.2.18](https://img.shields.io/badge/AppVersion-v1.2.18-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: v1.2.18](https://img.shields.io/badge/AppVersion-v1.2.18-informational?style=flat-square) Kanboard is a free and open source Kanban project management software. @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://k8s-at-home.com/charts/ | common | 3.1.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -97,8 +97,8 @@ N/A | image.repository | string | `"kanboard/kanboard"` | | | image.tag | string | `"v1.2.18"` | | | ingress.enabled | bool | `false` | | -| persistence.data | object | `{"accessMode":"ReadWriteOnce","emptyDir":false,"enabled":false,"mountPath":"/var/www/app/data","size":"1Gi"}` | enable data persistence | -| persistence.ssl | object | `{"emptyDir":false,"enabled":false,"mountPath":"/etc/nginx/ssl"}` | enable SSL persistence | +| persistence.data | object | `{"accessMode":"ReadWriteOnce","emptyDir":{"enabled":false},"enabled":false,"mountPath":"/var/www/app/data","size":"1Gi"}` | enable data persistence | +| persistence.ssl | object | `{"emptyDir":{"enabled":false},"enabled":false,"mountPath":"/etc/nginx/ssl"}` | enable SSL persistence | | postgresql | object | `{"enabled":false,"persistence":{"enabled":false},"postgresqlDatabase":"kanboard","postgresqlPassword":"kanboard","postgresqlUsername":"kanboard"}` | Bitnami postgres chart. For more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql | | postgresql.enabled | bool | `false` | true: use bitnami postgres instance -- false: use your own postgres instance | | postgresql.persistence.enabled | bool | `false` | if database is stored to a PVC. Set to true when you are done testing. | diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index da4f5618..678a522d 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.7.2 name: lazylibrarian description: A Helm chart for deploying LazyLibrarian -version: 5.1.1 +version: 5.2.0 kubeVersion: ">=1.16.0-0" keywords: - lazylibrarian @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index d183c619..b75cc42e 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -1,6 +1,6 @@ # lazylibrarian -![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) +![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) A Helm chart for deploying LazyLibrarian @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/lazylibrarian"` | | | image.tag | string | `"version-047f91af"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.port.port | int | `5299` | | diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index ef70a7f9..c17590b7 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.6-12 description: Librespeed is a HTML5 webpage to test upload and download speeds name: librespeed -version: 2.0.2 +version: 2.0.3 keywords: - librespeed home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/librespeed diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index e55fe022..d61dd278 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -1,6 +1,6 @@ # librespeed -![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 1.0.6-12](https://img.shields.io/badge/AppVersion-1.0.6--12-informational?style=flat-square) +![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 1.0.6-12](https://img.shields.io/badge/AppVersion-1.0.6--12-informational?style=flat-square) Librespeed is a HTML5 webpage to test upload and download speeds @@ -149,4 +149,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 64d9574e..af5e2579 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/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: 8.1.1 +version: 8.2.0 kubeVersion: ">=1.16.0-0" keywords: - lidarr @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 34282130..dd4ea582 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -1,6 +1,6 @@ # lidarr -![Version: 7.4.0](https://img.shields.io/badge/Version-7.4.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: 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) Looks and smells like Sonarr but made for music @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/lidarr"` | | | image.tag | string | `"version-0.8.0.1886"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | probes.liveness.custom | bool | `true` | | diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index d9ddb45c..2584f447 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.8 description: Lychee is a free photo-management tool, which runs on your server or web-space name: lychee -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - lychee @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md index ca6dd3e7..045b176d 100644 --- a/charts/stable/lychee/README.md +++ b/charts/stable/lychee/README.md @@ -1,6 +1,6 @@ # lychee -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 4.0.8](https://img.shields.io/badge/AppVersion-4.0.8-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 4.0.8](https://img.shields.io/badge/AppVersion-4.0.8-informational?style=flat-square) Lychee is a free photo-management tool, which runs on your server or web-space @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,13 +81,13 @@ N/A | image.repository | string | `"lycheeorg/lychee-laravel"` | | | image.tag | string | `"v4.0.8"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/conf"` | | -| persistence.sym.emptyDir | bool | `false` | | +| persistence.sym.emptyDir.enabled | bool | `false` | | | persistence.sym.enabled | bool | `false` | | | persistence.sym.mountPath | string | `"/sym"` | | -| persistence.uploads.emptyDir | bool | `false` | | +| persistence.uploads.emptyDir.enabled | bool | `false` | | | persistence.uploads.enabled | bool | `false` | | | persistence.uploads.mountPath | string | `"/uploads"` | | | service.port.port | int | `80` | | diff --git a/charts/stable/magic-mirror/Chart.yaml b/charts/stable/magic-mirror/Chart.yaml index 53a66795..e377e618 100644 --- a/charts/stable/magic-mirror/Chart.yaml +++ b/charts/stable/magic-mirror/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.14.0 description: magic-mirror helm package name: magic-mirror -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - magic-mirror @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/magic-mirror/README.md b/charts/stable/magic-mirror/README.md index 3639276b..e24436ab 100644 --- a/charts/stable/magic-mirror/README.md +++ b/charts/stable/magic-mirror/README.md @@ -1,6 +1,6 @@ # magic-mirror -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v2.14.0](https://img.shields.io/badge/AppVersion-v2.14.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: v2.14.0](https://img.shields.io/badge/AppVersion-v2.14.0-informational?style=flat-square) magic-mirror helm package @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index a3f3330c..548e3ec5 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.28 description: Miniflux is a minimalist and opinionated feed reader. name: miniflux -version: 2.1.2 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - miniflux @@ -18,7 +18,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 28219d90..01138682 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -1,6 +1,6 @@ # miniflux -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 2.0.28](https://img.shields.io/badge/AppVersion-2.0.28-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.0.28](https://img.shields.io/badge/AppVersion-2.0.28-informational?style=flat-square) Miniflux is a minimalist and opinionated feed reader. @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/modem-stats/Chart.yaml b/charts/stable/modem-stats/Chart.yaml index a53f2f59..44762b7f 100644 --- a/charts/stable/modem-stats/Chart.yaml +++ b/charts/stable/modem-stats/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: modem-stats -version: 3.0.2 +version: 3.0.3 appVersion: 1.0.0 description: periodic cable modem data collection and save the results to InfluxDB keywords: diff --git a/charts/stable/modem-stats/README.md b/charts/stable/modem-stats/README.md index a0a564a2..986402e3 100644 --- a/charts/stable/modem-stats/README.md +++ b/charts/stable/modem-stats/README.md @@ -1,6 +1,6 @@ # modem-stats -![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) periodic cable modem data collection and save the results to InfluxDB @@ -120,4 +120,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index adb7f4e3..1ed049a8 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.19.1 description: A Personal Relationship Management tool to help you organize your social life name: monica -version: 4.1.2 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - crm @@ -17,7 +17,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: mariadb version: 9.3.6 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 88303d5c..38def579 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -1,6 +1,6 @@ # monica -![Version: 3.3.1](https://img.shields.io/badge/Version-3.3.1-informational?style=flat-square) ![AppVersion: v2.19.1](https://img.shields.io/badge/AppVersion-v2.19.1-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v2.19.1](https://img.shields.io/badge/AppVersion-v2.19.1-informational?style=flat-square) A Personal Relationship Management tool to help you organize your social life @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | mariadb | 9.3.4 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -89,7 +89,7 @@ N/A | mariadb.auth.username | string | `"monica"` | | | mariadb.enabled | bool | `false` | | | mariadb.primary.persistence.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/var/www/html/storage"` | | | service.port.port | int | `80` | | diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 7383a834..c9b3ac8c 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.7 description: Eclipse Mosquitto - An open source MQTT broker name: mosquitto -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - mosquitto @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index cf1c4336..00dbbc2d 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -1,6 +1,6 @@ # mosquitto -![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square) Eclipse Mosquitto - An open source MQTT broker @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,12 +80,12 @@ N/A | image.repository | string | `"eclipse-mosquitto"` | | | image.tag | string | `"2.0.7"` | | | persistence.configinc.accessMode | string | `"ReadWriteOnce"` | | -| persistence.configinc.emptyDir | bool | `false` | | +| persistence.configinc.emptyDir.enabled | bool | `false` | | | persistence.configinc.enabled | bool | `false` | | | persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | | | persistence.configinc.size | string | `"100Mi"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/mosquitto/data"` | | | persistence.data.size | string | `"100Mi"` | | diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 5dd5cde6..73243b66 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.4.9.5 description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various download clients. name: mylar -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - mylar @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index 328ed1fb..f067bee7 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -1,6 +1,6 @@ # mylar -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 0.4.9.5](https://img.shields.io/badge/AppVersion-0.4.9.5-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 0.4.9.5](https://img.shields.io/badge/AppVersion-0.4.9.5-informational?style=flat-square) Mylar is the automated Comic Book downloader (cbr/cbz) for use with various download clients. @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,12 +82,12 @@ N/A | image.repository | string | `"linuxserver/mylar3"` | | | image.tag | string | `"v0.4.9.5-ls14"` | | | ingress.enabled | bool | `false` | | -| persistence.comics.emptyDir | bool | `false` | | +| persistence.comics.emptyDir.enabled | bool | `false` | | | persistence.comics.enabled | bool | `false` | | | persistence.comics.mountPath | string | `"/comics"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | | service.port.port | int | `8090` | | diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 8c09f104..c8503bac 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.39.0 description: Navidrome is an open source web-based music collection server and streamer name: navidrome -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - navidrome @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index 7fec67fb..b32b48d3 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -1,6 +1,6 @@ # navidrome -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 0.39.0](https://img.shields.io/badge/AppVersion-0.39.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.39.0](https://img.shields.io/badge/AppVersion-0.39.0-informational?style=flat-square) Navidrome is an open source web-based music collection server and streamer @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -86,11 +86,11 @@ N/A | image.tag | string | `"0.39.0"` | | | ingress.enabled | bool | `false` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/data"` | | | persistence.music.accessMode | string | `"ReadWriteOnce"` | | -| persistence.music.emptyDir | bool | `false` | | +| persistence.music.emptyDir.enabled | bool | `false` | | | persistence.music.enabled | bool | `false` | | | persistence.music.mountPath | string | `"/music"` | | | service.port.port | int | `4533` | | diff --git a/charts/stable/neolink/Chart.yaml b/charts/stable/neolink/Chart.yaml index 0cb6b74a..a09b228e 100644 --- a/charts/stable/neolink/Chart.yaml +++ b/charts/stable/neolink/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.3.0 description: Neolink - RTSP bridge to Reolink IP cameras name: neolink -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - reolink @@ -15,4 +15,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/neolink/README.md b/charts/stable/neolink/README.md index 3d271fea..ce8c3b05 100644 --- a/charts/stable/neolink/README.md +++ b/charts/stable/neolink/README.md @@ -1,6 +1,6 @@ # neolink -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square) Neolink - RTSP bridge to Reolink IP cameras @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/network-ups-tools/Chart.yaml b/charts/stable/network-ups-tools/Chart.yaml index 5bc03fff..97adf9a0 100644 --- a/charts/stable/network-ups-tools/Chart.yaml +++ b/charts/stable/network-ups-tools/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.7.4-2061-g46c7da76 description: Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware. name: network-ups-tools -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - nut @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/network-ups-tools/README.md b/charts/stable/network-ups-tools/README.md index 388f8942..cb7f61d4 100644 --- a/charts/stable/network-ups-tools/README.md +++ b/charts/stable/network-ups-tools/README.md @@ -1,6 +1,6 @@ # network-ups-tools -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: v2.7.4-2061-g46c7da76](https://img.shields.io/badge/AppVersion-v2.7.4--2061--g46c7da76-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v2.7.4-2061-g46c7da76](https://img.shields.io/badge/AppVersion-v2.7.4--2061--g46c7da76-informational?style=flat-square) Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index c04b847d..be13ead8 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/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: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - nodered @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 9f08262f..0f62edc4 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -1,6 +1,6 @@ # node-red -![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: 1.2.5](https://img.shields.io/badge/AppVersion-1.2.5-informational?style=flat-square) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: 1.2.5](https://img.shields.io/badge/AppVersion-1.2.5-informational?style=flat-square) Node-RED is low-code programming for event-driven applications @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"nodered/node-red"` | | | image.tag | string | `"1.2.5"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/data"` | | | service.port.port | int | `1880` | | diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index f84d0164..0d0635ec 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v21.0 description: NZBGet is a Usenet downloader client name: nzbget -version: 9.1.1 +version: 9.2.0 kubeVersion: ">=1.16.0-0" keywords: - nzbget @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index 3a893f5b..1b57e498 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -1,6 +1,6 @@ # nzbget -![Version: 8.2.1](https://img.shields.io/badge/Version-8.2.1-informational?style=flat-square) ![AppVersion: v21.0](https://img.shields.io/badge/AppVersion-v21.0-informational?style=flat-square) +![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) NZBGet is a Usenet downloader client @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -83,12 +83,12 @@ The default login details (change ASAP) are: | image.repository | string | `"linuxserver/nzbget"` | | | image.tag | string | `"version-v21.0"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.port.port | int | `6789` | | diff --git a/charts/stable/nzbhydra2/Chart.yaml b/charts/stable/nzbhydra2/Chart.yaml index a87e7405..912b23f4 100644 --- a/charts/stable/nzbhydra2/Chart.yaml +++ b/charts/stable/nzbhydra2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.8.1 description: Usenet meta search name: nzbhydra2 -version: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - nzbhydra2 @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/nzbhydra2/README.md b/charts/stable/nzbhydra2/README.md index 6e07014b..2a7ad39e 100644 --- a/charts/stable/nzbhydra2/README.md +++ b/charts/stable/nzbhydra2/README.md @@ -1,6 +1,6 @@ # nzbhydra2 -![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: v3.8.1](https://img.shields.io/badge/AppVersion-v3.8.1-informational?style=flat-square) +![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) Usenet meta search @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"linuxserver/nzbhydra2"` | | | image.tag | string | `"version-v3.8.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | probes.liveness.custom | bool | `true` | | | probes.liveness.enabled | bool | `true` | | diff --git a/charts/stable/oauth2-proxy/Chart.yaml b/charts/stable/oauth2-proxy/Chart.yaml index 36cf8545..1604494e 100644 --- a/charts/stable/oauth2-proxy/Chart.yaml +++ b/charts/stable/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 5.0.2 +version: 5.0.3 apiVersion: v1 appVersion: 7.0.1 home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/oauth2-proxy diff --git a/charts/stable/oauth2-proxy/README.md b/charts/stable/oauth2-proxy/README.md index bd244d58..339d7908 100644 --- a/charts/stable/oauth2-proxy/README.md +++ b/charts/stable/oauth2-proxy/README.md @@ -1,6 +1,6 @@ # oauth2-proxy -![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square) +![Version: 5.0.3](https://img.shields.io/badge/Version-5.0.3-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square) A reverse proxy that provides authentication with Google, Github or other providers @@ -218,4 +218,4 @@ Due to [this issue](https://github.com/helm/helm/issues/6583) there may be error - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 0ba11900..43222c45 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.4.2 description: OctoPrint is the snappy web interface for your 3D printer name: octoprint -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - octoprint @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index 24a781e0..2cd03e1e 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -1,6 +1,6 @@ # octoprint -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square) OctoPrint is the snappy web interface for your 3D printer @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -85,7 +85,7 @@ N/A | image.repository | string | `"octoprint/octoprint"` | | | image.tag | string | `"1.4.2"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/octoprint"` | | | securityContext.privileged | bool | `true` | | diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 2a2413ae..1645f183 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.2.11 description: Omada enables the network administrators to monitor and manage all the Omada products in the network with a centralized management platform. name: omada-controller -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - omada-controller @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md index 75206932..890c928b 100644 --- a/charts/stable/omada-controller/README.md +++ b/charts/stable/omada-controller/README.md @@ -1,6 +1,6 @@ # omada-controller -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 4.2.11](https://img.shields.io/badge/AppVersion-4.2.11-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 4.2.11](https://img.shields.io/badge/AppVersion-4.2.11-informational?style=flat-square) Omada enables the network administrators to monitor and manage all the Omada products in the network with a centralized management platform. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"mbentley/omada-controller"` | | | image.tag | float | `4.2` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | service.port.port | int | `8043` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index c4e761f1..e5144d0f 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.681 description: Want a Movie or TV Show on Plex or Emby? Use Ombi! name: ombi -version: 9.1.1 +version: 9.2.0 kubeVersion: ">=1.16.0-0" keywords: - ombi @@ -22,4 +22,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index c9179ae4..00738e54 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -1,6 +1,6 @@ # ombi -![Version: 8.2.1](https://img.shields.io/badge/Version-8.2.1-informational?style=flat-square) ![AppVersion: 4.0.681](https://img.shields.io/badge/AppVersion-4.0.681-informational?style=flat-square) +![Version: 9.2.0](https://img.shields.io/badge/Version-9.2.0-informational?style=flat-square) ![AppVersion: 4.0.681](https://img.shields.io/badge/AppVersion-4.0.681-informational?style=flat-square) Want a Movie or TV Show on Plex or Emby? Use Ombi! @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"linuxserver/ombi"` | | | image.tag | string | `"version-v4.0.681"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `3579` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 32a6312c..ebf9d401 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: HTPC/Homelab Services Organizer name: organizr -version: 5.1.1 +version: 5.2.0 kubeVersion: ">=1.16.0-0" keywords: - organizr @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index 47a0848f..d0f4fd7c 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -1,6 +1,6 @@ # organizr -![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) HTPC/Homelab Services Organizer @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"organizr/organizr"` | | | image.tag | string | `"latest"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `80` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 82237954..063238a8 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.19.1 description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! name: overseerr -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - overseerr @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 8be66d21..4187050a 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -1,6 +1,6 @@ # overseerr -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 1.19.1](https://img.shields.io/badge/AppVersion-1.19.1-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.19.1](https://img.shields.io/badge/AppVersion-1.19.1-informational?style=flat-square) Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"sctx/overseerr"` | | | image.tag | string | `"1.19.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/app/config"` | | | service.port.port | int | `5055` | | diff --git a/charts/stable/paperless/Chart.yaml b/charts/stable/paperless/Chart.yaml index 713c0eae..61393c12 100644 --- a/charts/stable/paperless/Chart.yaml +++ b/charts/stable/paperless/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: Paperless - Index and archive all of your scanned paper documents name: paperless -version: 5.1.1 +version: 5.2.0 kubeVersion: ">=1.16.0-0" keywords: - paperless @@ -15,4 +15,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/paperless/README.md b/charts/stable/paperless/README.md index 6ca8633f..b1bf932a 100644 --- a/charts/stable/paperless/README.md +++ b/charts/stable/paperless/README.md @@ -1,6 +1,6 @@ # paperless -![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Paperless - Index and archive all of your scanned paper documents @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -85,16 +85,16 @@ N/A | image.repository | string | `"jonaswinkler/paperless-ng"` | | | image.tag | string | `"latest"` | | | ingress.enabled | bool | `false` | | -| persistence.consume.emptyDir | bool | `false` | | +| persistence.consume.emptyDir.enabled | bool | `false` | | | persistence.consume.enabled | bool | `false` | | | persistence.consume.mountPath | string | `"/usr/src/paperless/consume"` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/usr/src/paperless/data"` | | -| persistence.export.emptyDir | bool | `false` | | +| persistence.export.emptyDir.enabled | bool | `false` | | | persistence.export.enabled | bool | `false` | | | persistence.export.mountPath | string | `"/usr/src/paperless/export"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/usr/src/paperless/media"` | | | service.port.port | int | `8000` | | diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 70529fef..86b2e97a 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "20201122" description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection name: photoprism -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - photos @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index dfc2bd82..fde23578 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -1,6 +1,6 @@ # photoprism -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 20201122](https://img.shields.io/badge/AppVersion-20201122-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 20201122](https://img.shields.io/badge/AppVersion-20201122-informational?style=flat-square) PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,10 +82,10 @@ N/A | image.repository | string | `"photoprism/photoprism"` | | | image.tag | string | `"20201122"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/photoprism/storage"` | | -| persistence.originals.emptyDir | bool | `false` | | +| persistence.originals.emptyDir.enabled | bool | `false` | | | persistence.originals.enabled | bool | `false` | | | persistence.originals.mountPath | string | `"/photoprism/originals"` | | | service.port.port | int | `2342` | | diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 06d83237..b5215964 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.0 description: Program for forwarding ADS-B data to FlightAware name: piaware -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - piaware @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index d9a8f897..9f48c5ca 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -1,6 +1,6 @@ # piaware -![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-informational?style=flat-square) ![AppVersion: v4.0](https://img.shields.io/badge/AppVersion-v4.0-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: v4.0](https://img.shields.io/badge/AppVersion-v4.0-informational?style=flat-square) Program for forwarding ADS-B data to FlightAware @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 76e63efd..ca15cea1 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.22.0.4163-d8c4875dd description: Plex Media Server name: plex -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - plex @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index c8b01a5f..417b5d22 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -1,6 +1,6 @@ # plex -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: v1.22.0.4163-d8c4875dd](https://img.shields.io/badge/AppVersion-v1.22.0.4163--d8c4875dd-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v1.22.0.4163-d8c4875dd](https://img.shields.io/badge/AppVersion-v1.22.0.4163--d8c4875dd-informational?style=flat-square) Plex Media Server @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,10 +82,10 @@ N/A | image.repository | string | `"ghcr.io/k8s-at-home/plex"` | | | image.tag | string | `"v1.22.0.4163-d8c4875dd"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/config"` | | -| persistence.transcode.emptyDir | bool | `false` | | +| persistence.transcode.emptyDir.enabled | bool | `false` | | | persistence.transcode.enabled | bool | `false` | | | persistence.transcode.mountPath | string | `"/transcode"` | | | service.port.port | int | `32400` | | diff --git a/charts/stable/powerdns/Chart.yaml b/charts/stable/powerdns/Chart.yaml index dca6a1d9..cd0228b9 100755 --- a/charts/stable/powerdns/Chart.yaml +++ b/charts/stable/powerdns/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.3.1 description: PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. name: powerdns -version: 3.1.3 +version: 3.1.4 home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns sources: - http://www.github.com/PowerDNS/ diff --git a/charts/stable/powerdns/README.md b/charts/stable/powerdns/README.md index 9fbd1c7d..c5f8c942 100644 --- a/charts/stable/powerdns/README.md +++ b/charts/stable/powerdns/README.md @@ -1,6 +1,6 @@ # powerdns -![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) +![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square) PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program. @@ -16,8 +16,8 @@ PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | mariadb | 9.3.4 | -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | ## TL;DR @@ -157,4 +157,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/prometheus-nut-exporter/Chart.yaml b/charts/stable/prometheus-nut-exporter/Chart.yaml index b52d3456..7a97c648 100644 --- a/charts/stable/prometheus-nut-exporter/Chart.yaml +++ b/charts/stable/prometheus-nut-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.1 description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance. name: prometheus-nut-exporter -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - nut @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/prometheus-nut-exporter/README.md b/charts/stable/prometheus-nut-exporter/README.md index b5413dd0..204bd30f 100644 --- a/charts/stable/prometheus-nut-exporter/README.md +++ b/charts/stable/prometheus-nut-exporter/README.md @@ -1,6 +1,6 @@ # prometheus-nut-exporter -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.0.1 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 7ef04bad..81634352 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.5.7-1 description: Container for protonmail bridge to work on the network. name: protonmail-bridge -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - protonmail @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index 500a6bba..62bc2113 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -1,6 +1,6 @@ # protonmail-bridge -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 1.5.7-1](https://img.shields.io/badge/AppVersion-1.5.7--1-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.5.7-1](https://img.shields.io/badge/AppVersion-1.5.7--1-informational?style=flat-square) Container for protonmail bridge to work on the network. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 3e664e38..d3bc0958 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.0.181 description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. name: prowlarr -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - prowlarr @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index 339fcf65..1766a370 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 0.1.0.181](https://img.shields.io/badge/AppVersion-0.1.0.181-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 0.1.0.181](https://img.shields.io/badge/AppVersion-0.1.0.181-informational?style=flat-square) Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | | | image.tag | string | `"v0.1.0.181"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `9696` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 7e4ed0f6..af1a70b1 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.4.20 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. name: pyload -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - pyload @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index 6028e54f..bf73949d 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -1,6 +1,6 @@ # pyload -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 0.4.20](https://img.shields.io/badge/AppVersion-0.4.20-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.4.20](https://img.shields.io/badge/AppVersion-0.4.20-informational?style=flat-square) pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/pyload"` | | | image.tag | string | `"version-5f5aaf56"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | | service.port.port | int | `8000` | | diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 05b359d5..74bbf448 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/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: 9.1.1 +version: 9.2.0 kubeVersion: ">=1.16.0-0" keywords: - qbittorrent @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 759eacc3..e43ecb11 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 8.2.1](https://img.shields.io/badge/Version-8.2.1-informational?style=flat-square) ![AppVersion: 4.3.0](https://img.shields.io/badge/AppVersion-4.3.0-informational?style=flat-square) +![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) qBittorrent is a cross-platform free and open-source BitTorrent client @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -84,12 +84,12 @@ N/A | image.repository | string | `"linuxserver/qbittorrent"` | | | image.tag | string | `"version-4.3.0202010181232-7086-1c663adeeubuntu18.04.1"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.additionalServices[0].enabled | bool | `true` | | diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 44782110..13ece1c9 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.2.4552 description: A fork of Sonarr to work with movies à la Couchpotato name: radarr -version: 10.1.1 +version: 10.2.0 kubeVersion: ">=1.16.0-0" keywords: - radarr @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 58c91ce5..9909e27f 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 9.4.0](https://img.shields.io/badge/Version-9.4.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: 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) A fork of Sonarr to work with movies à la Couchpotato @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/radarr"` | | | image.tag | string | `"version-3.0.2.4552"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | probes.liveness.custom | bool | `true` | | diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index f9ccd1b4..cde5ce5f 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.0.351 description: A fork of Radarr to work with Books & AudioBooks name: readarr -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - readarr @@ -21,4 +21,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index fc3594c1..91c226a3 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -1,6 +1,6 @@ # readarr -![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: 0.1.0.351](https://img.shields.io/badge/AppVersion-0.1.0.351-informational?style=flat-square) +![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) A fork of Radarr to work with Books & AudioBooks @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,9 +82,9 @@ helm install readarr k8s-at-home/readarr -f values.yaml | image.repository | string | `"hotio/readarr"` | | | image.tag | string | `"nightly"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | probes.liveness.custom | bool | `true` | | diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 9c64c701..0564856e 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.13.0 description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - recipes @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/recipes/README.md b/charts/stable/recipes/README.md index 36c268c4..6a6dc4b3 100644 --- a/charts/stable/recipes/README.md +++ b/charts/stable/recipes/README.md @@ -1,6 +1,6 @@ # recipes -![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -105,10 +105,10 @@ N/A | image.tag | string | `"0.13.0"` | | | ingress.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/opt/recipes/mediafiles"` | | -| persistence.static.emptyDir | bool | `false` | | +| persistence.static.emptyDir.enabled | bool | `false` | | | persistence.static.enabled | bool | `false` | | | persistence.static.mountPath | string | `"/opt/recipes/staticfiles"` | | | service.port.port | int | `80` | | diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 22dfbcea..2eb083e9 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.7.2 description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology name: resilio-sync -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - resilio @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index 0e371da8..e9bc2411 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -1,6 +1,6 @@ # resilio-sync -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 2.7.2](https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2.7.2](https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square) Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,16 +80,16 @@ N/A | image.repository | string | `"ghcr.io/linuxserver/resilio-sync"` | | | image.tag | string | `"version-2.7.2.1375"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/config"` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | -| persistence.sync.emptyDir | bool | `false` | | +| persistence.sync.emptyDir.enabled | bool | `false` | | | persistence.sync.enabled | bool | `false` | | | persistence.sync.mountPath | string | `"/sync"` | | | service.additionalServices[0].enabled | bool | `true` | | diff --git a/charts/stable/rtorrent-flood/Chart.yaml b/charts/stable/rtorrent-flood/Chart.yaml index a9e59996..0cc7ca48 100644 --- a/charts/stable/rtorrent-flood/Chart.yaml +++ b/charts/stable/rtorrent-flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client. name: rtorrent-flood -version: 7.0.0 +version: 7.1.0 kubeVersion: ">=1.16.0-0" keywords: - rtorrent @@ -21,4 +21,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/rtorrent-flood/README.md b/charts/stable/rtorrent-flood/README.md index c0fc6cf4..8f5e4feb 100644 --- a/charts/stable/rtorrent-flood/README.md +++ b/charts/stable/rtorrent-flood/README.md @@ -1,6 +1,6 @@ # rtorrent-flood -![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 7.1.0](https://img.shields.io/badge/Version-7.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) rTorrent is a stable, high-performance and low resource consumption BitTorrent client. @@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -147,4 +147,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 2e06daa5..eb1637fc 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.1.0 description: Free and easy binary newsreader name: sabnzbd -version: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - sabnzbd @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index 68ecae5a..ddef905f 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -1,6 +1,6 @@ # sabnzbd -![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) +![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) Free and easy binary newsreader @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -86,12 +86,12 @@ You can do one of two things to solve this issue: | image.repository | string | `"linuxserver/sabnzbd"` | | | image.tag | string | `"version-3.1.0"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | service.port.port | int | `8080` | | diff --git a/charts/stable/samba/Chart.yaml b/charts/stable/samba/Chart.yaml index 8f49a6bf..c1c14f65 100644 --- a/charts/stable/samba/Chart.yaml +++ b/charts/stable/samba/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: A simple in-cluster Samba server name: samba -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - samba @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/samba/README.md b/charts/stable/samba/README.md index b8b100d9..a42f4eba 100644 --- a/charts/stable/samba/README.md +++ b/charts/stable/samba/README.md @@ -1,6 +1,6 @@ # samba -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A simple in-cluster Samba server @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/searx/Chart.yaml b/charts/stable/searx/Chart.yaml index 5fb386ee..7f67908c 100644 --- a/charts/stable/searx/Chart.yaml +++ b/charts/stable/searx/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.18.0 description: Searx is a privacy-respecting, hackable metasearch engine name: searx -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - searx @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/searx/README.md b/charts/stable/searx/README.md index 55d02be9..6dea6fad 100644 --- a/charts/stable/searx/README.md +++ b/charts/stable/searx/README.md @@ -1,6 +1,6 @@ # searx -![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square) Searx is a privacy-respecting, hackable metasearch engine @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -130,7 +130,7 @@ N/A | image.repository | string | `"searx/searx"` | | | image.tag | string | `"0.18.0"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | searx.baseUrl | string | `"https://searx.DOMAIN"` | | | searx.existingSecret.enabled | bool | `false` | | diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 5cb2a366..bbb9c0a2 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: Serial to Socket Redirector name: ser2sock -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - ser2sock @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index f494fb42..2b0e2dd9 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -1,6 +1,6 @@ # ser2sock -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Serial to Socket Redirector @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.0.1 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/sharry/Chart.yaml b/charts/stable/sharry/Chart.yaml index 4436eda9..49e56438 100644 --- a/charts/stable/sharry/Chart.yaml +++ b/charts/stable/sharry/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.6.0 description: Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. name: sharry -version: 2.1.1 +version: 2.2.0 keywords: - file sharing home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/sharry @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/sharry/README.md b/charts/stable/sharry/README.md index d2f2db5c..e2fdc946 100644 --- a/charts/stable/sharry/README.md +++ b/charts/stable/sharry/README.md @@ -1,6 +1,6 @@ # sharry -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. @@ -17,7 +17,7 @@ Sharry allows to share files with others in a simple way. It is a self-hosted we | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/smarter-device-manager/Chart.yaml b/charts/stable/smarter-device-manager/Chart.yaml index be605274..715aebbc 100644 --- a/charts/stable/smarter-device-manager/Chart.yaml +++ b/charts/stable/smarter-device-manager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.1.2 description: Manage hardware resource allocation without a need for privileged containers name: smarter-device-manager -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - kubernetes @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/smarter-device-manager/README.md b/charts/stable/smarter-device-manager/README.md index 6809ff5f..0a8dc008 100644 --- a/charts/stable/smarter-device-manager/README.md +++ b/charts/stable/smarter-device-manager/README.md @@ -1,6 +1,6 @@ # smarter-device-manager -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square) Manage hardware resource allocation without a need for privileged containers @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index b91e5f96..a71399ed 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/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: 10.1.1 +version: 10.2.0 kubeVersion: ">=1.16.0-0" keywords: - sonarr @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index 07d553a0..9a768c23 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 9.4.0](https://img.shields.io/badge/Version-9.4.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: 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) Smart PVR for newsgroup and bittorrent users @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,9 +81,9 @@ N/A | image.repository | string | `"linuxserver/sonarr"` | | | image.tag | string | `"version-3.0.4.993"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | | probes.liveness.custom | bool | `true` | | diff --git a/charts/stable/speedtest-prometheus/Chart.yaml b/charts/stable/speedtest-prometheus/Chart.yaml index 97cf4f6a..7b2b185f 100644 --- a/charts/stable/speedtest-prometheus/Chart.yaml +++ b/charts/stable/speedtest-prometheus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: speedtest-prometheus description: Prometheus Exporter for the official Speedtest CLI type: application -version: 2.1.2 +version: 2.1.3 appVersion: 1.1.0 keywords: - speedtest diff --git a/charts/stable/speedtest-prometheus/README.md b/charts/stable/speedtest-prometheus/README.md index 1d0e5b26..b1e0e4c2 100644 --- a/charts/stable/speedtest-prometheus/README.md +++ b/charts/stable/speedtest-prometheus/README.md @@ -1,6 +1,6 @@ # speedtest-prometheus -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) Prometheus Exporter for the official Speedtest CLI @@ -125,4 +125,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/speedtest/Chart.yaml b/charts/stable/speedtest/Chart.yaml index 4412e3f8..1602f0a9 100644 --- a/charts/stable/speedtest/Chart.yaml +++ b/charts/stable/speedtest/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: speedtest -version: 3.0.2 +version: 3.0.3 appVersion: 1.0.0 description: periodic speedtest and save the results to InfluxDB keywords: diff --git a/charts/stable/speedtest/README.md b/charts/stable/speedtest/README.md index 4eedce1f..59099f44 100644 --- a/charts/stable/speedtest/README.md +++ b/charts/stable/speedtest/README.md @@ -1,6 +1,6 @@ # speedtest -![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) periodic speedtest and save the results to InfluxDB @@ -126,4 +126,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index d6617ecb..5849275a 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: An organizer for your porn, written in Go name: stash -version: 1.0.0 +version: 1.1.0 kubeVersion: ">=1.16.0-0" keywords: - porn @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index 7a22bac9..eae11c4f 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -1,6 +1,6 @@ # stash -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) An organizer for your porn, written in Go @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -79,10 +79,11 @@ N/A | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"stashapp/stash"` | | -| image.tag | string | `"latest"` | | +| image.tag | string | `"latest@sha256:24dbd76071745be0c4e75f730aa7ac2b37cb2b2918eabf8559643196b3b7a64a"` | | | ingress.enabled | bool | `false` | | | persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | +| persistence.config.mountPath | string | `"/root/.stash"` | | | persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | | | persistence.media.mountPath | string | `"/media"` | | diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index e8190b73..7a9105e0 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.90.65 description: Status page for monitoring your websites and applications name: statping -version: 3.1.2 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - statping @@ -20,7 +20,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/statping/README.md b/charts/stable/statping/README.md index 392946e8..e2710578 100644 --- a/charts/stable/statping/README.md +++ b/charts/stable/statping/README.md @@ -1,6 +1,6 @@ # statping -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![AppVersion: v0.90.65](https://img.shields.io/badge/AppVersion-v0.90.65-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v0.90.65](https://img.shields.io/badge/AppVersion-v0.90.65-informational?style=flat-square) Status page for monitoring your websites and applications @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 85f33e2b..16f16635 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.6.6 description: A Python based monitoring and tracking tool for Plex Media Server name: tautulli -version: 8.1.1 +version: 8.2.0 kubeVersion: ">=1.16.0-0" keywords: - tautulli @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index 1c401ac5..61fd8874 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -1,6 +1,6 @@ # tautulli -![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![AppVersion: v2.6.6](https://img.shields.io/badge/AppVersion-v2.6.6-informational?style=flat-square) +![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) A Python based monitoring and tracking tool for Plex Media Server @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"tautulli/tautulli"` | | | image.tag | string | `"v2.6.6"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `8181` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index d6dea9d2..f19c3c57 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.00.07 description: Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. name: tdarr -version: 2.1.1 +version: 2.2.0 keywords: - transcoding - remux @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index edf88364..9a7cc372 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -1,6 +1,6 @@ # tdarr -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 2.00.07](https://img.shields.io/badge/AppVersion-2.00.07-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.00.07](https://img.shields.io/badge/AppVersion-2.00.07-informational?style=flat-square) Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. @@ -18,7 +18,7 @@ Tdarr is a self hosted web-app for automating media library transcode/remux mana | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -94,11 +94,11 @@ N/A | image.repository | string | `"haveagitgat/tdarr"` | tdarr image | | image.tag | string | `"2.00.07"` | tdarr image tag | | nodeSelector | object | `{}` | Node labels for pod assignment of the GUI | -| persistence.config | object | `{"emptyDir":false,"enabled":false,"mountpath":"/app/configs"}` | Volume used for configuration | -| persistence.data.emptyDir | bool | `false` | | +| persistence.config | object | `{"emptyDir":{"enabled":false},"enabled":false,"mountpath":"/app/configs"}` | Volume used for configuration | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | Volume used for tdarr server database | | persistence.data.mountpath | string | `"/app/server"` | | -| persistence.media.emptyDir | bool | `false` | | +| persistence.media.emptyDir.enabled | bool | `false` | | | persistence.media.enabled | bool | `false` | Volume used for media libraries | | persistence.media.mountpath | string | `"/media"` | | | podAnnotations | object | `{}` | Pod annotations | diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 6fa18bf7..0457180c 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.9 description: Teedy is an open source, lightweight document management system for individuals and businesses. name: teedy -version: 3.1.2 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - teedy @@ -19,7 +19,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index a8a589a5..c815a40b 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -1,6 +1,6 @@ # teedy -![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: v1.9](https://img.shields.io/badge/AppVersion-v1.9-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: v1.9](https://img.shields.io/badge/AppVersion-v1.9-informational?style=flat-square) Teedy is an open source, lightweight document management system for individuals and businesses. @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,7 +82,7 @@ N/A | image.repository | string | `"sismics/docs"` | | | image.tag | string | `"v1.9"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/data"` | | | postgresql.enabled | bool | `false` | | diff --git a/charts/stable/teslamate/Chart.yaml b/charts/stable/teslamate/Chart.yaml index e3697810..03c8ade4 100644 --- a/charts/stable/teslamate/Chart.yaml +++ b/charts/stable/teslamate/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.22.0 description: A self-hosted data logger for your Tesla 🚘 name: teslamate -version: 3.6.4 +version: 3.6.5 keywords: - teslamate - tesla diff --git a/charts/stable/teslamate/README.md b/charts/stable/teslamate/README.md index 9a006a42..3612bf50 100644 --- a/charts/stable/teslamate/README.md +++ b/charts/stable/teslamate/README.md @@ -1,6 +1,6 @@ # teslamate -![Version: 3.6.2](https://img.shields.io/badge/Version-3.6.2-informational?style=flat-square) ![AppVersion: v1.20.0](https://img.shields.io/badge/AppVersion-v1.20.0-informational?style=flat-square) +![Version: 3.6.5](https://img.shields.io/badge/Version-3.6.5-informational?style=flat-square) ![AppVersion: v1.22.0](https://img.shields.io/badge/AppVersion-v1.22.0-informational?style=flat-square) A self-hosted data logger for your Tesla 🚘 @@ -16,7 +16,7 @@ A self-hosted data logger for your Tesla 🚘 | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | ## TL;DR @@ -78,7 +78,7 @@ N/A | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"teslamate/teslamate"` | | -| image.tag | string | `"1.20.0"` | | +| image.tag | string | `"1.22.0"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.hosts[0] | string | `"chart-example.local"` | | @@ -150,4 +150,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 4f977ac7..d0aa9082 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.11 description: Traccar is an open source GPS tracking system. name: traccar -version: 4.1.2 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - traccar @@ -17,7 +17,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: mariadb version: 9.3.6 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index 4747f9d1..d8328168 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -1,6 +1,6 @@ # traccar -![Version: 3.3.1](https://img.shields.io/badge/Version-3.3.1-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square) Traccar is an open source GPS tracking system. @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | mariadb | 9.3.4 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -89,7 +89,7 @@ N/A | mariadb.auth.username | string | `"traccar"` | | | mariadb.enabled | bool | `false` | | | mariadb.primary.persistence.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/opt/traccar/data"` | | | probes.startup.enabled | bool | `true` | | diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index a241e8c6..8969e7c9 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik-forward-auth description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer type: application -version: 1.0.7 +version: 1.0.8 appVersion: 2.2.0 keywords: - traefik diff --git a/charts/stable/traefik-forward-auth/README.md b/charts/stable/traefik-forward-auth/README.md index 62a7ae65..23e6bd9b 100644 --- a/charts/stable/traefik-forward-auth/README.md +++ b/charts/stable/traefik-forward-auth/README.md @@ -1,6 +1,6 @@ # traefik-forward-auth -![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) +![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer @@ -177,4 +177,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 4f30925f..d37035a4 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.0 description: Transmission is a cross-platform BitTorrent client name: transmission -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - transmission @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index 6719309b..e9eef50d 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -1,6 +1,6 @@ # transmission -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![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) Transmission is a cross-platform BitTorrent client @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,13 +81,13 @@ N/A | image.repository | string | `"linuxserver/transmission"` | | | image.tag | string | `"version-3.00-r2"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/config"` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | -| persistence.watch.emptyDir | bool | `false` | | +| persistence.watch.emptyDir.enabled | bool | `false` | | | persistence.watch.enabled | bool | `false` | | | persistence.watch.mountPath | string | `"/watch"` | | | probes.liveness.spec.timeoutSeconds | int | `30` | | diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 644fc43b..6f15a137 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 2.1.2 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - tt-rss @@ -16,7 +16,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: postgresql version: 10.3.15 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index 96f59f51..5bea2956 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -1,6 +1,6 @@ # tt-rss -![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 10.3.7 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 48fc74cf..101f3ab3 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: TVheadend - a TV streaming server and digital video recorder name: tvheadend -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - tv @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index e58a92fb..df10caf2 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -1,6 +1,6 @@ # tvheadend -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) TVheadend - a TV streaming server and digital video recorder @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -80,10 +80,10 @@ N/A | image.repository | string | `"linuxserver/tvheadend"` | | | image.tag | string | `"latest"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/config"` | | -| persistence.recordings.emptyDir | bool | `false` | | +| persistence.recordings.emptyDir.enabled | bool | `false` | | | persistence.recordings.enabled | bool | `false` | | | persistence.recordings.mountPath | string | `"/recordings"` | | | service.port.port | int | `9981` | | diff --git a/charts/stable/unifi-poller/Chart.yaml b/charts/stable/unifi-poller/Chart.yaml index 0fdc79c1..e986bc0c 100644 --- a/charts/stable/unifi-poller/Chart.yaml +++ b/charts/stable/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: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - unifi @@ -18,7 +18,7 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 - name: influxdb version: 1.1.9 repository: https://charts.bitnami.com/bitnami diff --git a/charts/stable/unifi-poller/README.md b/charts/stable/unifi-poller/README.md index db3ad0b6..04564614 100644 --- a/charts/stable/unifi-poller/README.md +++ b/charts/stable/unifi-poller/README.md @@ -1,6 +1,6 @@ # unifi-poller -![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus @@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | influxdb | 1.1.9 | -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index e9d6bb8d..4a88679a 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 6.0.45 description: Ubiquiti Network's Unifi Controller name: unifi -version: 1.5.5 +version: 1.5.6 keywords: - ubiquiti - unifi diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index 8e620514..318cb5f9 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -1,6 +1,6 @@ # unifi -![Version: 1.5.4](https://img.shields.io/badge/Version-1.5.4-informational?style=flat-square) ![AppVersion: 5.14.23](https://img.shields.io/badge/AppVersion-5.14.23-informational?style=flat-square) +![Version: 1.5.6](https://img.shields.io/badge/Version-1.5.6-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square) Ubiquiti Network's Unifi Controller @@ -240,4 +240,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 05645480..1ba9b3e3 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.7.2 description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them. name: unpackerr -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - unpackerr @@ -21,4 +21,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index 5654a793..f767b452 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -1,6 +1,6 @@ # unpackerr -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 0.7.2](https://img.shields.io/badge/AppVersion-0.7.2-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 0.7.2](https://img.shields.io/badge/AppVersion-0.7.2-informational?style=flat-square) This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"golift/unpackerr"` | | | image.tag | string | `"0.7.2"` | | | ingress.enabled | bool | `false` | | -| persistence.downloads.emptyDir | bool | `false` | | +| persistence.downloads.emptyDir.enabled | bool | `false` | | | persistence.downloads.enabled | bool | `false` | | | persistence.downloads.mountPath | string | `"/downloads"` | | | probes.liveness.enabled | bool | `false` | | diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index c286fd2a..0d7ff968 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: uptimerobot-prometheus description: Prometheus Exporter for the official uptimerobot CLI type: application -version: 2.0.3 +version: 2.0.4 appVersion: 0.0.1 keywords: - uptimerobot diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md index 50935732..55e934d1 100644 --- a/charts/stable/uptimerobot-prometheus/README.md +++ b/charts/stable/uptimerobot-prometheus/README.md @@ -1,6 +1,6 @@ # uptimerobot-prometheus -![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) Prometheus Exporter for the official uptimerobot CLI @@ -126,4 +126,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/uptimerobot/Chart.yaml b/charts/stable/uptimerobot/Chart.yaml index 9db6e520..9b778cbc 100644 --- a/charts/stable/uptimerobot/Chart.yaml +++ b/charts/stable/uptimerobot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: uptimerobot -version: 3.0.3 +version: 3.0.4 appVersion: 1.1.0 description: A tool to get statistics from Uptime Robot and log it into InfluxDB keywords: diff --git a/charts/stable/uptimerobot/README.md b/charts/stable/uptimerobot/README.md index ea3ffc23..44010ae0 100644 --- a/charts/stable/uptimerobot/README.md +++ b/charts/stable/uptimerobot/README.md @@ -1,6 +1,6 @@ # uptimerobot -![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) +![Version: 3.0.4](https://img.shields.io/badge/Version-3.0.4-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) A tool to get statistics from Uptime Robot and log it into InfluxDB @@ -117,4 +117,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index c3435e31..88ceeb41 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: Valheim dedicated gameserver with automatic update and world backup support name: valheim -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - valheim @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index 880fc11d..d5ec5c2c 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -1,6 +1,6 @@ # valheim -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Valheim dedicated gameserver with automatic update and world backup support @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -85,6 +85,9 @@ N/A | probes.liveness.enabled | bool | `false` | | | probes.readiness.enabled | bool | `false` | | | probes.startup.enabled | bool | `false` | | +| resources.limits.memory | string | `"4096Mi"` | | +| resources.requests.cpu | string | `"300m"` | | +| resources.requests.memory | string | `"2048Mi"` | | | service.additionalPorts[0].name | string | `"valheim-2"` | | | service.additionalPorts[0].port | int | `2457` | | | service.additionalPorts[0].protocol | string | `"UDP"` | | diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 8508aa77..d423b4b3 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.16.0 description: The to-do app to organize your life name: vikunja -version: 2.1.1 +version: 2.2.0 keywords: - vikunja - to-do @@ -23,4 +23,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index 3784955d..616841a6 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -1,6 +1,6 @@ # vikunja -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat-square) The to-do app to organize your life @@ -20,7 +20,7 @@ The to-do app to organize your life | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -94,7 +94,7 @@ N/A | image.repository | string | `"caddy"` | Caddy reverse proxy image and tag | | image.tag | string | `"2.3.0-alpine"` | vikunja api image tag | | nodeSelector | object | `{}` | Node labels for pod assignment of the GUI | -| persistence.files | object | `{"emptyDir":false,"enabled":false,"mountpath":"/app/vikunja/files"}` | Volume used for static files | +| persistence.files | object | `{"emptyDir":{"enabled":false},"enabled":false,"mountpath":"/app/vikunja/files"}` | Volume used for static files | | podAnnotations | object | `{}` | Pod annotations | | resources | object | `{}` | | | service.port.port | int | `8080` | Kubernetes port where used by Caddy reverse proxy | diff --git a/charts/stable/wallabag/Chart.yaml b/charts/stable/wallabag/Chart.yaml index 6362db26..eb99b7ac 100644 --- a/charts/stable/wallabag/Chart.yaml +++ b/charts/stable/wallabag/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.4.1 description: A self hostable application for saving web pages, freely. name: wallabag -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - wallabag @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/wallabag/README.md b/charts/stable/wallabag/README.md index 37af8196..85ed02ec 100644 --- a/charts/stable/wallabag/README.md +++ b/charts/stable/wallabag/README.md @@ -1,6 +1,6 @@ # wallabag -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) A self hostable application for saving web pages, freely. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -82,10 +82,10 @@ Default login is `wallabag:wallabag`. | image.repository | string | `"wallabag/wallabag"` | | | image.tag | string | `"2.4.1"` | | | ingress.enabled | bool | `false` | | -| persistence.cache.emptyDir | bool | `false` | | +| persistence.cache.emptyDir.enabled | bool | `false` | | | persistence.cache.enabled | bool | `false` | | | persistence.cache.mountPath | string | `"/var/www/wallabag/var/cache"` | | -| persistence.images.emptyDir | bool | `false` | | +| persistence.images.emptyDir.enabled | bool | `false` | | | persistence.images.enabled | bool | `false` | | | persistence.images.mountPath | string | `"/var/www/wallabag/web/assets/images"` | | | service.port.port | int | `80` | | diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 8ff82b95..4edfd76d 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.4.0 description: A self-hosted, ad-free, privacy-respecting metasearch engine name: whoogle -version: 1.0.0 +version: 1.1.0 kubeVersion: ">=1.16.0-0" keywords: - whoogle @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index 0c82883f..1e24b493 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -1,6 +1,6 @@ # whoogle -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) A self-hosted, ad-free, privacy-respecting metasearch engine @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -113,4 +113,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index a1bb1123..13ac72c7 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.5.191 description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! name: wikijs -version: 4.1.1 +version: 4.2.0 kubeVersion: ">=1.16.0-0" keywords: - wiki @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index 2b6874c4..f2feb077 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -1,6 +1,6 @@ # wikijs -![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 2.5.191](https://img.shields.io/badge/AppVersion-2.5.191-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 2.5.191](https://img.shields.io/badge/AppVersion-2.5.191-informational?style=flat-square) Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -94,11 +94,11 @@ N/A | ingress."ingress.hosts[0].paths[0].pathType" | string | `"Prefix"` | | | ingress.enabled | bool | `false` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.size | string | `"1Gi"` | | | persistence.data.accessMode | string | `"ReadWriteOnce"` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/app/wiki/data"` | | | persistence.data.size | string | `"1Gi"` | | diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index 45f7d66c..a2798452 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.3.3 description: XBackBone is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support. name: xbackbone -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - xbackbone @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/xbackbone/README.md b/charts/stable/xbackbone/README.md index 08fd2a82..5baab8f8 100644 --- a/charts/stable/xbackbone/README.md +++ b/charts/stable/xbackbone/README.md @@ -1,6 +1,6 @@ # xbackbone -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) XBackBone is a simple, self-hosted, lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"pe46dro/xbackbone-docker"` | | | image.tag | string | `"3.3.3"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/app/config"` | | | service.port.port | int | `80` | | diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 532b3296..25655915 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/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: 6.1.1 +version: 6.2.0 kubeVersion: ">=1.16.0-0" keywords: - xteve @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index 98537644..5daaca38 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -1,6 +1,6 @@ # xteve -![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-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.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) M3U Proxy for Plex DVR and Emby Live TV. @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,7 +81,7 @@ N/A | image.repository | string | `"k8sathome/xteve"` | | | image.tag | string | `"v2.1.2.0120"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | service.port.port | int | `34400` | | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index a01c4b0f..ac293424 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "4.2" description: Self-hosted YouTube downloader built on Material Design name: youtubedl-material -version: 2.1.1 +version: 2.2.0 kubeVersion: ">=1.16.0-0" keywords: - youtubedl-material @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md index 58ae0c8c..0d898b23 100644 --- a/charts/stable/youtubedl-material/README.md +++ b/charts/stable/youtubedl-material/README.md @@ -1,6 +1,6 @@ # youtubedl-material -![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 4.2](https://img.shields.io/badge/AppVersion-4.2-informational?style=flat-square) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 4.2](https://img.shields.io/badge/AppVersion-4.2-informational?style=flat-square) Self-hosted YouTube downloader built on Material Design @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -81,19 +81,19 @@ N/A | image.repository | string | `"tzahi12345/youtubedl-material"` | | | image.tag | float | `4.2` | | | ingress.enabled | bool | `false` | | -| persistence.audio.emptyDir | bool | `false` | | +| persistence.audio.emptyDir.enabled | bool | `false` | | | persistence.audio.enabled | bool | `false` | | | persistence.audio.mountPath | string | `"/app/audio"` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/app/appdata"` | | -| persistence.subscriptions.emptyDir | bool | `false` | | +| persistence.subscriptions.emptyDir.enabled | bool | `false` | | | persistence.subscriptions.enabled | bool | `false` | | | persistence.subscriptions.mountPath | string | `"/subscriptions"` | | -| persistence.users.emptyDir | bool | `false` | | +| persistence.users.emptyDir.enabled | bool | `false` | | | persistence.users.enabled | bool | `false` | | | persistence.users.mountPath | string | `"/users"` | | -| persistence.video.emptyDir | bool | `false` | | +| persistence.video.emptyDir.enabled | bool | `false` | | | persistence.video.enabled | bool | `false` | | | persistence.video.mountPath | string | `"/video"` | | | service.port.port | int | `17442` | | diff --git a/charts/stable/zalando-postgres-cluster/Chart.yaml b/charts/stable/zalando-postgres-cluster/Chart.yaml index 6d8e17cc..68440f24 100644 --- a/charts/stable/zalando-postgres-cluster/Chart.yaml +++ b/charts/stable/zalando-postgres-cluster/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 1.0.0 +version: 1.1.0 description: Creates a postgres cluster using the Zalando Postgres operator and local storage name: zalando-postgres-cluster appVersion: 1.0.0 @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/zalando-postgres-cluster/README.md b/charts/stable/zalando-postgres-cluster/README.md index 71a5edff..2f4d294b 100644 --- a/charts/stable/zalando-postgres-cluster/README.md +++ b/charts/stable/zalando-postgres-cluster/README.md @@ -1,6 +1,6 @@ # zalando-postgres-cluster -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Creates a postgres cluster using the Zalando Postgres operator and local storage @@ -16,7 +16,7 @@ Creates a postgres cluster using the Zalando Postgres operator and local storage | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.1.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 92906046..9e3aa90d 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.17.1 description: Bridges events and allows you to control your Zigbee devices via MQTT name: zigbee2mqtt -version: 7.1.1 +version: 7.2.0 kubeVersion: ">=1.16.0-0" keywords: - zigbee @@ -20,4 +20,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md index faab950b..f88f0b9f 100644 --- a/charts/stable/zigbee2mqtt/README.md +++ b/charts/stable/zigbee2mqtt/README.md @@ -1,6 +1,6 @@ # zigbee2mqtt -![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square) +![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square) Bridges events and allows you to control your Zigbee devices via MQTT @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -125,7 +125,7 @@ affinity: | image.repository | string | `"koenkk/zigbee2mqtt"` | | | image.tag | string | `"1.17.1"` | | | ingress.enabled | bool | `false` | | -| persistence.data.emptyDir | bool | `false` | | +| persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | | persistence.data.mountPath | string | `"/data"` | | | service.port.port | int | `8080` | | diff --git a/charts/stable/zwave2mqtt/Chart.yaml b/charts/stable/zwave2mqtt/Chart.yaml index d710025f..699c92e7 100644 --- a/charts/stable/zwave2mqtt/Chart.yaml +++ b/charts/stable/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: 8.1.1 +version: 8.2.0 kubeVersion: ">=1.16.0-0" keywords: - zwave @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/zwave2mqtt/README.md b/charts/stable/zwave2mqtt/README.md index 2aff4458..98b9b797 100644 --- a/charts/stable/zwave2mqtt/README.md +++ b/charts/stable/zwave2mqtt/README.md @@ -1,6 +1,6 @@ # zwave2mqtt -![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![AppVersion: 4.0.6](https://img.shields.io/badge/AppVersion-4.0.6-informational?style=flat-square) +![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat-square) ![AppVersion: 4.0.6](https://img.shields.io/badge/AppVersion-4.0.6-informational?style=flat-square) Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -111,7 +111,7 @@ affinity: | image.repository | string | `"robertslando/zwave2mqtt"` | | | image.tag | string | `"4.0.6"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/usr/src/app/store"` | | | probes.liveness.enabled | bool | `true` | | diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index ba9f7627..d1953a65 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.0.3 description: Fully configurable Zwave to MQTT Gateway and Control Panel name: zwavejs2mqtt -version: 3.2.0 +version: 3.3.0 kubeVersion: ">=1.16.0-0" keywords: - zwave @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0 diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index 37d5e0a3..545a9c21 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -1,6 +1,6 @@ # zwavejs2mqtt -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square) +![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![AppVersion: 3.0.3](https://img.shields.io/badge/AppVersion-3.0.3-informational?style=flat-square) Fully configurable Zwave to MQTT Gateway and Control Panel @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 1.0.0 | +| https://library-charts.k8s-at-home.com | common | 2.2.0 | ## TL;DR @@ -110,9 +110,9 @@ affinity: | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"zwavejs/zwavejs2mqtt"` | | -| image.tag | string | `"1.1.1"` | | +| image.tag | string | `"3.0.3"` | | | ingress.enabled | bool | `false` | | -| persistence.config.emptyDir | bool | `false` | | +| persistence.config.emptyDir.enabled | bool | `false` | | | persistence.config.enabled | bool | `false` | | | persistence.config.mountPath | string | `"/usr/src/app/store"` | | | probes.liveness.enabled | bool | `true` | | diff --git a/hack/gen-helm-docs.sh b/hack/gen-helm-docs.sh index 09b0578f..7d8c838c 100755 --- a/hack/gen-helm-docs.sh +++ b/hack/gen-helm-docs.sh @@ -26,11 +26,11 @@ if [ $# -ge 1 ] && [ -n "$1" ] && [ -n "$2" ]; then charts="${repository}/charts/$1/$2/Chart.yaml" root="$(dirname "${charts}")" if [ ! -f "$charts" ]; then - echo "File ${charts} does not exist." + echo "File ${charts} does not exist." exit 1 fi else - root="${repository}" + root="${repository}/charts/stable" fi for chart in ${charts}; do diff --git a/templates/chart/Chart.yaml b/templates/chart/Chart.yaml index f74d95d9..c89eb569 100644 --- a/templates/chart/Chart.yaml +++ b/templates/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: ${CHARTNAME} helm package name: ${CHARTNAME} -version: 1.0.0 +version: 1.1.0 kubeVersion: ">=1.16.0-0" keywords: - ${CHARTNAME} @@ -16,4 +16,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 2.1.0 + version: 2.2.0