Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="sogo-4.0.0"></a>
|
||||
### [sogo-4.0.0](https://github.com/truecharts/apps/compare/sogo-3.0.6...sogo-4.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="sogo-3.0.6"></a>
|
||||
### [sogo-3.0.6](https://github.com/truecharts/apps/compare/sogo-3.0.5...sogo-3.0.6) (2021-09-21)
|
||||
|
||||
|
||||
@@ -17,11 +17,15 @@ 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"}}` | 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"},"varrun":{"enabled":false}}` | persistence settings |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
|
||||
| sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings |
|
||||
| sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings |
|
||||
|
||||
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.1 |
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org/ | postgresql | 2.2.5 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="airsonic-3.0.0"></a>
|
||||
### [airsonic-3.0.0](https://github.com/truecharts/apps/compare/airsonic-2.0.3...airsonic-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="airsonic-2.0.3"></a>
|
||||
### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="appdaemon-5.0.0"></a>
|
||||
### [appdaemon-5.0.0](https://github.com/truecharts/apps/compare/appdaemon-4.0.2...appdaemon-5.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="appdaemon-4.0.2"></a>
|
||||
### [appdaemon-4.0.2](https://github.com/truecharts/apps/compare/appdaemon-4.0.1...appdaemon-4.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -25,14 +25,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"docker.io/acockburn/appdaemon"` | |
|
||||
| image.tag | string | `"v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd"` | |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `5050` | |
|
||||
| service.tcp.enabled | bool | `true` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="authelia-4.0.0"></a>
|
||||
### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="authelia-3.0.9"></a>
|
||||
### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
|
||||
|
||||
|
||||
@@ -104,11 +104,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.redismaster.noMount | bool | `true` | |
|
||||
| persistence.redismaster.size | string | `"100Gi"` | |
|
||||
| persistence.redismaster.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"authelia"` | |
|
||||
@@ -151,10 +146,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| regulation.max_retries | int | `3` | |
|
||||
| resources.limits | object | `{}` | |
|
||||
| resources.requests | object | `{}` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `false` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| server.path | string | `""` | |
|
||||
| server.port | int | `9091` | |
|
||||
| server.read_buffer_size | int | `4096` | |
|
||||
|
||||
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.3.2 |
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org/ | postgresql | 2.2.5 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="bazarr-8.0.0"></a>
|
||||
### [bazarr-8.0.0](https://github.com/truecharts/apps/compare/bazarr-7.0.2...bazarr-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="bazarr-7.0.2"></a>
|
||||
### [bazarr-7.0.2](https://github.com/truecharts/apps/compare/bazarr-7.0.1...bazarr-7.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,15 +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"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `6767` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="booksonic-air-3.0.0"></a>
|
||||
### [booksonic-air-3.0.0](https://github.com/truecharts/apps/compare/booksonic-air-2.0.3...booksonic-air-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="booksonic-air-2.0.3"></a>
|
||||
### [booksonic-air-2.0.3](https://github.com/truecharts/apps/compare/booksonic-air-2.0.2...booksonic-air-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/linuxserver/booksonic-air"` | image repository |
|
||||
| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="calibre-web-8.0.0"></a>
|
||||
### [calibre-web-8.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-web-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="calibre-web-7.0.3"></a>
|
||||
### [calibre-web-7.0.3](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-web-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -14,12 +14,16 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | |
|
||||
| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | |
|
||||
| image.tag | string | `"version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8083` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="calibre-3.0.0"></a>
|
||||
### [calibre-3.0.0](https://github.com/truecharts/apps/compare/calibre-web-7.0.4...calibre-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="calibre-2.0.2"></a>
|
||||
### [calibre-2.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -23,6 +23,9 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/linuxserver/calibre"` | image repository |
|
||||
| image.tag | string | `"version-v5.26.0@sha256:b5ab76091fedea53422e0f4ab57c9a672f23599e0c6c003d11df1f6161a7006e"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="collabora-online-8.0.0"></a>
|
||||
### [collabora-online-8.0.0](https://github.com/truecharts/apps/compare/collabora-online-7.0.3...collabora-online-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="collabora-online-7.0.3"></a>
|
||||
### [collabora-online-7.0.3](https://github.com/truecharts/apps/compare/collabora-online-7.0.2...collabora-online-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/truecharts/collabora"` | |
|
||||
| image.tag | string | `"v6.4.11.3@sha256:30eab5f9807e006b90b2533ad3a60b84c6e744a6fed8a3be2bd3f1a839715456"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `104` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `9980` | |
|
||||
| service.main.type | string | `"NodePort"` | |
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="custom-app-2.0.0"></a>
|
||||
### [custom-app-2.0.0](https://github.com/truecharts/apps/compare/custom-app-1.0.4...custom-app-2.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="custom-app-1.0.4"></a>
|
||||
### [custom-app-1.0.4](https://github.com/truecharts/apps/compare/custom-app-1.0.3...custom-app-1.0.4) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,15 +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"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `9117` | |
|
||||
| service.main.portsList[0].enabled | bool | `true` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deconz-3.0.0"></a>
|
||||
### [deconz-3.0.0](https://github.com/truecharts/apps/compare/deconz-2.0.2...deconz-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="deconz-2.0.2"></a>
|
||||
### [deconz-2.0.2](https://github.com/truecharts/apps/compare/deconz-2.0.1...deconz-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -24,7 +24,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/truecharts/deconz"` | image repository |
|
||||
| image.tag | string | `"v2.12.06@sha256:738ebf8eb35c8025c070a4feeb7d7a48b15739dfe71cf338e80a03f932c1cf52"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| securityContext.privileged | bool | `nil` | Privileged securityContext may be required if USB controller is accessed directly through the host machine |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deepstack-cpu-6.0.0"></a>
|
||||
### [deepstack-cpu-6.0.0](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.2...deepstack-cpu-6.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="deepstack-cpu-5.0.2"></a>
|
||||
### [deepstack-cpu-5.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.1...deepstack-cpu-5.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deluge-8.0.0"></a>
|
||||
### [deluge-8.0.0](https://github.com/truecharts/apps/compare/deluge-7.0.2...deluge-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="deluge-7.0.2"></a>
|
||||
### [deluge-7.0.2](https://github.com/truecharts/apps/compare/deluge-7.0.1...deluge-7.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -19,6 +19,9 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8112` | |
|
||||
| service.torrent.enabled | bool | `true` | |
|
||||
| service.torrent.ports.tcp.enabled | bool | `true` | |
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="dizquetv-3.0.0"></a>
|
||||
### [dizquetv-3.0.0](https://github.com/truecharts/apps/compare/dizquetv-2.0.3...dizquetv-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="dizquetv-2.0.3"></a>
|
||||
### [dizquetv-2.0.3](https://github.com/truecharts/apps/compare/dizquetv-2.0.2...dizquetv-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="duplicati-3.0.0"></a>
|
||||
### [duplicati-3.0.0](https://github.com/truecharts/apps/compare/duplicati-2.0.3...duplicati-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="duplicati-2.0.3"></a>
|
||||
### [duplicati-2.0.3](https://github.com/truecharts/apps/compare/duplicati-2.0.2...duplicati-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -18,6 +18,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/linuxserver/duplicati"` | image repository |
|
||||
| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="emby-8.0.0"></a>
|
||||
### [emby-8.0.0](https://github.com/truecharts/apps/compare/emby-7.0.2...emby-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="emby-7.0.2"></a>
|
||||
### [emby-7.0.2](https://github.com/truecharts/apps/compare/emby-7.0.1...emby-7.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -19,16 +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"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups[0] | int | `44` | |
|
||||
| podSecurityContext.supplementalGroups[1] | int | `107` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `8096` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="esphome-8.0.0"></a>
|
||||
### [esphome-8.0.0](https://github.com/truecharts/apps/compare/esphome-7.0.3...esphome-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="esphome-7.0.3"></a>
|
||||
### [esphome-7.0.3](https://github.com/truecharts/apps/compare/esphome-7.0.2...esphome-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,15 +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"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `6052` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="external-service-3.0.0"></a>
|
||||
### [external-service-3.0.0](https://github.com/truecharts/apps/compare/external-service-2.0.2...external-service-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="external-service-2.0.2"></a>
|
||||
### [external-service-2.0.2](https://github.com/truecharts/apps/compare/external-service-2.0.1...external-service-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="fireflyiii-9.0.0"></a>
|
||||
### [fireflyiii-9.0.0](https://github.com/truecharts/apps/compare/fireflyiii-8.0.6...fireflyiii-9.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="fireflyiii-8.0.6"></a>
|
||||
### [fireflyiii-8.0.6](https://github.com/truecharts/apps/compare/fireflyiii-8.0.5...fireflyiii-8.0.6) (2021-09-21)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b"` | |
|
||||
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
|
||||
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
|
||||
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U firefly -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers.init-postgresdb.env[0].name | string | `"pghost"` | |
|
||||
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers.init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
@@ -36,11 +36,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
|
||||
| persistence.data.size | string | `"100Gi"` | |
|
||||
| persistence.data.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"firefly"` | |
|
||||
@@ -51,10 +46,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| probes.liveness.path | string | `"/login"` | |
|
||||
| probes.readiness.path | string | `"/login"` | |
|
||||
| probes.startup.path | string | `"/login"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8080` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org/ | postgresql | 2.2.5 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flaresolverr-3.0.0"></a>
|
||||
### [flaresolverr-3.0.0](https://github.com/truecharts/apps/compare/flaresolverr-2.0.2...flaresolverr-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="flaresolverr-2.0.2"></a>
|
||||
### [flaresolverr-2.0.2](https://github.com/truecharts/apps/compare/flaresolverr-2.0.1...flaresolverr-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/flaresolverr/flaresolverr"` | image repository |
|
||||
| image.tag | string | `"v1.2.9@sha256:6f93f3359a8b2cbd268286ce460ff5ffa79a6f1d8c19097ed49097fbfab6a786"` | image tag |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="flood-3.0.0"></a>
|
||||
### [flood-3.0.0](https://github.com/truecharts/apps/compare/flood-2.0.2...flood-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="flood-2.0.2"></a>
|
||||
### [flood-2.0.2](https://github.com/truecharts/apps/compare/flood-2.0.1...flood-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -17,15 +17,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/truecharts/flood"` | image repository |
|
||||
| image.tag | string | `"v4.6.1@sha256:268dc4b4eff08c6c5563b779a1b41370c5c509ff190fe38886a65f65c4174f85"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="focalboard-3.0.0"></a>
|
||||
### [focalboard-3.0.0](https://github.com/truecharts/apps/compare/focalboard-2.0.2...focalboard-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="focalboard-2.0.2"></a>
|
||||
### [focalboard-2.0.2](https://github.com/truecharts/apps/compare/focalboard-2.0.1...focalboard-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -16,15 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/truecharts/focalboard"` | image repository |
|
||||
| image.tag | string | `"v0.8.0@sha256:c8a81de85722b1d8ce728222cd5b77ea9f8e4ca33c91787a8a3eb0a49f6fa432"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="freeradius-3.0.0"></a>
|
||||
### [freeradius-3.0.0](https://github.com/truecharts/apps/compare/freeradius-2.0.2...freeradius-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="freeradius-2.0.2"></a>
|
||||
### [freeradius-2.0.2](https://github.com/truecharts/apps/compare/freeradius-2.0.1...freeradius-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,10 +20,14 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/etc/raddb"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||
| probes.liveness | object | See below | Liveness probe configuration |
|
||||
| probes.readiness | object | See below | Redainess probe configuration |
|
||||
| probes.startup | object | See below | Startup probe configuration |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.accounting.ports.accounting.port | int | `1813` | |
|
||||
| service.accounting.ports.accounting.protocol | string | `"UDP"` | |
|
||||
| service.main.ports.main.port | int | `1812` | |
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="freshrss-8.0.0"></a>
|
||||
### [freshrss-8.0.0](https://github.com/truecharts/apps/compare/freshrss-7.0.3...freshrss-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="freshrss-7.0.3"></a>
|
||||
### [freshrss-7.0.3](https://github.com/truecharts/apps/compare/freshrss-7.0.2...freshrss-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `80` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gaps-8.0.0"></a>
|
||||
### [gaps-8.0.0](https://github.com/truecharts/apps/compare/gaps-7.0.2...gaps-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="gaps-7.0.2"></a>
|
||||
### [gaps-7.0.2](https://github.com/truecharts/apps/compare/gaps-7.0.1...gaps-7.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,15 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.data.mountPath | string | `"/usr/data"` | |
|
||||
| persistence.data.size | string | `"100Gi"` | |
|
||||
| persistence.data.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `8484` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gonic-3.0.0"></a>
|
||||
### [gonic-3.0.0](https://github.com/truecharts/apps/compare/gonic-2.0.2...gonic-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="gonic-2.0.2"></a>
|
||||
### [gonic-2.0.2](https://github.com/truecharts/apps/compare/gonic-2.0.1...gonic-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -17,14 +17,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"ghcr.io/truecharts/gonic"` | image repository |
|
||||
| image.tag | string | `"v0.13.1@sha256:14d01b4a1a90991097656975d0c8643a755323961bc5b5c657a5c96372024d5c"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="grocy-8.0.0"></a>
|
||||
### [grocy-8.0.0](https://github.com/truecharts/apps/compare/grocy-7.0.3...grocy-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="grocy-7.0.3"></a>
|
||||
### [grocy-7.0.3](https://github.com/truecharts/apps/compare/grocy-7.0.2...grocy-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,6 +20,10 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `80` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="handbrake-8.0.0"></a>
|
||||
### [handbrake-8.0.0](https://github.com/truecharts/apps/compare/handbrake-7.0.2...handbrake-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="handbrake-7.0.2"></a>
|
||||
### [handbrake-7.0.2](https://github.com/truecharts/apps/compare/handbrake-7.0.1...handbrake-7.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -33,6 +33,10 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `5800` | |
|
||||
| service.vnc.enabled | bool | `true` | |
|
||||
| service.vnc.ports.vnc.enabled | bool | `true` | |
|
||||
|
||||
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="haste-server-3.0.0"></a>
|
||||
### [haste-server-3.0.0](https://github.com/truecharts/apps/compare/haste-server-2.0.2...haste-server-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="haste-server-2.0.2"></a>
|
||||
### [haste-server-2.0.2](https://github.com/truecharts/apps/compare/haste-server-2.0.1...haste-server-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -19,15 +19,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"latest@sha256:827aa2f2389d94a522e333080fa8cbc0e0a487c5681173caca785b3b6b9e5b01"` | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="healthchecks-3.0.0"></a>
|
||||
### [healthchecks-3.0.0](https://github.com/truecharts/apps/compare/healthchecks-2.0.3...healthchecks-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="healthchecks-2.0.3"></a>
|
||||
### [healthchecks-2.0.3](https://github.com/truecharts/apps/compare/healthchecks-2.0.2...healthchecks-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -23,6 +23,10 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="heimdall-8.0.0"></a>
|
||||
### [heimdall-8.0.0](https://github.com/truecharts/apps/compare/heimdall-7.0.3...heimdall-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="heimdall-7.0.3"></a>
|
||||
### [heimdall-7.0.3](https://github.com/truecharts/apps/compare/heimdall-7.0.2...heimdall-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,7 +20,11 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| probes.startup.enabled | bool | `true` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `80` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="home-assistant-8.0.0"></a>
|
||||
### [home-assistant-8.0.0](https://github.com/truecharts/apps/compare/home-assistant-7.0.3...home-assistant-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="home-assistant-7.0.3"></a>
|
||||
### [home-assistant-7.0.3](https://github.com/truecharts/apps/compare/home-assistant-7.0.2...home-assistant-7.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="hyperion-ng-3.0.0"></a>
|
||||
### [hyperion-ng-3.0.0](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.2...hyperion-ng-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="hyperion-ng-2.0.2"></a>
|
||||
### [hyperion-ng-2.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.1...hyperion-ng-2.0.2) (2021-09-21)
|
||||
|
||||
|
||||
@@ -23,14 +23,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence.config.mountPath | string | `"/root/.hyperion"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jackett-8.0.0"></a>
|
||||
### [jackett-8.0.0](https://github.com/truecharts/apps/compare/jackett-7.0.4...jackett-8.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="jackett-7.0.4"></a>
|
||||
### [jackett-7.0.4](https://github.com/truecharts/apps/compare/jackett-7.0.3...jackett-7.0.4) (2021-09-21)
|
||||
|
||||
|
||||
@@ -20,18 +20,10 @@ 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"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| podSecurityContext.supplementalGroups | list | `[]` | |
|
||||
| probes.liveness.path | string | `"/UI/Login"` | |
|
||||
| probes.readiness.path | string | `"/UI/Login"` | |
|
||||
| probes.startup.path | string | `"/UI/Login"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `true` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `9117` | |
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 7.0.14 |
|
||||
| https://truecharts.org | common | 8.0.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jdownloader2-3.0.0"></a>
|
||||
### [jdownloader2-3.0.0](https://github.com/truecharts/apps/compare/jdownloader2-2.0.3...jdownloader2-3.0.0) (2021-09-26)
|
||||
|
||||
|
||||
|
||||
<a name="jdownloader2-2.0.3"></a>
|
||||
### [jdownloader2-2.0.3](https://github.com/truecharts/apps/compare/jdownloader2-2.0.2...jdownloader2-2.0.3) (2021-09-21)
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@ 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"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `5800` | |
|
||||
| service.vnc.enabled | bool | `true` | |
|
||||
| service.vnc.ports.vnc.enabled | bool | `true` | |
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user