chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-07-01 09:07:05 +00:00
parent 0b409cb25d
commit 83420cbef9
7 changed files with 37 additions and 41 deletions

View File

@ -1,6 +1,6 @@
# dendrite
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: v0.8.7](https://img.shields.io/badge/AppVersion-v0.8.7-informational?style=flat-square)
![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![AppVersion: v0.8.7](https://img.shields.io/badge/AppVersion-v0.8.7-informational?style=flat-square)
Dendrite Matrix Homeserver
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.1.25 |
| 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 |
@ -29,7 +29,7 @@ Kubernetes: `>=1.16.0-0`
| 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://nats-io.github.io/k8s/helm/charts/ | nats | 0.16.0 |
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.17.1 |
## TL;DR
@ -228,7 +228,7 @@ For more information see:
## Changelog
### Version 5.0.0
### Version 5.1.0
#### Added
@ -236,13 +236,12 @@ N/A
#### Changed
* Enable database configuration on a per-API (component) level
* Bump dendrite to v0.8.7
* Set client api registration to disabled by default
* Upgraded `postgresql` chart dependency to version 11.6.12
* Upgraded `nats` chart dependency to version 0.17.1
#### Fixed
* Fix syncapi version pinning
N/A
### Older versions

View File

@ -1,6 +1,6 @@
# anonaddy
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
Anonaddy: Anonymous email forwarding
@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | redis | 16.8.9 |
| 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 |
## TL;DR
@ -93,7 +93,7 @@ N/A
## Changelog
### Version 3.1.2
### Version 4.1.0
#### Added
@ -101,7 +101,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `redis` chart dependency to version 16.13.1
#### Fixed

View File

@ -1,6 +1,6 @@
# blocky
![Version: 10.3.0](https://img.shields.io/badge/Version-10.3.0-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
![Version: 10.4.0](https://img.shields.io/badge/Version-10.4.0-informational?style=flat-square) ![AppVersion: v0.18](https://img.shields.io/badge/AppVersion-v0.18-informational?style=flat-square)
DNS proxy as ad-blocker for local network
@ -18,7 +18,7 @@ Kubernetes: `>=1.19.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 16.9.1 |
| https://charts.bitnami.com/bitnami | redis | 16.13.1 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@ -105,16 +105,15 @@ helm install blocky k8s-at-home/blocky -f values.yaml
## Changelog
### Version 10.3.0
### Version 10.4.0
#### Added
* Added `redis` dependency for use with multiple blocky replicas
N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Added chart tests, modified default values and added default ingress for blocky api
* Upgraded `redis` chart dependency to version 16.13.1
#### Fixed

View File

@ -1,6 +1,6 @@
# dsmr-reader
![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![AppVersion: 2021.06.01](https://img.shields.io/badge/AppVersion-2021.06.01-informational?style=flat-square)
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 2021.06.01](https://img.shields.io/badge/AppVersion-2021.06.01-informational?style=flat-square)
DSMR-protocol reader, telegram data storage and energy consumption visualizer.
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.1.25 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@ -91,7 +91,7 @@ N/A
## Changelog
### Version 6.1.2
### Version 6.2.0
#### Added
@ -99,7 +99,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `postgresql` chart dependency to version 11.6.12
#### Fixed

View File

@ -1,6 +1,6 @@
# firefly-iii
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: version-5.6.14](https://img.shields.io/badge/AppVersion-version--5.6.14-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: version-5.6.14](https://img.shields.io/badge/AppVersion-version--5.6.14-informational?style=flat-square)
Firefly III: a personal finances manager
@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 11.0.2 |
| https://charts.bitnami.com/bitnami | postgresql | 11.1.28 |
| https://charts.bitnami.com/bitnami | redis | 16.9.0 |
| https://library-charts.k8s-at-home.com | common | 4.4.1 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://charts.bitnami.com/bitnami | redis | 16.13.1 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@ -172,7 +172,7 @@ N/A
## Changelog
### Version 0.0.1
### Version 0.1.0
#### Added
@ -180,10 +180,8 @@ N/A
#### Changed
* Added `common` chart dependency to version 4.4.1
* Added `mariadb` chart dependency to version 11.0.2
* Added `postgresql` chart dependency to version 11.1.28
* Added `redis` chart dependency to version 16.9.0
* Upgraded `postgresql` chart dependency to version 11.6.12
* Upgraded `redis` chart dependency to version 16.13.1
#### Fixed

View File

@ -1,6 +1,6 @@
# joplin-server
![Version: 5.1.2](https://img.shields.io/badge/Version-5.1.2-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
![Version: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.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://charts.bitnami.com/bitnami | postgresql | 11.1.25 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@ -95,7 +95,7 @@ N/A
## Changelog
### Version 5.1.2
### Version 5.2.0
#### Added
@ -103,7 +103,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `postgresql` chart dependency to version 11.6.12
#### Fixed

View File

@ -1,6 +1,6 @@
# send
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v3.4.20](https://img.shields.io/badge/AppVersion-v3.4.20-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: v3.4.20](https://img.shields.io/badge/AppVersion-v3.4.20-informational?style=flat-square)
Simple, private file sharing.
@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 16.10.0 |
| https://charts.bitnami.com/bitnami | redis | 16.13.1 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@ -89,15 +89,15 @@ N/A
## Changelog
### Version 1.0.0
### Version 1.1.0
#### Added
* Initial version
N/A
#### Changed
N/A
* Upgraded `redis` chart dependency to version 16.13.1
#### Fixed