Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-15 20:31:35 +00:00
parent fc2d7d2738
commit 015d8b9e40
44 changed files with 541 additions and 43 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="memcached-1.0.3"></a>
### [memcached-1.0.3](https://github.com/truecharts/apps/compare/memcached-1.0.2...memcached-1.0.3) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="memcached-1.0.2"></a>
### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)

View File

@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/memcached"` | |
| image.tag | string | `"1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea"` | |
| image.tag | string | `"1.6.12@sha256:a2e190afa56aa2974d99e008862332c00b7c1a72e944ddc1befa74874e28d7ea"` | |
| service.main.ports.main.port | int | `11211` | |
| service.main.ports.main.targetPort | int | `11211` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-5.2.1"></a>
### [postgresql-5.2.1](https://github.com/truecharts/apps/compare/postgresql-5.2.0...postgresql-5.2.1) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="postgresql-5.2.0"></a>
### [postgresql-5.2.0](https://github.com/truecharts/apps/compare/postgresql-5.1.18...postgresql-5.2.0) (2021-11-15)

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | |
| image.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/\nchmod 775 /bitnami/postgresql/\n"` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.4"></a>
### [redis-1.0.4](https://github.com/truecharts/apps/compare/redis-1.0.3...redis-1.0.4) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="redis-1.0.3"></a>
### [redis-1.0.3](https://github.com/truecharts/apps/compare/redis-1.0.2...redis-1.0.3) (2021-11-15)

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/redis"` | |
| image.tag | string | `"6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd"` | |
| image.tag | string | `"6.2.6@sha256:8870c2e96e2062977e09809b7327bec52ad9d1c4b1802533ee94289d4d8e8a0b"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="common-8.6.2"></a>
### [common-8.6.2](https://github.com/truecharts/apps/compare/common-8.6.1...common-8.6.2) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="common-8.6.1"></a>
### [common-8.6.1](https://github.com/truecharts/apps/compare/common-8.6.0...common-8.6.1) (2021-11-15)

View File

@ -167,7 +167,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | |
| 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 |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="babybuddy-4.0.11"></a>
### [babybuddy-4.0.11](https://github.com/truecharts/apps/compare/babybuddy-4.0.10...babybuddy-4.0.11) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="babybuddy-4.0.10"></a>
### [babybuddy-4.0.10](https://github.com/truecharts/apps/compare/babybuddy-4.0.9...babybuddy-4.0.10) (2021-11-14)

View File

@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | |
| image.tag | string | `"1.9.1@sha256:c60d3852aa3a178ebaa2fe91d7e9e044cd3eb3c19e080d15caef201db6898c49"` | |
| image.tag | string | `"1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="bazarr-9.0.9"></a>
### [bazarr-9.0.9](https://github.com/truecharts/apps/compare/bazarr-9.0.8...bazarr-9.0.9) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="bazarr-9.0.8"></a>
### [bazarr-9.0.8](https://github.com/truecharts/apps/compare/bazarr-9.0.7...bazarr-9.0.8) (2021-11-14)

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/bazarr"` | |
| image.tag | string | `"v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.main.ports.main.port | int | `6767` | |
| service.main.ports.main.targetPort | int | `6767` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.13"></a>
### [custom-app-3.0.13](https://github.com/truecharts/apps/compare/custom-app-3.0.12...custom-app-3.0.13) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="custom-app-3.0.12"></a>
### [custom-app-3.0.12](https://github.com/truecharts/apps/compare/custom-app-3.0.11...custom-app-3.0.12) (2021-11-14)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.19.260"
appVersion: "0.19.266"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="jackett-9.0.16"></a>
### [jackett-9.0.16](https://github.com/truecharts/apps/compare/jackett-9.0.15...jackett-9.0.16) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="jackett-9.0.15"></a>
### [jackett-9.0.15](https://github.com/truecharts/apps/compare/jackett-9.0.14...jackett-9.0.15) (2021-11-14)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.19.260"
appVersion: "0.19.266"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="readarr-9.0.12"></a>
### [readarr-9.0.12](https://github.com/truecharts/apps/compare/readarr-9.0.11...readarr-9.0.12) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="readarr-9.0.11"></a>
### [readarr-9.0.11](https://github.com/truecharts/apps/compare/readarr-9.0.10...readarr-9.0.11) (2021-11-14)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.0.1024"
appVersion: "0.1.0.1033"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/readarr"` | |
| image.tag | string | `"v0.1.0.1024@sha256:be0cbfcda3cc1f9a5b2b5e2779f811b11975f981b9d5c9b3ad98711718c0ca61"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.1.0.1033@sha256:42a9f18e053b3418c7f15a28c8dcd8f2f76ee8bd3ad08dc7bbf75473287b77e5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="tt-rss-3.0.13"></a>
### [tt-rss-3.0.13](https://github.com/truecharts/apps/compare/tt-rss-3.0.12...tt-rss-3.0.13) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="tt-rss-3.0.12"></a>
### [tt-rss-3.0.12](https://github.com/truecharts/apps/compare/tt-rss-3.0.11...tt-rss-3.0.12) (2021-11-14)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.9040.0"
appVersion: "1.9043.0"
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
name: tt-rss
version: 3.0.13

View File

@ -22,7 +22,9 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/tt-rss"` | image repository |
| image.tag | string | `"v1.9040.0@sha256:b5ca5b75317efd90044241b0d4cec84f534157a32fd73f440550de4a94f5b853"` | image tag |
| image.tag | string | `"v1.9043.0@sha256:00cf8fcd0911a758ca6d54d2b47571f1a4bfb71a085a0f78102b99c9db9c5aa2"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |

View File

@ -167,7 +167,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | |
| 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 |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="memcached-1.0.3"></a>
### [memcached-1.0.3](https://github.com/truecharts/apps/compare/memcached-1.0.2...memcached-1.0.3) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="memcached-1.0.2"></a>
### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)

View File

@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/memcached"` | |
| image.tag | string | `"1.6.12@sha256:ad5196e0fec12a025ba0535a973d676103dc66587344c59ac6b7f5a3925144ea"` | |
| image.tag | string | `"1.6.12@sha256:a2e190afa56aa2974d99e008862332c00b7c1a72e944ddc1befa74874e28d7ea"` | |
| service.main.ports.main.port | int | `11211` | |
| service.main.ports.main.targetPort | int | `11211` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-5.2.1"></a>
### [postgresql-5.2.1](https://github.com/truecharts/apps/compare/postgresql-5.2.0...postgresql-5.2.1) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="postgresql-5.2.0"></a>
### [postgresql-5.2.0](https://github.com/truecharts/apps/compare/postgresql-5.1.18...postgresql-5.2.0) (2021-11-15)

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | |
| image.tag | string | `"14.1.0@sha256:ed5305053c28f397ade50f5fa48e7f73dd1402bc20dcccf1978b3a5ff243f9dd"` | |
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/\nchmod 775 /bitnami/postgresql/\n"` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="redis-1.0.4"></a>
### [redis-1.0.4](https://github.com/truecharts/apps/compare/redis-1.0.3...redis-1.0.4) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="redis-1.0.3"></a>
### [redis-1.0.3](https://github.com/truecharts/apps/compare/redis-1.0.2...redis-1.0.3) (2021-11-15)

