Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -105,7 +105,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| netshootImage | object | See below | netshoot specific configuration |
|
||||
| netshootImage.pullPolicy | string | `"Always"` | Specify the netshoot image pull policy |
|
||||
| netshootImage.repository | string | `"nicolaka/netshoot"` | Specify the netshoot image |
|
||||
| netshootImage.tag | string | `"latest@sha256:ebc03105d7b4341723052b06d18b58698a0b7f88afc7b6fffd8a188fb729b85e"` | Specify the netshoot image tag |
|
||||
| netshootImage.tag | string | `"latest@sha256:8a8d287f3c31ed0764574d999a68e1514a707c163e725ae2004a33e3f13fef51"` | Specify the netshoot image tag |
|
||||
| networkPolicy | object | See below | Configure networkPolicy for the chart here. |
|
||||
| networkPolicy.egress | list | `[]` | add or remove egress policies |
|
||||
| networkPolicy.enabled | bool | `false` | Enables or disables the networkPolicy |
|
||||
@@ -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:52a1517b6ab0c8bd0a0a5af646749b3e9d0afec822cf3f083641080010aa56a7"` | Specify the postgresql image tag |
|
||||
| postgresqlImage.tag | string | `"14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2"` | 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 |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mariadb-1.0.5"></a>
|
||||
### [mariadb-1.0.5](https://github.com/truecharts/apps/compare/mariadb-1.0.4...mariadb-1.0.5) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="mariadb-1.0.4"></a>
|
||||
### [mariadb-1.0.4](https://github.com/truecharts/apps/compare/mariadb-1.0.3...mariadb-1.0.4) (2021-11-16)
|
||||
|
||||
|
||||
@@ -27,7 +27,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/mariadb"` | |
|
||||
| image.tag | string | `"10.6.5@sha256:5bb100fed8b20dbab8f2e398a28b42021102ac57701ff3ba6e79a5f994f006e2"` | |
|
||||
| image.tag | string | `"10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381"` | |
|
||||
| mariadbDatabase | string | `"test"` | |
|
||||
| mariadbPassword | string | `"testpass"` | |
|
||||
| mariadbRootPassword | string | `"testroot"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="memcached-1.0.7"></a>
|
||||
### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="memcached-1.0.6"></a>
|
||||
### [memcached-1.0.6](https://github.com/truecharts/apps/compare/memcached-1.0.5...memcached-1.0.6) (2021-11-16)
|
||||
|
||||
|
||||
@@ -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:98282c42e9aa7a318e0e8102c75e463c9d6ac2ea27d1213a6fa4db97bd0a822e"` | |
|
||||
| image.tag | string | `"1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446"` | |
|
||||
| service.main.ports.main.port | int | `11211` | |
|
||||
| service.main.ports.main.targetPort | int | `11211` | |
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-6.0.4"></a>
|
||||
### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-6.0.3"></a>
|
||||
### [postgresql-6.0.3](https://github.com/truecharts/apps/compare/postgresql-6.0.2...postgresql-6.0.3) (2021-11-16)
|
||||
|
||||
|
||||
@@ -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:52a1517b6ab0c8bd0a0a5af646749b3e9d0afec822cf3f083641080010aa56a7"` | |
|
||||
| image.tag | string | `"14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| postgrespassword | string | `"testroot"` | |
|
||||
| postgresqlDatabase | string | `"test"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="redis-1.0.8"></a>
|
||||
### [redis-1.0.8](https://github.com/truecharts/apps/compare/redis-1.0.7...redis-1.0.8) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="redis-1.0.7"></a>
|
||||
### [redis-1.0.7](https://github.com/truecharts/apps/compare/redis-1.0.6...redis-1.0.7) (2021-11-16)
|
||||
|
||||
|
||||
@@ -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:1e966b4617988621108d9ec1811835f75f4690040065a61c4001ce852b7a0794"` | |
|
||||
| image.tag | string | `"6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69"` | |
|
||||
| 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. |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="beets-2.0.12"></a>
|
||||
### [beets-2.0.12](https://github.com/truecharts/apps/compare/beets-2.0.11...beets-2.0.12) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="beets-2.0.11"></a>
|
||||
### [beets-2.0.11](https://github.com/truecharts/apps/compare/beets-2.0.10...beets-2.0.11) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/beets"` | |
|
||||
| image.tag | string | `"version-1.5.0@sha256:2b8b13fe5d6dcbd1f590d4f94554491638eeb2caaac678b6a93bc38c5fc0f065"` | |
|
||||
| image.tag | string | `"version-1.5.0@sha256:5bdb3a8ed128aab4744825fd9657a754632baba5f6d9ae84fa88ac27ed0fa75f"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="cloud9-2.0.13"></a>
|
||||
### [cloud9-2.0.13](https://github.com/truecharts/apps/compare/cloud9-2.0.12...cloud9-2.0.13) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="cloud9-2.0.12"></a>
|
||||
### [cloud9-2.0.12](https://github.com/truecharts/apps/compare/cloud9-2.0.11...cloud9-2.0.12) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/cloud9"` | |
|
||||
| image.tag | string | `"version-1.29.2@sha256:f57b67c5ca42ab5d46f216f709a26e529afc80ee327f2204b51da248e525d730"` | |
|
||||
| image.tag | string | `"version-1.29.2@sha256:f2bc1b08e713f1600d374e2347db3963908703c6f6e926649c7a7af064dfa739"` | |
|
||||
| persistence.code.enabled | bool | `true` | |
|
||||
| persistence.code.mountPath | string | `"/code"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="custom-app-3.0.17"></a>
|
||||
### [custom-app-3.0.17](https://github.com/truecharts/apps/compare/custom-app-3.0.16...custom-app-3.0.17) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="custom-app-3.0.16"></a>
|
||||
### [custom-app-3.0.16](https://github.com/truecharts/apps/compare/custom-app-3.0.15...custom-app-3.0.16) (2021-11-16)
|
||||
|
||||
|
||||
@@ -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.275@sha256:ad9cc6dff74f51c2baa81ef2e4113e78c05f2e8e311a584a3ee8e6c085fb2aab"` | |
|
||||
| image.tag | string | `"v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="esphome-9.0.12"></a>
|
||||
### [esphome-9.0.12](https://github.com/truecharts/apps/compare/esphome-9.0.11...esphome-9.0.12) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="esphome-9.0.11"></a>
|
||||
### [esphome-9.0.11](https://github.com/truecharts/apps/compare/esphome-9.0.10...esphome-9.0.11) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ 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/truecharts/esphome"` | |
|
||||
| image.tag | string | `"v2021.10.3@sha256:317f8351a5d2857511cfc04bcf11a3d070037763195d6b80ef4b28b88857a3ba"` | |
|
||||
| image.tag | string | `"v2021.11.1@sha256:7d1352a61ae5c41dde8922e093b2249badd0f3b4213a1acf90d9be716808201e"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| service.main.ports.main.port | int | `6052` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="freshrss-9.0.12"></a>
|
||||
### [freshrss-9.0.12](https://github.com/truecharts/apps/compare/freshrss-9.0.11...freshrss-9.0.12) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="freshrss-9.0.11"></a>
|
||||
### [freshrss-9.0.11](https://github.com/truecharts/apps/compare/freshrss-9.0.10...freshrss-9.0.11) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ 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/freshrss"` | |
|
||||
| image.tag | string | `"version-1.18.1@sha256:09ba63223bd9ed23a2e50b914c2e36c6e5f3dfd655e8b30ac1d7d70bcb585dd6"` | |
|
||||
| image.tag | string | `"version-1.18.1@sha256:8840d00e2f8d4d4d894707bc482b78ee4d4530c3967da82ace8a046ec73cd428"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jackett-9.0.20"></a>
|
||||
### [jackett-9.0.20](https://github.com/truecharts/apps/compare/jackett-9.0.19...jackett-9.0.20) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="jackett-9.0.19"></a>
|
||||
### [jackett-9.0.19](https://github.com/truecharts/apps/compare/jackett-9.0.18...jackett-9.0.19) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ 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.275@sha256:ad9cc6dff74f51c2baa81ef2e4113e78c05f2e8e311a584a3ee8e6c085fb2aab"` | |
|
||||
| image.tag | string | `"v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| probes.liveness.path | string | `"/UI/Login"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="littlelink-4.0.14"></a>
|
||||
### [littlelink-4.0.14](https://github.com/truecharts/apps/compare/littlelink-4.0.13...littlelink-4.0.14) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="littlelink-4.0.13"></a>
|
||||
### [littlelink-4.0.13](https://github.com/truecharts/apps/compare/littlelink-4.0.12...littlelink-4.0.13) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | |
|
||||
| image.tag | string | `"latest@sha256:afe1c6653e47f8037d9f1ea09e2ed78e71f50de3cb09a0b81d635ef45852fbb7"` | |
|
||||
| image.tag | string | `"latest@sha256:ebb3113a3af12f0c8ca8fbf848727a88f5ea4198f33f52b33aa09368233f6789"` | |
|
||||
| littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | |
|
||||
| littlelink.avatar_alt | string | `"techno tim profile pic"` | |
|
||||
| littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mosquitto-4.0.12"></a>
|
||||
### [mosquitto-4.0.12](https://github.com/truecharts/apps/compare/mosquitto-4.0.11...mosquitto-4.0.12) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="mosquitto-4.0.11"></a>
|
||||
### [mosquitto-4.0.11](https://github.com/truecharts/apps/compare/mosquitto-4.0.10...mosquitto-4.0.11) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"eclipse-mosquitto"` | image repository |
|
||||
| image.tag | string | `"2.0.13@sha256:530b22f9dc81e37a48b9ee0d208350aa85d65de4b1b07934a4e777ba0a7c5564"` | image tag |
|
||||
| image.tag | string | `"2.0.14@sha256:64b7c1729f7d1fff46b5e884fc389071686b2f7ed116c3fc7e17cbcb50fa147e"` | image tag |
|
||||
| persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. |
|
||||
| persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="nextcloud-10.0.3"></a>
|
||||
### [nextcloud-10.0.3](https://github.com/truecharts/apps/compare/nextcloud-10.0.2...nextcloud-10.0.3) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="nextcloud-10.0.2"></a>
|
||||
### [nextcloud-10.0.2](https://github.com/truecharts/apps/compare/nextcloud-10.0.1...nextcloud-10.0.2) (2021-11-16)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"docker.io/nextcloud"` | |
|
||||
| image.tag | string | `"22.2.2@sha256:2394d656bf45d63e2a009390773220aebd8ef862798c4f6940aec55c5d3f6a6d"` | |
|
||||
| image.tag | string | `"22.2.3@sha256:9152001cabe83b1bd9490ed0459897de9c33f4c5c1fecadea0e8456920bb6731"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/var/www/html"` | |
|
||||
| podSecurityContext.fsGroup | int | `33` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="pgadmin-4.0.11"></a>
|
||||
### [pgadmin-4.0.11](https://github.com/truecharts/apps/compare/pgadmin-4.0.10...pgadmin-4.0.11) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="pgadmin-4.0.10"></a>
|
||||
### [pgadmin-4.0.10](https://github.com/truecharts/apps/compare/pgadmin-4.0.9...pgadmin-4.0.10) (2021-11-16)
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"docker.io/dpage/pgadmin4"` | |
|
||||
| image.tag | string | `"6.1@sha256:6b740e88b8c3563bdbb1e42b0a24927f3c24081591ada25f3996c5e4107ce1d6"` | |
|
||||
| image.tag | string | `"6.2@sha256:13e2208c50cb8666967e0396fa4898b555b41b507149dd468966d64caab7da76"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/var/lib/pgadmin"` | |
|
||||
| podSecurityContext.fsGroup | int | `5050` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="prowlarr-4.0.14"></a>
|
||||
### [prowlarr-4.0.14](https://github.com/truecharts/apps/compare/prowlarr-4.0.13...prowlarr-4.0.14) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="prowlarr-4.0.13"></a>
|
||||
### [prowlarr-4.0.13](https://github.com/truecharts/apps/compare/prowlarr-4.0.12...prowlarr-4.0.13) (2021-11-16)
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository |
|
||||
| image.tag | string | `"v0.1.3.1077@sha256:0a955bca64cd9480b57c3d06342d2586629908dc013f16ba2f3d11ecb120eccd"` | image tag |
|
||||
| image.tag | string | `"v0.1.3.1104@sha256:0e05fea2ec9fb8456ed4440b1a604e51ce81df553090af358d93816cc8858f9d"` | 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. |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="readarr-9.0.15"></a>
|
||||
### [readarr-9.0.15](https://github.com/truecharts/apps/compare/readarr-9.0.14...readarr-9.0.15) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="readarr-9.0.14"></a>
|
||||
### [readarr-9.0.14](https://github.com/truecharts/apps/compare/readarr-9.0.13...readarr-9.0.14) (2021-11-16)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ 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.1033@sha256:42a9f18e053b3418c7f15a28c8dcd8f2f76ee8bd3ad08dc7bbf75473287b77e5"` | |
|
||||
| image.tag | string | `"v0.1.0.1041@sha256:7fdce908fa5f17c7fc311d9c90b7a53f3cea2db5278dfeba5336ceac9c5aa9e6"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| probes.liveness.custom | bool | `true` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="recipes-4.0.4"></a>
|
||||
### [recipes-4.0.4](https://github.com/truecharts/apps/compare/recipes-4.0.3...recipes-4.0.4) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="recipes-4.0.3"></a>
|
||||
### [recipes-4.0.3](https://github.com/truecharts/apps/compare/recipes-4.0.2...recipes-4.0.3) (2021-11-17)
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.repository | string | `"vabene1111/recipes"` | image repository |
|
||||
| image.tag | string | `"1.0.1@sha256:0039fb1d3a48eb8d12425d7e60fd86a8cff1e314f82c95c94b1e4982e2fd3791"` | image tag |
|
||||
| nginxImage.repository | string | `"nginx"` | nginx sidecar image repository |
|
||||
| nginxImage.tag | string | `"1.21.4@sha256:168a6a2be5c65d4aafa7a78ca98ff8b110fe44c6ca41e7ccb4314ed481e32288"` | nginx sidecar image tag |
|
||||
| nginxImage.tag | string | `"1.21.4@sha256:097c3a0913d7e3a5b01b6c685a60c03632fc7a2b50bc8e35bcaa3691d788226e"` | nginx sidecar image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="tt-rss-4.0.2"></a>
|
||||
### [tt-rss-4.0.2](https://github.com/truecharts/apps/compare/tt-rss-4.0.1...tt-rss-4.0.2) (2021-11-18)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
|
||||
|
||||
|
||||
|
||||
<a name="tt-rss-4.0.1"></a>
|
||||
### [tt-rss-4.0.1](https://github.com/truecharts/apps/compare/tt-rss-4.0.0...tt-rss-4.0.1) (2021-11-16)
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ 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.9044.0@sha256:7852bdc6b9c0933149ddcf2db3426b9630ad71a45d873f14b0adfcdcd283f8f4"` | image tag |
|
||||
| image.tag | string | `"v1.9053.0@sha256:bbcbd7d1aca94892d118ed14fd59f8e6f67b4827c6cff5b1d8a2dbe2685e261b"` | image tag |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
|
||||
Reference in New Issue
Block a user