Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="sogo-4.0.10"></a>
|
||||
### [sogo-4.0.10](https://github.com/truecharts/apps/compare/sogo-4.0.9...sogo-4.0.10) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="sogo-4.0.8"></a>
|
||||
### [sogo-4.0.8](https://github.com/truecharts/apps/compare/sogo-4.0.7...sogo-4.0.8) (2021-09-29)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| initContainers | object | `{"init-postgresdb":{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}}` | initcontainers |
|
||||
| initContainers.init-postgresdb | object | `{"command":["sh","-c","until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"],"env":[{"name":"pghost","valueFrom":{"secretKeyRef":{"key":"plainhost","name":"dbcreds"}}}],"image":"{{ .Values.postgresqlImage.repository }}:{{ .Values.postgresqlImage.tag }}","imagePullPolicy":"IfNotPresent"}` | wait for database before starting sogo |
|
||||
| memcached | object | `{"enabled":true}` | memcached dependency settings |
|
||||
| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"},"varrun":{"enabled":false}}` | persistence settings |
|
||||
| persistence | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/data/conf/sogo/","size":"100Gi","type":"pvc"},"drafts":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/spool/sogo","size":"100Gi","type":"pvc"},"mimetmp":{"enabled":true,"mountPath":"/mimetmp","type":"emptyDir"}}` | persistence settings |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
|
||||
|
||||
@@ -17,9 +17,9 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.2 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.3 |
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.3 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.4 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="airsonic-3.0.4"></a>
|
||||
### [airsonic-3.0.4](https://github.com/truecharts/apps/compare/airsonic-3.0.3...airsonic-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-3.0.2"></a>
|
||||
### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="appdaemon-5.0.3"></a>
|
||||
### [appdaemon-5.0.3](https://github.com/truecharts/apps/compare/appdaemon-5.0.2...appdaemon-5.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="appdaemon-5.0.1"></a>
|
||||
### [appdaemon-5.0.1](https://github.com/truecharts/apps/compare/appdaemon-5.0.0...appdaemon-5.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.conf.mountPath | string | `"/conf"` | |
|
||||
| persistence.conf.size | string | `"100Gi"` | |
|
||||
| persistence.conf.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="authelia-4.0.10"></a>
|
||||
### [authelia-4.0.10](https://github.com/truecharts/apps/compare/authelia-4.0.9...authelia-4.0.10) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="authelia-4.0.8"></a>
|
||||
### [authelia-4.0.8](https://github.com/truecharts/apps/compare/authelia-4.0.7...authelia-4.0.8) (2021-09-29)
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.4.0 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.3 |
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.4 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="bazarr-8.0.3"></a>
|
||||
### [bazarr-8.0.3](https://github.com/truecharts/apps/compare/bazarr-8.0.2...bazarr-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="bazarr-8.0.1"></a>
|
||||
### [bazarr-8.0.1](https://github.com/truecharts/apps/compare/bazarr-8.0.0...bazarr-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="booksonic-air-3.0.4"></a>
|
||||
### [booksonic-air-3.0.4](https://github.com/truecharts/apps/compare/booksonic-air-3.0.3...booksonic-air-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="booksonic-air-3.0.2"></a>
|
||||
### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="calibre-web-8.0.3"></a>
|
||||
### [calibre-web-8.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-web-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="calibre-web-8.0.1"></a>
|
||||
### [calibre-web-8.0.1](https://github.com/truecharts/apps/compare/calibre-web-8.0.0...calibre-web-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="calibre-3.0.3"></a>
|
||||
### [calibre-3.0.3](https://github.com/truecharts/apps/compare/calibre-web-8.0.2...calibre-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="calibre-3.0.1"></a>
|
||||
### [calibre-3.0.1](https://github.com/truecharts/apps/compare/calibre-3.0.0...calibre-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="collabora-online-8.0.3"></a>
|
||||
### [collabora-online-8.0.3](https://github.com/truecharts/apps/compare/collabora-online-8.0.2...collabora-online-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="collabora-online-8.0.1"></a>
|
||||
### [collabora-online-8.0.1](https://github.com/truecharts/apps/compare/collabora-online-8.0.0...collabora-online-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="custom-app-2.0.5"></a>
|
||||
### [custom-app-2.0.5](https://github.com/truecharts/apps/compare/custom-app-2.0.4...custom-app-2.0.5) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="custom-app-2.0.3"></a>
|
||||
### [custom-app-2.0.3](https://github.com/truecharts/apps/compare/custom-app-2.0.2...custom-app-2.0.3) (2021-09-28)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deconz-3.0.3"></a>
|
||||
### [deconz-3.0.3](https://github.com/truecharts/apps/compare/deconz-3.0.2...deconz-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="deconz-3.0.1"></a>
|
||||
### [deconz-3.0.1](https://github.com/truecharts/apps/compare/deconz-3.0.0...deconz-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deepstack-cpu-6.0.3"></a>
|
||||
### [deepstack-cpu-6.0.3](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.2...deepstack-cpu-6.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="deepstack-cpu-6.0.1"></a>
|
||||
### [deepstack-cpu-6.0.1](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.0...deepstack-cpu-6.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deluge-8.0.4"></a>
|
||||
### [deluge-8.0.4](https://github.com/truecharts/apps/compare/deluge-8.0.3...deluge-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="deluge-8.0.2"></a>
|
||||
### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="dizquetv-3.0.4"></a>
|
||||
### [dizquetv-3.0.4](https://github.com/truecharts/apps/compare/dizquetv-3.0.3...dizquetv-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="dizquetv-3.0.2"></a>
|
||||
### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="duplicati-3.0.4"></a>
|
||||
### [duplicati-3.0.4](https://github.com/truecharts/apps/compare/duplicati-3.0.3...duplicati-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="duplicati-3.0.2"></a>
|
||||
### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="emby-8.0.3"></a>
|
||||
### [emby-8.0.3](https://github.com/truecharts/apps/compare/emby-8.0.2...emby-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="emby-8.0.1"></a>
|
||||
### [emby-8.0.1](https://github.com/truecharts/apps/compare/emby-8.0.0...emby-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="esphome-8.0.4"></a>
|
||||
### [esphome-8.0.4](https://github.com/truecharts/apps/compare/esphome-8.0.3...esphome-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="esphome-8.0.2"></a>
|
||||
### [esphome-8.0.2](https://github.com/truecharts/apps/compare/esphome-8.0.1...esphome-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="external-service-3.0.3"></a>
|
||||
### [external-service-3.0.3](https://github.com/truecharts/apps/compare/external-service-3.0.2...external-service-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="external-service-3.0.1"></a>
|
||||
### [external-service-3.0.1](https://github.com/truecharts/apps/compare/external-service-3.0.0...external-service-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="fireflyiii-9.0.9"></a>
|
||||
### [fireflyiii-9.0.9](https://github.com/truecharts/apps/compare/fireflyiii-9.0.8...fireflyiii-9.0.9) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="fireflyiii-9.0.7"></a>
|
||||
### [fireflyiii-9.0.7](https://github.com/truecharts/apps/compare/fireflyiii-9.0.6...fireflyiii-9.0.7) (2021-09-29)
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.3 |
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.4 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flaresolverr-3.0.3"></a>
|
||||
### [flaresolverr-3.0.3](https://github.com/truecharts/apps/compare/flaresolverr-3.0.2...flaresolverr-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="flaresolverr-3.0.1"></a>
|
||||
### [flaresolverr-3.0.1](https://github.com/truecharts/apps/compare/flaresolverr-3.0.0...flaresolverr-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flood-3.0.3"></a>
|
||||
### [flood-3.0.3](https://github.com/truecharts/apps/compare/flood-3.0.2...flood-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="flood-3.0.1"></a>
|
||||
### [flood-3.0.1](https://github.com/truecharts/apps/compare/flood-3.0.0...flood-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="focalboard-3.0.3"></a>
|
||||
### [focalboard-3.0.3](https://github.com/truecharts/apps/compare/focalboard-3.0.2...focalboard-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="focalboard-3.0.1"></a>
|
||||
### [focalboard-3.0.1](https://github.com/truecharts/apps/compare/focalboard-3.0.0...focalboard-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="freeradius-3.0.3"></a>
|
||||
### [freeradius-3.0.3](https://github.com/truecharts/apps/compare/freeradius-3.0.2...freeradius-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="freeradius-3.0.1"></a>
|
||||
### [freeradius-3.0.1](https://github.com/truecharts/apps/compare/freeradius-3.0.0...freeradius-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="freshrss-8.0.4"></a>
|
||||
### [freshrss-8.0.4](https://github.com/truecharts/apps/compare/freshrss-8.0.3...freshrss-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="freshrss-8.0.2"></a>
|
||||
### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gaps-8.0.3"></a>
|
||||
### [gaps-8.0.3](https://github.com/truecharts/apps/compare/gaps-8.0.2...gaps-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="gaps-8.0.1"></a>
|
||||
### [gaps-8.0.1](https://github.com/truecharts/apps/compare/gaps-8.0.0...gaps-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gonic-3.0.3"></a>
|
||||
### [gonic-3.0.3](https://github.com/truecharts/apps/compare/gonic-3.0.2...gonic-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="gonic-3.0.1"></a>
|
||||
### [gonic-3.0.1](https://github.com/truecharts/apps/compare/gonic-3.0.0...gonic-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="grocy-8.0.4"></a>
|
||||
### [grocy-8.0.4](https://github.com/truecharts/apps/compare/grocy-8.0.3...grocy-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="grocy-8.0.2"></a>
|
||||
### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="handbrake-8.0.3"></a>
|
||||
### [handbrake-8.0.3](https://github.com/truecharts/apps/compare/handbrake-8.0.2...handbrake-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="handbrake-8.0.1"></a>
|
||||
### [handbrake-8.0.1](https://github.com/truecharts/apps/compare/handbrake-8.0.0...handbrake-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="haste-server-3.0.3"></a>
|
||||
### [haste-server-3.0.3](https://github.com/truecharts/apps/compare/haste-server-3.0.2...haste-server-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="haste-server-3.0.1"></a>
|
||||
### [haste-server-3.0.1](https://github.com/truecharts/apps/compare/haste-server-3.0.0...haste-server-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="healthchecks-3.0.3"></a>
|
||||
### [healthchecks-3.0.3](https://github.com/truecharts/apps/compare/healthchecks-3.0.2...healthchecks-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="healthchecks-3.0.1"></a>
|
||||
### [healthchecks-3.0.1](https://github.com/truecharts/apps/compare/healthchecks-3.0.0...healthchecks-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="heimdall-8.0.4"></a>
|
||||
### [heimdall-8.0.4](https://github.com/truecharts/apps/compare/heimdall-8.0.3...heimdall-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="heimdall-8.0.2"></a>
|
||||
### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="home-assistant-8.0.3"></a>
|
||||
### [home-assistant-8.0.3](https://github.com/truecharts/apps/compare/home-assistant-8.0.2...home-assistant-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="home-assistant-8.0.1"></a>
|
||||
### [home-assistant-8.0.1](https://github.com/truecharts/apps/compare/home-assistant-8.0.0...home-assistant-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| postgresql.enabled | bool | `false` | |
|
||||
| postgresql.persistence.enabled | bool | `false` | |
|
||||
| postgresql.postgresqlDatabase | string | `"home-assistant"` | |
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="hyperion-ng-3.0.3"></a>
|
||||
### [hyperion-ng-3.0.3](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.2...hyperion-ng-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="hyperion-ng-3.0.1"></a>
|
||||
### [hyperion-ng-3.0.1](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.0...hyperion-ng-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jackett-8.0.5"></a>
|
||||
### [jackett-8.0.5](https://github.com/truecharts/apps/compare/jackett-8.0.4...jackett-8.0.5) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="jackett-8.0.3"></a>
|
||||
### [jackett-8.0.3](https://github.com/truecharts/apps/compare/jackett-8.0.2...jackett-8.0.3) (2021-09-28)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jdownloader2-3.0.3"></a>
|
||||
### [jdownloader2-3.0.3](https://github.com/truecharts/apps/compare/jdownloader2-3.0.2...jdownloader2-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="jdownloader2-3.0.1"></a>
|
||||
### [jdownloader2-3.0.1](https://github.com/truecharts/apps/compare/jdownloader2-3.0.0...jdownloader2-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jellyfin-8.0.3"></a>
|
||||
### [jellyfin-8.0.3](https://github.com/truecharts/apps/compare/jellyfin-8.0.2...jellyfin-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="jellyfin-8.0.1"></a>
|
||||
### [jellyfin-8.0.1](https://github.com/truecharts/apps/compare/jellyfin-8.0.0...jellyfin-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="k8s-gateway-3.0.3"></a>
|
||||
### [k8s-gateway-3.0.3](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.2...k8s-gateway-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="k8s-gateway-3.0.1"></a>
|
||||
### [k8s-gateway-3.0.1](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.0...k8s-gateway-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="kms-8.0.3"></a>
|
||||
### [kms-8.0.3](https://github.com/truecharts/apps/compare/kms-8.0.2...kms-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="kms-8.0.1"></a>
|
||||
### [kms-8.0.1](https://github.com/truecharts/apps/compare/kms-8.0.0...kms-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="komga-3.0.4"></a>
|
||||
### [komga-3.0.4](https://github.com/truecharts/apps/compare/komga-3.0.3...komga-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="komga-3.0.2"></a>
|
||||
### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="lazylibrarian-8.0.4"></a>
|
||||
### [lazylibrarian-8.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.3...lazylibrarian-8.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="lazylibrarian-8.0.2"></a>
|
||||
### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="librespeed-3.0.4"></a>
|
||||
### [librespeed-3.0.4](https://github.com/truecharts/apps/compare/librespeed-3.0.3...librespeed-3.0.4) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="librespeed-3.0.2"></a>
|
||||
### [librespeed-3.0.2](https://github.com/truecharts/apps/compare/librespeed-3.0.1...librespeed-3.0.2) (2021-09-28)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="lidarr-8.0.3"></a>
|
||||
### [lidarr-8.0.3](https://github.com/truecharts/apps/compare/lidarr-8.0.2...lidarr-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="lidarr-8.0.1"></a>
|
||||
### [lidarr-8.0.1](https://github.com/truecharts/apps/compare/lidarr-8.0.0...lidarr-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="littlelink-3.0.3"></a>
|
||||
### [littlelink-3.0.3](https://github.com/truecharts/apps/compare/littlelink-3.0.2...littlelink-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="littlelink-3.0.1"></a>
|
||||
### [littlelink-3.0.1](https://github.com/truecharts/apps/compare/littlelink-3.0.0...littlelink-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="lychee-8.0.3"></a>
|
||||
### [lychee-8.0.3](https://github.com/truecharts/apps/compare/lychee-8.0.2...lychee-8.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="lychee-8.0.1"></a>
|
||||
### [lychee-8.0.1](https://github.com/truecharts/apps/compare/lychee-8.0.0...lychee-8.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `false` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mealie-3.0.3"></a>
|
||||
### [mealie-3.0.3](https://github.com/truecharts/apps/compare/mealie-3.0.2...mealie-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="mealie-3.0.1"></a>
|
||||
### [mealie-3.0.1](https://github.com/truecharts/apps/compare/mealie-3.0.0...mealie-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mosquitto-3.0.3"></a>
|
||||
### [mosquitto-3.0.3](https://github.com/truecharts/apps/compare/mosquitto-3.0.2...mosquitto-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="mosquitto-3.0.1"></a>
|
||||
### [mosquitto-3.0.1](https://github.com/truecharts/apps/compare/mosquitto-3.0.0...mosquitto-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mylar-3.0.3"></a>
|
||||
### [mylar-3.0.3](https://github.com/truecharts/apps/compare/mylar-3.0.2...mylar-3.0.3) (2021-09-29)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
||||
|
||||
|
||||
<a name="mylar-3.0.1"></a>
|
||||
### [mylar-3.0.1](https://github.com/truecharts/apps/compare/mylar-3.0.0...mylar-3.0.1) (2021-09-26)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.0.8 |
|
||||
| https://truecharts.org | common | 8.0.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user