View File

@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
| existingSecret | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/redis"` | |
| image.tag | string | `"6.2.6@sha256:213ea7a04401c66fc44fc94aca2eb52233c556e22ace27571e7194d5e693a4dd"` | |
| image.tag | string | `"6.2.6@sha256:8870c2e96e2062977e09809b7327bec52ad9d1c4b1802533ee94289d4d8e8a0b"` | |
| persistence.redis-health | object | See below | redis-health configmap mount |
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="babybuddy-4.0.11"></a>
### [babybuddy-4.0.11](https://github.com/truecharts/apps/compare/babybuddy-4.0.10...babybuddy-4.0.11) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="babybuddy-4.0.10"></a>
### [babybuddy-4.0.10](https://github.com/truecharts/apps/compare/babybuddy-4.0.9...babybuddy-4.0.10) (2021-11-14)

View File

@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | |
| image.tag | string | `"1.9.1@sha256:c60d3852aa3a178ebaa2fe91d7e9e044cd3eb3c19e080d15caef201db6898c49"` | |
| image.tag | string | `"1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="bazarr-9.0.9"></a>
### [bazarr-9.0.9](https://github.com/truecharts/apps/compare/bazarr-9.0.8...bazarr-9.0.9) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="bazarr-9.0.8"></a>
### [bazarr-9.0.8](https://github.com/truecharts/apps/compare/bazarr-9.0.7...bazarr-9.0.8) (2021-11-14)

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/bazarr"` | |
| image.tag | string | `"v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.main.ports.main.port | int | `6767` | |
| service.main.ports.main.targetPort | int | `6767` | |

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.13"></a>
### [custom-app-3.0.13](https://github.com/truecharts/apps/compare/custom-app-3.0.12...custom-app-3.0.13) (2021-11-15)
#### Chore
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="custom-app-3.0.12"></a>
### [custom-app-3.0.12](https://github.com/truecharts/apps/compare/custom-app-3.0.11...custom-app-3.0.12) (2021-11-14)

View File

@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="jackett-9.0.16"></a>
### [jackett-9.0.16](https://github.com/truecharts/apps/compare/jackett-9.0.15...jackett-9.0.16) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="jackett-9.0.15"></a>
### [jackett-9.0.15](https://github.com/truecharts/apps/compare/jackett-9.0.14...jackett-9.0.15) (2021-11-14)

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.19.260@sha256:bd9bc50b590bbd2657bf766ae4da1669f9d32daa9296d8e96e3673a2033d8535"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.19.266@sha256:61fdb6e5d280c4e4686a6dcf1d8503072fb807c62114873e29502067ad307aeb"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.path | string | `"/UI/Login"` | |
| probes.readiness.path | string | `"/UI/Login"` | |
| probes.startup.path | string | `"/UI/Login"` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="readarr-9.0.12"></a>
### [readarr-9.0.12](https://github.com/truecharts/apps/compare/readarr-9.0.11...readarr-9.0.12) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="readarr-9.0.11"></a>
### [readarr-9.0.11](https://github.com/truecharts/apps/compare/readarr-9.0.10...readarr-9.0.11) (2021-11-14)

View File

@ -14,12 +14,9 @@ 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/k8s-at-home/readarr"` | |
| image.tag | string | `"v0.1.0.1024@sha256:be0cbfcda3cc1f9a5b2b5e2779f811b11975f981b9d5c9b3ad98711718c0ca61"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| image.tag | string | `"v0.1.0.1033@sha256:42a9f18e053b3418c7f15a28c8dcd8f2f76ee8bd3ad08dc7bbf75473287b77e5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| probes.liveness.custom | bool | `true` | |
| probes.liveness.enabled | bool | `true` | |
| probes.liveness.spec.exec.command[0] | string | `"/usr/bin/env"` | |

