Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
87cba68080
commit
88a8c196c5
|
@ -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,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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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` | |
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 container image ghcr.io/k8s-at-home/jackett to v0.18.827 ([#1052](https://github.com/truecharts/apps/issues/1052))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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` | |
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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,7 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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 non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
||||
* update helm chart common to v8.0.13 ([#1060](https://github.com/truecharts/apps/issues/1060))
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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,3 +1,7 @@
|
|||
|
||||
<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)
|
||||
<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))
|
||||
|
|
|
@ -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"` | |
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue