Compare commits
51 Commits
dendrite-6
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4937c0d70 | ||
|
|
d19ed5d480 | ||
|
|
7990906462 | ||
|
|
5dd0cd93d2 | ||
|
|
14c7624fce | ||
|
|
645a857f7e | ||
|
|
770390c59f | ||
|
|
d6d28bf27b | ||
|
|
402fa10cb1 | ||
|
|
ed357b1f13 | ||
|
|
535821d65a | ||
|
|
fcfe860c7a | ||
|
|
a4d622cbb3 | ||
|
|
fa3028961e | ||
|
|
155a9558b1 | ||
|
|
e2cba2c602 | ||
|
|
c30b6976c3 | ||
|
|
6574501569 | ||
|
|
c32c6a24d8 | ||
|
|
7288861d79 | ||
|
|
c679761009 | ||
|
|
24f6568867 | ||
|
|
c1604d9ec8 | ||
|
|
144fd832f6 | ||
|
|
f7afe9ca37 | ||
|
|
948e0dc592 | ||
|
|
e6655559c6 | ||
|
|
014938a1b3 | ||
|
|
3143732494 | ||
|
|
4925d1f08c | ||
|
|
ad814f200b | ||
|
|
80cfaabf86 | ||
|
|
89a5f49e15 | ||
|
|
02c96ebc05 | ||
|
|
1cf4fdcfd0 | ||
|
|
cc371396eb | ||
|
|
509bc55eec | ||
|
|
418e6cea1e | ||
|
|
9c1e76f8b1 | ||
|
|
c6de36c34c | ||
|
|
1bf86d16d1 | ||
|
|
d4926f5a70 | ||
|
|
d068e85edc | ||
|
|
f65e42910a | ||
|
|
7bcfb345b2 | ||
|
|
f0345c078a | ||
|
|
02a7f4e62e | ||
|
|
d0bc990f67 | ||
|
|
8d77a215aa | ||
|
|
81ca3d5d06 | ||
|
|
4e9ed6d6c3 |
2
.github/scripts/requirements.txt
vendored
2
.github/scripts/requirements.txt
vendored
@@ -2,4 +2,4 @@ GitPython==3.1.27
|
||||
loguru==0.6.0
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.string==0.1.0
|
||||
typer==0.4.2
|
||||
typer==0.6.1
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
||||
|
||||
group :test do
|
||||
gem 'm'
|
||||
gem 'minitest', "5.16.1"
|
||||
gem 'minitest', "5.16.2"
|
||||
gem 'minitest-implicit-subject'
|
||||
gem 'minitest-reporters', "1.5.0"
|
||||
gem 'pry', "0.14.1"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
| [comcast](stable/comcast) | periodic comcast data usage checks and save the results to InfluxDB |
|
||||
| [cryptofolio](stable/cryptofolio) | Track your cryptocurrency holdings/portfolio |
|
||||
| [deconz](stable/deconz) | 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. |
|
||||
| [deemix](stable/deemix) | Deemix is a Deezer Download Manager |
|
||||
| [deepstack](stable/deepstack) | An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud |
|
||||
| [deluge](stable/deluge) | Deluge is a torrent download client |
|
||||
| [dizquetv](stable/dizquetv) | Create live TV channel streams from media on your Plex servers. |
|
||||
@@ -94,6 +95,7 @@
|
||||
| [nginx-php](stable/nginx-php) | Nginx and PHP FPM for running PHP applications |
|
||||
| [nightscout](stable/nightscout) | nightscout helm package |
|
||||
| [node-red](stable/node-red) | Node-RED is low-code programming for event-driven applications |
|
||||
| [ntfy](stable/ntfy) | Send push notifications to your phone or desktop using PUT/POST |
|
||||
| [nullserv](stable/nullserv) | A simple null file http and https server |
|
||||
| [nzbget](stable/nzbget) | NZBGet is a Usenet downloader client |
|
||||
| [nzbhydra2](stable/nzbhydra2) | Usenet meta search |
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.10.2
|
||||
description: A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
name: babybuddy
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- babybuddy
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# babybuddy
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.2
|
||||
### Version 1.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: "0.39.4"
|
||||
description: changedetection-io helm package
|
||||
name: changedetection-io
|
||||
version: 1.4.2
|
||||
version: 1.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- changedetection.io
|
||||
@@ -20,8 +20,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# changedetection-io
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
changedetection-io helm package
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.4.2
|
||||
### Version 1.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v4.14.1-nginx
|
||||
description: cryptpad helm package
|
||||
name: cryptpad
|
||||
version: 0.3.3
|
||||
version: 0.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- cryptpad
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded cryptpad-docker to v4.14.1-nginx
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# cryptpad
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
cryptpad helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.3.3
|
||||
### Version 0.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -103,7 +103,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded cryptpad-docker to v4.14.1-nginx
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v0.8.9
|
||||
description: Dendrite Matrix Homeserver
|
||||
name: dendrite
|
||||
version: 6.0.0
|
||||
version: 6.1.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- dendrite
|
||||
@@ -22,68 +22,66 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: postgresql
|
||||
version: 11.6.12
|
||||
version: 11.6.20
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: nats
|
||||
version: 0.17.1
|
||||
version: 0.17.3
|
||||
repository: https://nats-io.github.io/k8s/helm/charts/
|
||||
condition: nats.enabled
|
||||
# Client API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: clientapi
|
||||
condition: dendrite.polylithEnabled
|
||||
# Media API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: mediaapi
|
||||
condition: dendrite.polylithEnabled
|
||||
# Sync API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: syncapi
|
||||
condition: dendrite.polylithEnabled
|
||||
# Room Server
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: roomserver
|
||||
condition: dendrite.polylithEnabled
|
||||
# Federation API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: federationapi
|
||||
condition: dendrite.polylithEnabled
|
||||
# Key Server
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: keyserver
|
||||
condition: dendrite.polylithEnabled
|
||||
# User API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: userapi
|
||||
condition: dendrite.polylithEnabled
|
||||
# App Service API
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
alias: appserviceapi
|
||||
condition: dendrite.polylithEnabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `dendrite` dependency to version 0.8.9
|
||||
- kind: added
|
||||
description: Added ingress for polylith mode
|
||||
description: Upgraded `postgresql` chart dependency to version 11.6.20
|
||||
- kind: changed
|
||||
description: "**Breaking**: Updated default config as per separate monolith/polylith samples"
|
||||
description: Upgraded `nats` chart dependency to version 0.17.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dendrite
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Dendrite Matrix Homeserver
|
||||
|
||||
@@ -20,15 +20,15 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | mediaapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | syncapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | roomserver(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | userapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | keyserver(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | clientapi(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | mediaapi(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | syncapi(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | roomserver(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | federationapi(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | userapi(common) | 4.5.0 |
|
||||
| https://library-charts.k8s-at-home.com | appserviceapi(common) | 4.5.0 |
|
||||
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.17.1 |
|
||||
|
||||
## TL;DR
|
||||
@@ -235,16 +235,23 @@ For more information see:
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.0.0
|
||||
### Version 6.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Added ingress for polylith mode
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `dendrite` dependency to version 0.8.9
|
||||
* **Breaking**: Updated default config as per separate monolith/polylith samples
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'clientapi'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'mediaapi'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'syncapi'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'roomserver'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'federationapi'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'keyserver'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'userapi'
|
||||
* Upgraded `common` chart dependency to version 4.5.0 for alias 'appserviceapi'
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: v1.24.2
|
||||
description: handbrake helm package
|
||||
name: handbrake
|
||||
version: 0.0.1
|
||||
version: 0.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- handbrake
|
||||
@@ -16,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Initial version
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# handbrake
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
handbrake helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -86,15 +86,15 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.0.1
|
||||
### Version 0.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Initial version
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
apiVersion: v2
|
||||
description: A KaH-common powered chart template. This can be useful for small projects that don't have their own chart.
|
||||
name: kah-common-chart
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
maintainers:
|
||||
- name: bjw-s
|
||||
email: me@bjw-s.dev
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
description: LanCache Monolithic - a caching proxy server for game download content
|
||||
name: lancache
|
||||
version: 0.5.2
|
||||
version: 0.6.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- lancache
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# lancache
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
LanCache Monolithic - a caching proxy server for game download content
|
||||
|
||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -104,7 +104,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.5.2
|
||||
### Version 0.6.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -112,7 +112,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
description: mopidy helm package
|
||||
name: mopidy
|
||||
version: 0.0.1
|
||||
version: 0.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- mopidy
|
||||
@@ -16,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Initial version
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mopidy
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
mopidy helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,15 +87,15 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.0.1
|
||||
### Version 0.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Initial version
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 3.2.0
|
||||
description: openhab helm package
|
||||
name: openhab
|
||||
version: 1.4.2
|
||||
version: 1.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- openhab
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# openhab
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
openhab helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.4.2
|
||||
### Version 1.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ appVersion: 0.0.138
|
||||
description: scrypted helm package
|
||||
name: scrypted
|
||||
type: application
|
||||
version: 0.2.2
|
||||
version: 0.3.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- scrypted
|
||||
@@ -18,8 +18,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# scrypted
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
scrypted helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -86,7 +86,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.2.2
|
||||
### Version 0.3.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -94,7 +94,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: main
|
||||
description: Dedicated server for 7 Days to Die
|
||||
name: sdtd
|
||||
version: 0.2.2
|
||||
version: 0.3.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- 7d2d
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# sdtd
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Dedicated server for 7 Days to Die
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.2.2
|
||||
### Version 0.3.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
description: Dockerized Signal Messenger REST API
|
||||
name: signal-cli-rest-api
|
||||
appVersion: "0.57"
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# signal-cli-rest-api
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Dockerized Signal Messenger REST API
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.2
|
||||
### Version 1.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.0-beta.14
|
||||
description: TeamSpeak & Discord Bot
|
||||
name: sinusbot
|
||||
version: 0.4.2
|
||||
version: 0.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- sinusbot
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# sinusbot
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
TeamSpeak & Discord Bot
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -90,7 +90,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.4.2
|
||||
### Version 0.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -98,7 +98,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
description: snapcast helm package
|
||||
name: snapcast
|
||||
version: 0.0.1
|
||||
version: 0.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- snapcast
|
||||
@@ -17,8 +18,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Initial version
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# snapcast
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
snapcast helm package
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -90,15 +90,15 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.0.1
|
||||
### Version 0.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Initial version
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
description: strongSwan – the OpenSource IPsec-based VPN Solution
|
||||
name: strongswan
|
||||
version: 0.2.2
|
||||
version: 0.3.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- strongswan
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# strongswan
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
strongSwan – the OpenSource IPsec-based VPN Solution
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.2.2
|
||||
### Version 0.3.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 3.13.6
|
||||
description: TeamSpeak Server
|
||||
name: teamspeak
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- teamspeak
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Adds support for setting the metric exporter remote
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# teamspeak
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
TeamSpeak Server
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -125,7 +125,7 @@ service:
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.6.0
|
||||
### Version 0.7.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -133,7 +133,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Adds support for setting the metric exporter remote
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.111
|
||||
description: TorrServer streams torrent to http
|
||||
name: torrserver
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- torrserver
|
||||
@@ -18,8 +18,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# torrserver
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
TorrServer streams torrent to http
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -90,7 +90,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.2
|
||||
### Version 1.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -98,7 +98,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
||||
name: warrior
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- warrior
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# warrior
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -85,7 +85,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.2
|
||||
### Version 1.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -93,7 +93,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: v0.106.3
|
||||
appVersion: v0.107.7
|
||||
description: DNS proxy as ad-blocker for local network
|
||||
name: adguard-home
|
||||
version: 5.3.2
|
||||
version: 5.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- adguard-home
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adguard-home
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -82,14 +82,14 @@ N/A
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"adguard/adguardhome"` | image repository |
|
||||
| image.tag | string | `"v0.106.3"` | image tag |
|
||||
| image.tag | string | `nil` | |
|
||||
| initContainers.copy-configmap | object | See values.yaml | Configures an initContainer that copies the configmap to the AdGuardHome conf directory It does NOT overwrite when the file already exists. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 5.3.2
|
||||
### Version 5.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -36,8 +36,8 @@ initContainers:
|
||||
image:
|
||||
# -- image repository
|
||||
repository: adguard/adguardhome
|
||||
# -- image tag
|
||||
tag: v0.106.3
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -104,8 +104,7 @@ config: |
|
||||
auth_attempts: 5
|
||||
block_auth_min: 15
|
||||
http_proxy: ""
|
||||
language: en
|
||||
rlimit_nofile: 0
|
||||
language: ""
|
||||
debug_pprof: false
|
||||
web_session_ttl: 720
|
||||
dns:
|
||||
@@ -115,7 +114,7 @@ config: |
|
||||
statistics_interval: 1
|
||||
querylog_enabled: true
|
||||
querylog_file_enabled: true
|
||||
querylog_interval: 90
|
||||
querylog_interval: 2160h
|
||||
querylog_size_memory: 1000
|
||||
anonymize_client_ip: false
|
||||
protection_enabled: true
|
||||
@@ -125,7 +124,7 @@ config: |
|
||||
blocked_response_ttl: 10
|
||||
parental_block_host: family-block.dns.adguard.com
|
||||
safebrowsing_block_host: standard-block.dns.adguard.com
|
||||
ratelimit: 0
|
||||
ratelimit: 20
|
||||
ratelimit_whitelist: []
|
||||
refuse_any: true
|
||||
upstream_dns:
|
||||
@@ -138,12 +137,20 @@ config: |
|
||||
- 2620:fe::fe:10
|
||||
all_servers: false
|
||||
fastest_addr: false
|
||||
fastest_timeout: 1s
|
||||
allowed_clients: []
|
||||
disallowed_clients: []
|
||||
blocked_hosts: []
|
||||
blocked_hosts:
|
||||
- version.bind
|
||||
- id.server
|
||||
- hostname.bind
|
||||
trusted_proxies:
|
||||
- 127.0.0.0/8
|
||||
- ::1/128
|
||||
cache_size: 4194304
|
||||
cache_ttl_min: 0
|
||||
cache_ttl_max: 0
|
||||
cache_optimistic: false
|
||||
bogus_nxdomain: []
|
||||
aaaa_disabled: false
|
||||
enable_dnssec: false
|
||||
@@ -161,8 +168,9 @@ config: |
|
||||
cache_time: 30
|
||||
rewrites: []
|
||||
blocked_services: []
|
||||
local_domain_name: lan
|
||||
resolve_clients: true
|
||||
upstream_timeout: 10s
|
||||
private_networks: []
|
||||
use_private_ptr_resolvers: true
|
||||
local_ptr_upstreams: []
|
||||
tls:
|
||||
enabled: false
|
||||
@@ -170,7 +178,7 @@ config: |
|
||||
force_https: false
|
||||
port_https: 443
|
||||
port_dns_over_tls: 853
|
||||
port_dns_over_quic: 784
|
||||
port_dns_over_quic: 853
|
||||
port_dnscrypt: 0
|
||||
dnscrypt_config_file: ""
|
||||
allow_unencrypted_doh: false
|
||||
@@ -186,17 +194,14 @@ config: |
|
||||
id: 1
|
||||
- enabled: false
|
||||
url: https://adaway.org/hosts.txt
|
||||
name: AdAway
|
||||
name: AdAway Default Blocklist
|
||||
id: 2
|
||||
- enabled: false
|
||||
url: https://www.malwaredomainlist.com/hostslist/hosts.txt
|
||||
name: MalwareDomainList.com Hosts List
|
||||
id: 4
|
||||
whitelist_filters: []
|
||||
user_rules: []
|
||||
dhcp:
|
||||
enabled: false
|
||||
interface_name: ""
|
||||
local_domain_name: lan
|
||||
dhcpv4:
|
||||
gateway_ip: ""
|
||||
subnet_mask: ""
|
||||
@@ -210,7 +215,14 @@ config: |
|
||||
lease_duration: 86400
|
||||
ra_slaac_only: false
|
||||
ra_allow_slaac: false
|
||||
clients: []
|
||||
clients:
|
||||
runtime_sources:
|
||||
whois: true
|
||||
arp: true
|
||||
rdns: true
|
||||
dhcp: true
|
||||
hosts: true
|
||||
persistent: []
|
||||
log_compress: false
|
||||
log_localtime: false
|
||||
log_max_backups: 0
|
||||
@@ -218,4 +230,8 @@ config: |
|
||||
log_max_age: 3
|
||||
log_file: ""
|
||||
verbose: false
|
||||
schema_version: 10
|
||||
os:
|
||||
group: ""
|
||||
user: ""
|
||||
rlimit_nofile: 0
|
||||
schema_version: 14
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 10.6.2
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
name: airsonic
|
||||
version: 6.3.2
|
||||
version: 6.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- airsonic
|
||||
@@ -20,8 +20,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# airsonic
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Airsonic is a Free and Open Source community driven media server
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -93,7 +93,7 @@ by not constantly monitoring media folders.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.3.2
|
||||
### Version 6.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -101,7 +101,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 0.4.3
|
||||
description: Bot for Prometheus Alertmanager
|
||||
name: alertmanager-bot
|
||||
version: 6.3.2
|
||||
version: 6.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- alertmanager
|
||||
@@ -21,8 +21,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alertmanager-bot
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Bot for Prometheus Alertmanager
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -90,7 +90,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.3.2
|
||||
### Version 6.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -98,7 +98,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.3
|
||||
description: Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
||||
name: alertmanager-discord
|
||||
version: 1.2.2
|
||||
version: 1.3.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- alertmanager
|
||||
@@ -20,8 +20,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alertmanager-discord
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Webhook for Prometheus Alertmanager to listen for notifications and pushes them to Discord channel
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -88,7 +88,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.2.2
|
||||
### Version 1.3.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -96,7 +96,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.0.5
|
||||
description: Expose all events from an Amcrest device to an MQTT broker
|
||||
name: amcrest2mqtt
|
||||
version: 2.3.2
|
||||
version: 2.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- amcrest2mqtt
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amcrest2mqtt
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Expose all events from an Amcrest device to an MQTT broker
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -93,7 +93,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.3.2
|
||||
### Version 2.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -101,7 +101,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: 0.8.4
|
||||
appVersion: 0.12.3
|
||||
description: "Anonaddy: Anonymous email forwarding"
|
||||
name: anonaddy
|
||||
version: 4.1.0
|
||||
version: 5.1.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- anonaddy
|
||||
@@ -17,16 +17,16 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: mariadb
|
||||
version: 11.0.14
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: mariadb.enabled
|
||||
- name: redis
|
||||
version: 16.13.1
|
||||
version: 16.13.2
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `redis` chart dependency to version 16.13.1
|
||||
description: Upgraded `redis` chart dependency to version 16.13.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# anonaddy
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Anonaddy: Anonymous email forwarding
|
||||
|
||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
|
||||
| https://charts.bitnami.com/bitnami | redis | 16.13.1 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -81,9 +81,10 @@ N/A
|
||||
| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
|
||||
| env.ANONADDY_SECRET | string | `nil` | Long random string used when hashing data for the anonymous replies |
|
||||
| env.APP_KEY | string | `nil` | Application key for encrypter service You can generate one through `anonaddy key:generate --show` or `echo "base64:$(openssl rand -base64 32)"` |
|
||||
| env.DB_HOST | string | `nil` | MySQL database hostname / IP address |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"anonaddy/anonaddy"` | image repository |
|
||||
| image.tag | string | `"0.8.4"` | image tag |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| mariadb.enabled | bool | `false` | |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
@@ -93,7 +94,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.1.0
|
||||
### Version 5.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -101,7 +102,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `redis` chart dependency to version 16.13.1
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -8,10 +8,11 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: anonaddy/anonaddy
|
||||
# -- image tag
|
||||
tag: 0.8.4
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
@@ -26,6 +27,8 @@ env:
|
||||
ANONADDY_DOMAIN: chart-example.local
|
||||
# -- Long random string used when hashing data for the anonymous replies
|
||||
ANONADDY_SECRET:
|
||||
# -- MySQL database hostname / IP address
|
||||
DB_HOST:
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v1.4.1-2
|
||||
description: Index and stream music using apache-musicindex and m3u playlists
|
||||
name: apache-musicindex
|
||||
version: 2.3.2
|
||||
version: 2.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- apache-musicindex
|
||||
@@ -20,8 +20,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# apache-musicindex
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Index and stream music using apache-musicindex and m3u playlists
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -92,7 +92,7 @@ playlist.m3u.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.3.2
|
||||
### Version 2.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -100,7 +100,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 4.0.8
|
||||
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps for various types of Home Automation Software including Home Assistant and MQTT.
|
||||
name: appdaemon
|
||||
version: 8.3.2
|
||||
version: 8.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- appdaemon
|
||||
@@ -21,8 +21,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# appdaemon
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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.
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -86,7 +86,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 8.3.2
|
||||
### Version 8.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -94,7 +94,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: aria server for downloading web content
|
||||
name: aria2
|
||||
version: 1.3.2
|
||||
version: 1.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- aria2
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# aria2
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
aria server for downloading web content
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -92,7 +92,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.3.2
|
||||
### Version 1.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -100,7 +100,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: "2.0.3"
|
||||
description: Self-hosted audiobook server for managing and playing your audiobooks
|
||||
name: audiobookshelf
|
||||
version: 1.1.3
|
||||
version: 1.2.0
|
||||
kubeVersion: ">= 1.16.0-0"
|
||||
keywords:
|
||||
- audiobookshelf
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# audiobookshelf
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Self-hosted audiobook server for managing and playing your audiobooks
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>= 1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -86,7 +86,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.3
|
||||
### Version 1.2.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -94,7 +94,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v0.23.0
|
||||
description: Autobrr monitors IRC announce channels to get releases as soon as they are available with good filtering
|
||||
name: autobrr
|
||||
version: 1.0.1
|
||||
version: 1.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- autobrr
|
||||
@@ -19,10 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: fixed
|
||||
description: Corrected app description
|
||||
- kind: added
|
||||
description: Initial release
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# autobrr
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
autobrr is a cross-platform free and open-source BitTorrent client
|
||||
Autobrr monitors IRC announce channels to get releases as soon as they are available with good filtering
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -88,15 +88,15 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.0.0
|
||||
### Version 1.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
* Initial release
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
N/A
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,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: 5.0.0
|
||||
version: 5.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- baikal
|
||||
@@ -22,7 +22,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: mariadb
|
||||
version: 11.0.14
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -30,4 +30,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `mariadb` chart dependency to version 11.0.14
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# baikal
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
|
||||
|
||||
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.2.2
|
||||
### Version 5.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v1.0.3
|
||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||
name: bazarr
|
||||
version: 10.5.2
|
||||
version: 10.6.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- bazarr
|
||||
@@ -23,8 +23,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# bazarr
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 10.5.2
|
||||
### Version 10.6.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.5.0
|
||||
description: beets helm package
|
||||
name: beets
|
||||
version: 1.3.2
|
||||
version: 1.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- beets
|
||||
@@ -18,8 +18,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# beets
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
beets helm package
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.3.2
|
||||
### Version 1.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v0.18
|
||||
description: DNS proxy as ad-blocker for local network
|
||||
name: blocky
|
||||
version: 10.4.0
|
||||
version: 10.5.1
|
||||
kubeVersion: ">=1.19.0-0"
|
||||
keywords:
|
||||
- blocky
|
||||
@@ -19,12 +19,12 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.13.1
|
||||
version: 16.13.2
|
||||
condition: redis.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `redis` chart dependency to version 16.13.1
|
||||
description: Upgraded `redis` chart dependency to version 16.13.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# blocky
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
DNS proxy as ad-blocker for local network
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.19.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 16.13.1 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -105,7 +105,7 @@ helm install blocky k8s-at-home/blocky -f values.yaml
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 10.4.0
|
||||
### Version 10.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -113,7 +113,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `redis` chart dependency to version 16.13.1
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,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: 6.3.2
|
||||
version: 6.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- booksonic
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# booksonic-air
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -90,7 +90,7 @@ by not constantly monitoring media folders.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.3.2
|
||||
### Version 6.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -98,7 +98,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v21.12
|
||||
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||
name: bookstack
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- bookstack
|
||||
@@ -23,7 +23,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: mariadb
|
||||
version: 11.0.14
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -31,4 +31,4 @@ dependencies:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `mariadb` chart dependency to version 11.0.14
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# bookstack
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||
|
||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 5.0.0
|
||||
### Version 5.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `mariadb` chart dependency to version 11.0.14
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 0.6.12
|
||||
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: 8.3.2
|
||||
version: 8.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- calibre
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# calibre-web
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 8.3.2
|
||||
### Version 8.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: version-v5.21.0
|
||||
description: Calibre is a powerful and easy to use e-book manager.
|
||||
name: calibre
|
||||
version: 5.3.2
|
||||
version: 5.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- calibre
|
||||
@@ -18,8 +18,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# calibre
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -94,7 +94,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 5.3.2
|
||||
### Version 5.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -102,7 +102,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
name: comcast
|
||||
version: 6.3.2
|
||||
version: 6.4.0
|
||||
appVersion: 1.0.0
|
||||
description: periodic comcast data usage checks and save the results to InfluxDB
|
||||
keywords:
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# comcast
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
periodic comcast data usage checks and save the results to InfluxDB
|
||||
|
||||
@@ -17,7 +17,7 @@ periodic comcast data usage checks and save the results to InfluxDB
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -91,7 +91,7 @@ helm install comcast k8s-at-home/comcast -f values.yaml
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.3.2
|
||||
### Version 6.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -99,7 +99,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: V.2.2.0
|
||||
description: Track your cryptocurrency holdings/portfolio
|
||||
name: cryptofolio
|
||||
version: 1.3.2
|
||||
version: 1.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- cryptofolio
|
||||
@@ -17,8 +17,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# cryptofolio
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Track your cryptocurrency holdings/portfolio
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -86,7 +86,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.3.2
|
||||
### Version 1.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -94,7 +94,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 2.12.06
|
||||
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: 6.4.2
|
||||
version: 6.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- deconz
|
||||
@@ -21,8 +21,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# deconz
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -96,7 +96,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 6.4.2
|
||||
### Version 6.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -104,7 +104,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
26
charts/stable/deemix/.helmignore
Normal file
26
charts/stable/deemix/.helmignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
# helm-docs templates
|
||||
*.gotmpl
|
||||
27
charts/stable/deemix/Chart.yaml
Normal file
27
charts/stable/deemix/Chart.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: "2022.5.28-r206.a752a63e0e"
|
||||
description: "Deemix is a Deezer Download Manager"
|
||||
name: deemix
|
||||
version: 1.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- deemix
|
||||
- music
|
||||
- deezer
|
||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/deemix
|
||||
icon: https://gitlab.com/RemixDev/deemix-webui/-/raw/e63a8c709c477a8e68e61037f4b82359d23f4a32/src/assets/deemix-icon.svg
|
||||
sources:
|
||||
- https://gitlab.com/Bockiii/deemix-docker
|
||||
- https://gitlab.com/RemixDev/deemix-gui
|
||||
maintainers:
|
||||
- name: preisschild
|
||||
email: florian@florianstroeger.com
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
119
charts/stable/deemix/README.md
Normal file
119
charts/stable/deemix/README.md
Normal file
@@ -0,0 +1,119 @@
|
||||
# deemix
|
||||
|
||||
 
|
||||
|
||||
Deemix is a Deezer Download Manager
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://gitlab.com/Bockiii/deemix-docker>
|
||||
* <https://gitlab.com/RemixDev/deemix-gui>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||
helm repo update
|
||||
helm install deemix k8s-at-home/deemix
|
||||
```
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `deemix`
|
||||
|
||||
```console
|
||||
helm install deemix k8s-at-home/deemix
|
||||
```
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To uninstall the `deemix` deployment
|
||||
|
||||
```console
|
||||
helm uninstall deemix
|
||||
```
|
||||
|
||||
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
|
||||
|
||||
## Configuration
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install deemix \
|
||||
--set env.TZ="America/New York" \
|
||||
k8s-at-home/deemix
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install deemix k8s-at-home/deemix -f values.yaml
|
||||
```
|
||||
|
||||
## Custom configuration
|
||||
|
||||
N/A
|
||||
|
||||
## Values
|
||||
|
||||
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See more environment variables in the [deemix-docker documentation](https://gitlab.com/Bockiii/deemix-docker). |
|
||||
| env.PGID | string | `"1000"` | Group ID, see PUID |
|
||||
| env.PUID | string | `"1000"` | User ID of the user you want the container to run as in order to fix folder permission issues |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.UMASK_SET | string | `"022"` | Default umask for downloaded files |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"registry.gitlab.com/bockiii/deemix-docker"` | image repository |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.0
|
||||
|
||||
#### Added
|
||||
|
||||
N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
N/A
|
||||
|
||||
### Older versions
|
||||
|
||||
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/deemix?modal=changelog)
|
||||
|
||||
## Support
|
||||
|
||||
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
|
||||
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
|
||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||
9
charts/stable/deemix/README_CONFIG.md.gotmpl
Normal file
9
charts/stable/deemix/README_CONFIG.md.gotmpl
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- define "custom.custom.configuration.header" -}}
|
||||
## Custom configuration
|
||||
{{- end -}}
|
||||
|
||||
{{- define "custom.custom.configuration" -}}
|
||||
{{ template "custom.custom.configuration.header" . }}
|
||||
|
||||
N/A
|
||||
{{- end -}}
|
||||
1
charts/stable/deemix/templates/NOTES.txt
Normal file
1
charts/stable/deemix/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "common.notes.defaultNotes" . -}}
|
||||
1
charts/stable/deemix/templates/common.yaml
Normal file
1
charts/stable/deemix/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "common.all" . }}
|
||||
51
charts/stable/deemix/values.yaml
Normal file
51
charts/stable/deemix/values.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: registry.gitlab.com/bockiii/deemix-docker
|
||||
# -- image tag
|
||||
# @default -- chart.appVersion
|
||||
tag:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See more environment variables in the [deemix-docker documentation](https://gitlab.com/Bockiii/deemix-docker).
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: "UTC"
|
||||
# -- User ID of the user you want the container to run as in order to fix folder permission issues
|
||||
PUID: "1000"
|
||||
# -- Group ID, see PUID
|
||||
PGID: "1000"
|
||||
# -- Default umask for downloaded files
|
||||
UMASK_SET: "022"
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 6595
|
||||
|
||||
ingress:
|
||||
# -- Enable and configure ingress settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: false
|
||||
mountPath: /config
|
||||
downloads:
|
||||
enabled: false
|
||||
mountPath: /downloads
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: cpu-2021.09.1
|
||||
description: An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
||||
name: deepstack
|
||||
version: 1.4.2
|
||||
version: 1.5.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- deepstack
|
||||
@@ -20,8 +20,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# deepstack
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
An AI API engine that serves pre-built models and custom models on multiple edge devices locally or on your private cloud
|
||||
|
||||
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -96,7 +96,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.4.2
|
||||
### Version 1.5.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -104,7 +104,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: v2.0.3-2201906121747
|
||||
description: Deluge is a torrent download client
|
||||
name: deluge
|
||||
version: 5.3.2
|
||||
version: 5.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- deluge
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# deluge
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -92,7 +92,7 @@ The default login details (change ASAP) are:
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 5.3.2
|
||||
### Version 5.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -100,7 +100,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.4.3
|
||||
description: Create live TV channel streams from media on your Plex servers.
|
||||
name: dizquetv
|
||||
version: 4.3.2
|
||||
version: 4.4.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- dizqueTV
|
||||
@@ -19,8 +19,8 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dizquetv
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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 | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -89,7 +89,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.3.2
|
||||
### Version 4.4.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -97,7 +97,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.2.0
|
||||
description: Cert-Manager Webhook for DNSMadeEasy
|
||||
name: dnsmadeeasy-webhook
|
||||
version: 4.6.2
|
||||
version: 4.7.1
|
||||
keywords:
|
||||
- cert-manager
|
||||
- dnsmadeeasy
|
||||
@@ -19,12 +19,12 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
version: 4.5.0
|
||||
- name: cert-manager
|
||||
repository: https://charts.jetstack.io
|
||||
version: v1.8.0
|
||||
version: v1.8.2
|
||||
condition: cert-manager.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version 4.4.2
|
||||
description: Upgraded `cert-manager` chart dependency to version v1.8.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dnsmadeeasy-webhook
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Cert-Manager Webhook for DNSMadeEasy
|
||||
|
||||
@@ -18,7 +18,7 @@ Cert-Manager Webhook for DNSMadeEasy
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.jetstack.io | cert-manager | v1.8.0 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.5.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -87,7 +87,7 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 4.6.2
|
||||
### Version 4.7.0
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -95,7 +95,7 @@ N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
* Upgraded `common` chart dependency to version 4.4.2
|
||||
* Upgraded `common` chart dependency to version 4.5.0
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user