View File

@ -1,6 +1,16 @@
# Changelog<br>
<a name="tt-rss-3.0.13"></a>
### [tt-rss-3.0.13](https://github.com/truecharts/apps/compare/tt-rss-3.0.12...tt-rss-3.0.13) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
<a name="tt-rss-3.0.12"></a>
### [tt-rss-3.0.12](https://github.com/truecharts/apps/compare/tt-rss-3.0.11...tt-rss-3.0.12) (2021-11-14)

View File

@ -22,7 +22,9 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/tt-rss"` | image repository |
| image.tag | string | `"v1.9040.0@sha256:b5ca5b75317efd90044241b0d4cec84f534157a32fd73f440550de4a94f5b853"` | image tag |
| image.tag | string | `"v1.9043.0@sha256:00cf8fcd0911a758ca6d54d2b47571f1a4bfb71a085a0f78102b99c9db9c5aa2"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |

View File

@ -9825,6 +9825,46 @@ entries:
- https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz
version: 0.0.1
babybuddy:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.9.1
created: "2021-11-15T20:31:30.371330339Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 5.1.17
description: Helps caregivers track sleep, feedings, diaper changes, tummy time
and more to learn about and predict baby's needs without (as much) guess work.
digest: 20c36f768d4254e484489f5c3e8e2186c6e5eeb4f7a752ea1c3d8c7bebc5db00
home: https://github.com/truecharts/apps/tree/main/charts/babybuddy
icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png
keywords:
- baby
- buddy
- tracker
- parents
- parenting
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: babybuddy
sources:
- https://github.com/babybuddy/babybuddy
- https://github.com/nicholaswilde/docker-babybuddy
type: application
urls:
- https://github.com/truecharts/apps/releases/download/babybuddy-4.0.11/babybuddy-4.0.11.tgz
version: 4.0.11
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -10176,6 +10216,43 @@ entries:
- https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz
version: 0.0.1
bazarr:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.0.0
created: "2021-11-15T20:31:30.756532942Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
description: Bazarr is a companion application to Sonarr and Radarr. It manages
and downloads subtitles based on your requirements
digest: 1a925018d7b9c84ca05301395dd02f3a002b6658e99c71b3c6407be4f25404be
home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
keywords:
- bazarr
- radarr
- sonarr
- subtitles
- usenet
- torrent
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bazarr
sources:
- https://github.com/morpheus65535/bazarr
- https://hub.docker.com/r/linuxserver/bazarr
type: application
urls:
- https://github.com/truecharts/apps/releases/download/bazarr-9.0.9/bazarr-9.0.9.tgz
version: 9.0.9
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -23549,6 +23626,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
version: 3.1.5
common:
- apiVersion: v2
appVersion: latest
created: "2021-11-15T20:31:31.025899793Z"
description: Function library for TrueCharts
digest: 0efb647a1bbc493eb61f0ce9610254405763ab59e7db13c2cee51a6650b9d6d6
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
keywords:
- truecharts
- library-chart
- common
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: common
type: library
urls:
- https://github.com/truecharts/apps/releases/download/common-8.6.2/common-8.6.2.tgz
version: 8.6.2
- apiVersion: v2
appVersion: latest
created: "2021-11-15T18:33:09.759720522Z"
@ -28034,6 +28132,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz
version: 0.0.2
custom-app:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- custom
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.19.266
created: "2021-11-15T20:31:31.243566807Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
description: Advanced tool to create your own TrueCharts-based App
digest: d7cbb8e03c5f6a3117aecc75b1f29248a52d6fe0bbcab8304e2336faea383f24
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
icon: https://truecharts.org/_static/img/custom-app-icon.png
keywords:
- custom
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
urls:
- https://github.com/truecharts/apps/releases/download/custom-app-3.0.13/custom-app-3.0.13.tgz
version: 3.0.13
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -85776,6 +85904,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz
version: 0.0.2
jackett:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
- test
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.19.266
created: "2021-11-15T20:31:31.462116427Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
description: API Support for your favorite torrent trackers.
digest: ddd428b9e7bb43f517e035e6a778752540953a7a95c74e491f3dced90db9a0eb
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
icon: https://truecharts.org/_static/img/jackett-icon.png
keywords:
- jackett
- torrent
- usenet
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
urls:
- https://github.com/truecharts/apps/releases/download/jackett-9.0.16/jackett-9.0.16.tgz
version: 9.0.16
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -114480,6 +114641,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz
version: 0.0.2
memcached:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- cache
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.6.12
created: "2021-11-15T20:31:31.711633649Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.1
description: Memcached is a memory-backed database caching solution
digest: 41db91bda636391fd14a6be7f92f23c9ab9759f3dc3c0191066ba60b196ef9b2
home: https://github.com/truecharts/apps/tree/master/stable/memcached
icon: https://bitnami.com/assets/stacks/memcached/img/memcached-stack-220x234.png
keywords:
- memcached
- database
- cache
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/memcached-1.0.3/memcached-1.0.3.tgz
version: 1.0.3
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -168946,6 +169141,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
version: 0.0.1
postgresql:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
truecharts.org/grade: U
apiVersion: v2
appVersion: 14.1.0
created: "2021-11-15T20:31:31.949992199Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.1
description: PostgresSQL
digest: 814da37761ee8054a613d9ecef2e33daf19d46f8babdbadff98c2849675c36e5
home: https://github.com/truecharts/apps/tree/master/stable/postgres
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
keywords:
- postgres
- postgressql
- dtabase
- sql
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: postgresql
sources:
- https://www.postgresql.org/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/postgresql-5.2.1/postgresql-5.2.1.tgz
version: 5.2.1
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -186157,6 +186385,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz
version: 3.1.5
readarr:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.1.0.1033
created: "2021-11-15T20:31:32.167550113Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
description: A fork of Radarr to work with Books & AudioBooks
digest: c721c07b3412bba273a93a976bf95c591935ab30351ca341827509eb7339619d
home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr
icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true
keywords:
- readarr
- torrent
- usenet
- AudioBooks
- ebooks
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: readarr
sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
urls:
- https://github.com/truecharts/apps/releases/download/readarr-9.0.12/readarr-9.0.12.tgz
version: 9.0.12
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -190349,6 +190612,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz
version: 0.0.1
redis:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- cache
truecharts.org/grade: U
apiVersion: v2
appVersion: 6.2.6
created: "2021-11-15T20:31:32.387008339Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.1
description: Open source, advanced key-value store.
digest: 60e317d6d9af519548ea0308915d9be04a1618e0710ef1fe06fefd13f5560fce
home: https://github.com/truecharts/apps/tree/master/stable/redis
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
keywords:
- redis
- keyvalue
- database
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/redis-1.0.4/redis-1.0.4.tgz
version: 1.0.4
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -224883,6 +225180,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz
version: 3.1.5
tt-rss:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.9043.0
created: "2021-11-15T20:31:32.660420917Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 5.1.17
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom)
reader and aggregator
digest: 5efb5698c15406b00efaf54d774da2db36d7a7f9f616baecb181381fde7b8452
home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss
icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png
keywords:
- tt-rss
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: tt-rss
sources:
- https://git.tt-rss.org/fox/tt-rss
urls:
- https://github.com/truecharts/apps/releases/download/tt-rss-3.0.13/tt-rss-3.0.13.tgz
version: 3.0.13
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -245254,4 +245585,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
generated: "2021-11-15T19:55:27.229018209Z"
generated: "2021-11-15T20:31:32.745706771Z"