diff --git a/charts/dependency/mariadb/CHANGELOG.md b/charts/dependency/mariadb/CHANGELOG.md index 14a120b4a00..dfb730d1ed6 100644 --- a/charts/dependency/mariadb/CHANGELOG.md +++ b/charts/dependency/mariadb/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [mariadb-1.0.11](https://github.com/truecharts/apps/compare/mariadb-1.0.9...mariadb-1.0.11) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [mariadb-1.0.9](https://github.com/truecharts/apps/compare/mariadb-1.0.8...mariadb-1.0.9) (2021-11-22) diff --git a/charts/dependency/mariadb/README.md b/charts/dependency/mariadb/README.md index ff88a72a6e0..f96ab7bb3b3 100644 --- a/charts/dependency/mariadb/README.md +++ b/charts/dependency/mariadb/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/charts/dependency/mariadb/helm-values.md b/charts/dependency/mariadb/helm-values.md index 4ed6752aa49..8cb9e8dd02c 100644 --- a/charts/dependency/mariadb/helm-values.md +++ b/charts/dependency/mariadb/helm-values.md @@ -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:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d"` | | +| image.tag | string | `"10.6.5@sha256:7c9756d5f253830b1c79105ee01baf929da6f3fee5967755bf9a18e9038578fc"` | | | mariadbDatabase | string | `"test"` | | | mariadbPassword | string | `"testpass"` | | | mariadbRootPassword | string | `"testroot"` | | diff --git a/charts/dependency/memcached/CHANGELOG.md b/charts/dependency/memcached/CHANGELOG.md index 54823bd4945..774a9064e57 100644 --- a/charts/dependency/memcached/CHANGELOG.md +++ b/charts/dependency/memcached/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [memcached-1.0.12](https://github.com/truecharts/apps/compare/memcached-1.0.10...memcached-1.0.12) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [memcached-1.0.10](https://github.com/truecharts/apps/compare/memcached-1.0.9...memcached-1.0.10) (2021-11-22) diff --git a/charts/dependency/memcached/README.md b/charts/dependency/memcached/README.md index 4ca7eedba2a..0d805cc2a4a 100644 --- a/charts/dependency/memcached/README.md +++ b/charts/dependency/memcached/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/charts/dependency/memcached/helm-values.md b/charts/dependency/memcached/helm-values.md index 2cb357348bf..00a05927d05 100644 --- a/charts/dependency/memcached/helm-values.md +++ b/charts/dependency/memcached/helm-values.md @@ -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:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3"` | | +| image.tag | string | `"1.6.12@sha256:b8dc7ffb2dfaffb03df5b8cf6654f78d3dacdff447583c536e6ccd3a53596437"` | | | service.main.ports.main.port | int | `11211` | | | service.main.ports.main.targetPort | int | `11211` | | diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md index 08a8e5baac0..7dcc605c600 100644 --- a/charts/dependency/postgresql/CHANGELOG.md +++ b/charts/dependency/postgresql/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [postgresql-6.0.9](https://github.com/truecharts/apps/compare/postgresql-6.0.7...postgresql-6.0.9) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [postgresql-6.0.7](https://github.com/truecharts/apps/compare/postgresql-6.0.6...postgresql-6.0.7) (2021-11-22) diff --git a/charts/dependency/postgresql/README.md b/charts/dependency/postgresql/README.md index 198f00d9353..6e089b240d1 100644 --- a/charts/dependency/postgresql/README.md +++ b/charts/dependency/postgresql/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/charts/dependency/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md index 05fcf04dfd1..594a7d7e0d5 100644 --- a/charts/dependency/postgresql/helm-values.md +++ b/charts/dependency/postgresql/helm-values.md @@ -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:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | | +| image.tag | string | `"14.1.0@sha256:9ba99644cbad69d08a9ad96656add5b498a57e692975878208d6ab32752eaa3c"` | | | podSecurityContext.runAsGroup | int | `0` | | | postgrespassword | string | `"testroot"` | | | postgresqlDatabase | string | `"test"` | | diff --git a/charts/dependency/redis/CHANGELOG.md b/charts/dependency/redis/CHANGELOG.md index 1e412da7351..f3169778f32 100644 --- a/charts/dependency/redis/CHANGELOG.md +++ b/charts/dependency/redis/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [redis-1.0.13](https://github.com/truecharts/apps/compare/redis-1.0.11...redis-1.0.13) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [redis-1.0.11](https://github.com/truecharts/apps/compare/redis-1.0.10...redis-1.0.11) (2021-11-22) diff --git a/charts/dependency/redis/README.md b/charts/dependency/redis/README.md index c961175feac..31719dfcf61 100644 --- a/charts/dependency/redis/README.md +++ b/charts/dependency/redis/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/charts/dependency/redis/helm-values.md b/charts/dependency/redis/helm-values.md index dde7b7d17ea..06422f77946 100644 --- a/charts/dependency/redis/helm-values.md +++ b/charts/dependency/redis/helm-values.md @@ -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:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb"` | | +| image.tag | string | `"6.2.6@sha256:fccaa44fdf4d34c81cfeef203eaf56ad6b4413fe7b8ef4e7415ecee648c2078d"` | | | 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 `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index f52c80ae37f..3ebc1600bed 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-8.9.3](https://github.com/truecharts/apps/compare/common-8.9.2...common-8.9.3) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [common-8.9.2](https://github.com/truecharts/apps/compare/common-8.9.1...common-8.9.2) (2021-11-23) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index 8b9a6684595..1dabc6889b0 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -182,7 +182,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:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | Specify the postgresql image tag | +| postgresqlImage.tag | string | `"14.1.0@sha256:9ba99644cbad69d08a9ad96656add5b498a57e692975878208d6ab32752eaa3c"` | 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 | diff --git a/charts/stable/doublecommander/CHANGELOG.md b/charts/stable/doublecommander/CHANGELOG.md index 9209c8be167..c24daa1d0c2 100644 --- a/charts/stable/doublecommander/CHANGELOG.md +++ b/charts/stable/doublecommander/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [doublecommander-2.0.14](https://github.com/truecharts/apps/compare/doublecommander-2.0.13...doublecommander-2.0.14) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [doublecommander-2.0.13](https://github.com/truecharts/apps/compare/doublecommander-2.0.12...doublecommander-2.0.13) (2021-11-22) diff --git a/charts/stable/doublecommander/helm-values.md b/charts/stable/doublecommander/helm-values.md index e6e8fa2e96c..217bcce7bd3 100644 --- a/charts/stable/doublecommander/helm-values.md +++ b/charts/stable/doublecommander/helm-values.md @@ -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/doublecommander"` | | -| image.tag | string | `"version-0.8.2-1@sha256:2f166667ef095d2699e4a5dab4db7d23c55ab57eea6ee2084c340842355a73e1"` | | +| image.tag | string | `"version-0.8.2-1@sha256:61800aec4066ab01d10bebf8a06de3f6a1b1fe7f9bc0c198d9aaad8770f85ce0"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md index 9dfd384bf3b..99e729c317e 100644 --- a/charts/stable/librespeed/CHANGELOG.md +++ b/charts/stable/librespeed/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [librespeed-4.0.14](https://github.com/truecharts/apps/compare/librespeed-4.0.13...librespeed-4.0.14) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [librespeed-4.0.13](https://github.com/truecharts/apps/compare/librespeed-4.0.12...librespeed-4.0.13) (2021-11-22) diff --git a/charts/stable/librespeed/helm-values.md b/charts/stable/librespeed/helm-values.md index 65e318be72a..5b4a80a6559 100644 --- a/charts/stable/librespeed/helm-values.md +++ b/charts/stable/librespeed/helm-values.md @@ -16,7 +16,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/linuxserver/librespeed"` | image repository | -| image.tag | string | `"version-5.2.4@sha256:ff7f6aa6634daf567eee4c4942d05a51908af42608bb00cc3d4089b4eb3d0ab7"` | image tag | +| image.tag | string | `"version-5.2.4@sha256:e93c747b991071f73fa66d95b837b28bc370395b5d229141c8141a970bbfacfb"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md index f2587acd967..68f9e0de7fe 100644 --- a/charts/stable/littlelink/CHANGELOG.md +++ b/charts/stable/littlelink/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [littlelink-4.0.17](https://github.com/truecharts/apps/compare/littlelink-4.0.16...littlelink-4.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [littlelink-4.0.16](https://github.com/truecharts/apps/compare/littlelink-4.0.15...littlelink-4.0.16) (2021-11-22) diff --git a/charts/stable/littlelink/helm-values.md b/charts/stable/littlelink/helm-values.md index a7f0e708824..571ab88b2de 100644 --- a/charts/stable/littlelink/helm-values.md +++ b/charts/stable/littlelink/helm-values.md @@ -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:14572e87fb0b81a98de4ef152e96500c71380811cf76045b951d50c9657c07fd"` | | +| image.tag | string | `"latest@sha256:6d6bcbdd5e5a17b85f98a6ab42c95ba8f083dc8a2d7d2a3f4fcb28e446a57c4d"` | | | 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"` | | diff --git a/charts/stable/logitech-media-server/CHANGELOG.md b/charts/stable/logitech-media-server/CHANGELOG.md index da709835f38..62e7e6123ca 100644 --- a/charts/stable/logitech-media-server/CHANGELOG.md +++ b/charts/stable/logitech-media-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [logitech-media-server-2.0.17](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.16...logitech-media-server-2.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [logitech-media-server-2.0.16](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.15...logitech-media-server-2.0.16) (2021-11-22) diff --git a/charts/stable/logitech-media-server/helm-values.md b/charts/stable/logitech-media-server/helm-values.md index 44abce11920..0e48f2b969b 100644 --- a/charts/stable/logitech-media-server/helm-values.md +++ b/charts/stable/logitech-media-server/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"lmscommunity/logitechmediaserver"` | | -| image.tag | string | `"8.3.0@sha256:02959970afb6a89a8a264d6adcdcca8e7468740776fda7a74d59e61b1f49da2c"` | | +| image.tag | string | `"8.3.0@sha256:a035d06f8d57af2deb3de7ee9d5d22d894b17d31a1dbd46f45844af20e6cfc5a"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md index 7aa6f0f4111..3f5a7d6350e 100644 --- a/charts/stable/prowlarr/CHANGELOG.md +++ b/charts/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.17](https://github.com/truecharts/apps/compare/prowlarr-4.0.16...prowlarr-4.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [prowlarr-4.0.16](https://github.com/truecharts/apps/compare/prowlarr-4.0.15...prowlarr-4.0.16) (2021-11-22) diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index a877cd08674..0d549b26cf3 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.1.4.1127" +appVersion: "0.1.4.1130" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md index b277041cd46..830b2451617 100644 --- a/charts/stable/prowlarr/helm-values.md +++ b/charts/stable/prowlarr/helm-values.md @@ -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.4.1127@sha256:439951eb91940032c77c8774a8a24c672cb2a1743b4b2a33f4cdacdbd17ab42f"` | image tag | +| image.tag | string | `"v0.1.4.1130@sha256:edf13b2d6a0cf6adef541c73fc3d4c99bacb6582404ee7ad5051459f6565dd36"` | 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` | | diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md index 3c3a521e712..b72cb5d47de 100644 --- a/charts/stable/thelounge/CHANGELOG.md +++ b/charts/stable/thelounge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [thelounge-4.0.12](https://github.com/truecharts/apps/compare/thelounge-4.0.11...thelounge-4.0.12) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [thelounge-4.0.11](https://github.com/truecharts/apps/compare/thelounge-4.0.10...thelounge-4.0.11) (2021-11-22) diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 1634cdcdc14..836ffc983d6 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.2.0" +appVersion: "4.3.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/thelounge/helm-values.md b/charts/stable/thelounge/helm-values.md index 6b8aafe2085..885e7bb07fd 100644 --- a/charts/stable/thelounge/helm-values.md +++ b/charts/stable/thelounge/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/thelounge"` | image repository | -| image.tag | string | `"v4.2.0@sha256:1f879027a346429012acdb46fbd133b1627585e29d8bbfd915936b79cc04324b"` | image tag | +| image.tag | string | `"v4.3.0@sha256:1a017ca7ee4ebcb8eadbbd416e21366e73084ddea68c8160f7f3f7e9eeae8f3b"` | 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` | | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index 8b9a6684595..1dabc6889b0 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -182,7 +182,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:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | Specify the postgresql image tag | +| postgresqlImage.tag | string | `"14.1.0@sha256:9ba99644cbad69d08a9ad96656add5b498a57e692975878208d6ab32752eaa3c"` | 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 | diff --git a/docs/apps/dependency/mariadb/CHANGELOG.md b/docs/apps/dependency/mariadb/CHANGELOG.md index 14a120b4a00..dfb730d1ed6 100644 --- a/docs/apps/dependency/mariadb/CHANGELOG.md +++ b/docs/apps/dependency/mariadb/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [mariadb-1.0.11](https://github.com/truecharts/apps/compare/mariadb-1.0.9...mariadb-1.0.11) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [mariadb-1.0.9](https://github.com/truecharts/apps/compare/mariadb-1.0.8...mariadb-1.0.9) (2021-11-22) diff --git a/docs/apps/dependency/mariadb/helm-values.md b/docs/apps/dependency/mariadb/helm-values.md index 4ed6752aa49..8cb9e8dd02c 100644 --- a/docs/apps/dependency/mariadb/helm-values.md +++ b/docs/apps/dependency/mariadb/helm-values.md @@ -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:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d"` | | +| image.tag | string | `"10.6.5@sha256:7c9756d5f253830b1c79105ee01baf929da6f3fee5967755bf9a18e9038578fc"` | | | mariadbDatabase | string | `"test"` | | | mariadbPassword | string | `"testpass"` | | | mariadbRootPassword | string | `"testroot"` | | diff --git a/docs/apps/dependency/mariadb/index.md b/docs/apps/dependency/mariadb/index.md index ff88a72a6e0..f96ab7bb3b3 100644 --- a/docs/apps/dependency/mariadb/index.md +++ b/docs/apps/dependency/mariadb/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/docs/apps/dependency/memcached/CHANGELOG.md b/docs/apps/dependency/memcached/CHANGELOG.md index 54823bd4945..774a9064e57 100644 --- a/docs/apps/dependency/memcached/CHANGELOG.md +++ b/docs/apps/dependency/memcached/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [memcached-1.0.12](https://github.com/truecharts/apps/compare/memcached-1.0.10...memcached-1.0.12) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [memcached-1.0.10](https://github.com/truecharts/apps/compare/memcached-1.0.9...memcached-1.0.10) (2021-11-22) diff --git a/docs/apps/dependency/memcached/helm-values.md b/docs/apps/dependency/memcached/helm-values.md index 2cb357348bf..00a05927d05 100644 --- a/docs/apps/dependency/memcached/helm-values.md +++ b/docs/apps/dependency/memcached/helm-values.md @@ -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:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3"` | | +| image.tag | string | `"1.6.12@sha256:b8dc7ffb2dfaffb03df5b8cf6654f78d3dacdff447583c536e6ccd3a53596437"` | | | service.main.ports.main.port | int | `11211` | | | service.main.ports.main.targetPort | int | `11211` | | diff --git a/docs/apps/dependency/memcached/index.md b/docs/apps/dependency/memcached/index.md index 4ca7eedba2a..0d805cc2a4a 100644 --- a/docs/apps/dependency/memcached/index.md +++ b/docs/apps/dependency/memcached/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/docs/apps/dependency/postgresql/CHANGELOG.md b/docs/apps/dependency/postgresql/CHANGELOG.md index 08a8e5baac0..7dcc605c600 100644 --- a/docs/apps/dependency/postgresql/CHANGELOG.md +++ b/docs/apps/dependency/postgresql/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [postgresql-6.0.9](https://github.com/truecharts/apps/compare/postgresql-6.0.7...postgresql-6.0.9) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [postgresql-6.0.7](https://github.com/truecharts/apps/compare/postgresql-6.0.6...postgresql-6.0.7) (2021-11-22) diff --git a/docs/apps/dependency/postgresql/helm-values.md b/docs/apps/dependency/postgresql/helm-values.md index 05fcf04dfd1..594a7d7e0d5 100644 --- a/docs/apps/dependency/postgresql/helm-values.md +++ b/docs/apps/dependency/postgresql/helm-values.md @@ -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:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | | +| image.tag | string | `"14.1.0@sha256:9ba99644cbad69d08a9ad96656add5b498a57e692975878208d6ab32752eaa3c"` | | | podSecurityContext.runAsGroup | int | `0` | | | postgrespassword | string | `"testroot"` | | | postgresqlDatabase | string | `"test"` | | diff --git a/docs/apps/dependency/postgresql/index.md b/docs/apps/dependency/postgresql/index.md index 198f00d9353..6e089b240d1 100644 --- a/docs/apps/dependency/postgresql/index.md +++ b/docs/apps/dependency/postgresql/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/docs/apps/dependency/redis/CHANGELOG.md b/docs/apps/dependency/redis/CHANGELOG.md index 1e412da7351..f3169778f32 100644 --- a/docs/apps/dependency/redis/CHANGELOG.md +++ b/docs/apps/dependency/redis/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [redis-1.0.13](https://github.com/truecharts/apps/compare/redis-1.0.11...redis-1.0.13) (2021-11-23) + +#### Chore + +* bump common on deps +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [redis-1.0.11](https://github.com/truecharts/apps/compare/redis-1.0.10...redis-1.0.11) (2021-11-22) diff --git a/docs/apps/dependency/redis/helm-values.md b/docs/apps/dependency/redis/helm-values.md index dde7b7d17ea..06422f77946 100644 --- a/docs/apps/dependency/redis/helm-values.md +++ b/docs/apps/dependency/redis/helm-values.md @@ -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:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb"` | | +| image.tag | string | `"6.2.6@sha256:fccaa44fdf4d34c81cfeef203eaf56ad6b4413fe7b8ef4e7415ecee648c2078d"` | | | 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 `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/docs/apps/dependency/redis/index.md b/docs/apps/dependency/redis/index.md index c961175feac..31719dfcf61 100644 --- a/docs/apps/dependency/redis/index.md +++ b/docs/apps/dependency/redis/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.1 | +| https://truecharts.org | common | 8.9.2 | ## Installing the Chart diff --git a/docs/apps/stable/doublecommander/CHANGELOG.md b/docs/apps/stable/doublecommander/CHANGELOG.md index 9209c8be167..c24daa1d0c2 100644 --- a/docs/apps/stable/doublecommander/CHANGELOG.md +++ b/docs/apps/stable/doublecommander/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [doublecommander-2.0.14](https://github.com/truecharts/apps/compare/doublecommander-2.0.13...doublecommander-2.0.14) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [doublecommander-2.0.13](https://github.com/truecharts/apps/compare/doublecommander-2.0.12...doublecommander-2.0.13) (2021-11-22) diff --git a/docs/apps/stable/doublecommander/helm-values.md b/docs/apps/stable/doublecommander/helm-values.md index e6e8fa2e96c..217bcce7bd3 100644 --- a/docs/apps/stable/doublecommander/helm-values.md +++ b/docs/apps/stable/doublecommander/helm-values.md @@ -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/doublecommander"` | | -| image.tag | string | `"version-0.8.2-1@sha256:2f166667ef095d2699e4a5dab4db7d23c55ab57eea6ee2084c340842355a73e1"` | | +| image.tag | string | `"version-0.8.2-1@sha256:61800aec4066ab01d10bebf8a06de3f6a1b1fe7f9bc0c198d9aaad8770f85ce0"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/docs/apps/stable/librespeed/CHANGELOG.md b/docs/apps/stable/librespeed/CHANGELOG.md index 9dfd384bf3b..99e729c317e 100644 --- a/docs/apps/stable/librespeed/CHANGELOG.md +++ b/docs/apps/stable/librespeed/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [librespeed-4.0.14](https://github.com/truecharts/apps/compare/librespeed-4.0.13...librespeed-4.0.14) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [librespeed-4.0.13](https://github.com/truecharts/apps/compare/librespeed-4.0.12...librespeed-4.0.13) (2021-11-22) diff --git a/docs/apps/stable/librespeed/helm-values.md b/docs/apps/stable/librespeed/helm-values.md index 65e318be72a..5b4a80a6559 100644 --- a/docs/apps/stable/librespeed/helm-values.md +++ b/docs/apps/stable/librespeed/helm-values.md @@ -16,7 +16,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/linuxserver/librespeed"` | image repository | -| image.tag | string | `"version-5.2.4@sha256:ff7f6aa6634daf567eee4c4942d05a51908af42608bb00cc3d4089b4eb3d0ab7"` | image tag | +| image.tag | string | `"version-5.2.4@sha256:e93c747b991071f73fa66d95b837b28bc370395b5d229141c8141a970bbfacfb"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/docs/apps/stable/littlelink/CHANGELOG.md b/docs/apps/stable/littlelink/CHANGELOG.md index f2587acd967..68f9e0de7fe 100644 --- a/docs/apps/stable/littlelink/CHANGELOG.md +++ b/docs/apps/stable/littlelink/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [littlelink-4.0.17](https://github.com/truecharts/apps/compare/littlelink-4.0.16...littlelink-4.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [littlelink-4.0.16](https://github.com/truecharts/apps/compare/littlelink-4.0.15...littlelink-4.0.16) (2021-11-22) diff --git a/docs/apps/stable/littlelink/helm-values.md b/docs/apps/stable/littlelink/helm-values.md index a7f0e708824..571ab88b2de 100644 --- a/docs/apps/stable/littlelink/helm-values.md +++ b/docs/apps/stable/littlelink/helm-values.md @@ -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:14572e87fb0b81a98de4ef152e96500c71380811cf76045b951d50c9657c07fd"` | | +| image.tag | string | `"latest@sha256:6d6bcbdd5e5a17b85f98a6ab42c95ba8f083dc8a2d7d2a3f4fcb28e446a57c4d"` | | | 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"` | | diff --git a/docs/apps/stable/logitech-media-server/CHANGELOG.md b/docs/apps/stable/logitech-media-server/CHANGELOG.md index da709835f38..62e7e6123ca 100644 --- a/docs/apps/stable/logitech-media-server/CHANGELOG.md +++ b/docs/apps/stable/logitech-media-server/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [logitech-media-server-2.0.17](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.16...logitech-media-server-2.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [logitech-media-server-2.0.16](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.15...logitech-media-server-2.0.16) (2021-11-22) diff --git a/docs/apps/stable/logitech-media-server/helm-values.md b/docs/apps/stable/logitech-media-server/helm-values.md index 44abce11920..0e48f2b969b 100644 --- a/docs/apps/stable/logitech-media-server/helm-values.md +++ b/docs/apps/stable/logitech-media-server/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"lmscommunity/logitechmediaserver"` | | -| image.tag | string | `"8.3.0@sha256:02959970afb6a89a8a264d6adcdcca8e7468740776fda7a74d59e61b1f49da2c"` | | +| image.tag | string | `"8.3.0@sha256:a035d06f8d57af2deb3de7ee9d5d22d894b17d31a1dbd46f45844af20e6cfc5a"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md index 7aa6f0f4111..3f5a7d6350e 100644 --- a/docs/apps/stable/prowlarr/CHANGELOG.md +++ b/docs/apps/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.17](https://github.com/truecharts/apps/compare/prowlarr-4.0.16...prowlarr-4.0.17) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [prowlarr-4.0.16](https://github.com/truecharts/apps/compare/prowlarr-4.0.15...prowlarr-4.0.16) (2021-11-22) diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md index b277041cd46..830b2451617 100644 --- a/docs/apps/stable/prowlarr/helm-values.md +++ b/docs/apps/stable/prowlarr/helm-values.md @@ -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.4.1127@sha256:439951eb91940032c77c8774a8a24c672cb2a1743b4b2a33f4cdacdbd17ab42f"` | image tag | +| image.tag | string | `"v0.1.4.1130@sha256:edf13b2d6a0cf6adef541c73fc3d4c99bacb6582404ee7ad5051459f6565dd36"` | 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` | | diff --git a/docs/apps/stable/thelounge/CHANGELOG.md b/docs/apps/stable/thelounge/CHANGELOG.md index 3c3a521e712..b72cb5d47de 100644 --- a/docs/apps/stable/thelounge/CHANGELOG.md +++ b/docs/apps/stable/thelounge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [thelounge-4.0.12](https://github.com/truecharts/apps/compare/thelounge-4.0.11...thelounge-4.0.12) (2021-11-23) + +#### Chore + +* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384)) + + + ### [thelounge-4.0.11](https://github.com/truecharts/apps/compare/thelounge-4.0.10...thelounge-4.0.11) (2021-11-22) diff --git a/docs/apps/stable/thelounge/helm-values.md b/docs/apps/stable/thelounge/helm-values.md index 6b8aafe2085..885e7bb07fd 100644 --- a/docs/apps/stable/thelounge/helm-values.md +++ b/docs/apps/stable/thelounge/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/thelounge"` | image repository | -| image.tag | string | `"v4.2.0@sha256:1f879027a346429012acdb46fbd133b1627585e29d8bbfd915936b79cc04324b"` | image tag | +| image.tag | string | `"v4.3.0@sha256:1a017ca7ee4ebcb8eadbbd416e21366e73084ddea68c8160f7f3f7e9eeae8f3b"` | 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` | | diff --git a/docs/index.yaml b/docs/index.yaml index c3cf3d3f2fc..e1088cda030 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -23911,6 +23911,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-23T11:17:55.838785396Z" + description: Function library for TrueCharts + digest: bcbb61c3f0d83d18d177b41c22caf302c8d7ac3ff598ba5d5ae201e276d6a01e + 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.9.3/common-8.9.3.tgz + version: 8.9.3 - apiVersion: v2 appVersion: latest created: "2021-11-23T10:24:06.134979139Z" @@ -39147,6 +39168,40 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 doublecommander: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.8.2 + created: "2021-11-23T11:17:56.051787354Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: A free cross platform open source file manager with two panels side + by side. + digest: c9bb85d99b44f2244384a3904b180f3b02ece66f746b87abe5c317667a58fcf1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png + keywords: + - doublecommander + - file + - manager + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: doublecommander + sources: + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.14/doublecommander-2.0.14.tgz + version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104316,6 +104371,38 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz version: 0.0.2 librespeed: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 5.2.4 + created: "2021-11-23T11:17:56.259700259Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Librespeed is a HTML5 webpage to test upload and download speeds + digest: 70b4e20433cbb49dbe433b66715596ac143bde23b8220044b746da7938baaca8 + home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed + icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true + keywords: + - librespeed + - speedtest + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: librespeed + sources: + - https://github.com/librespeed/speedtest + - https://hub.docker.com/r/linuxserver/librespeed + - https://github.com/truechartsapps/tree/master/charts/librespeed + urls: + - https://github.com/truecharts/apps/releases/download/librespeed-4.0.14/librespeed-4.0.14.tgz + version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -108935,6 +109022,37 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - social + truecharts.org/grade: U + apiVersion: v2 + appVersion: latest + created: "2021-11-23T11:17:56.502311947Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Easy platform to combine all your social links + digest: 1f7290b119a51a94ba9e4ad4ecc1d8a4fe17763740cf4eac9f664bc812a946e5 + home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink + icon: https://littlelink.io/images/avatar@2x.png + keywords: + - littlelink + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: littlelink + sources: + - https://github.com/techno-tim/littlelink-server + - https://github.com/sethcottle/littlelink + type: application + urls: + - https://github.com/truecharts/apps/releases/download/littlelink-4.0.17/littlelink-4.0.17.tgz + version: 4.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110565,6 +110683,41 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 logitech-media-server: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + - audio + truecharts.org/grade: U + apiVersion: v2 + appVersion: 8.3.0 + created: "2021-11-23T11:17:56.727263996Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Logitech Media Server is a platform for home/office audio streaming. + digest: 7dd5e9491fc00b8b768cd0b8b8effb2f3490df2c2a74fe1ba4e13c9271dcbc2a + home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server + icon: https://www.mysqueezebox.com/static/images/logitech_mediaserver.png + keywords: + - logitech-media-server + - squeezebox + - audio + - streaming + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: logitech-media-server + sources: + - https://github.com/Logitech/slimserver + - https://hub.docker.com/r/lmscommunity/logitechmediaserver + type: application + urls: + - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.17/logitech-media-server-2.0.17.tgz + version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -113719,6 +113872,42 @@ entries: - https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz version: 3.1.5 mariadb: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - database + truecharts.org/grade: U + apiVersion: v2 + appVersion: 10.6.5 + created: "2021-11-23T11:17:56.92930153Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.2 + description: Fast, reliable, scalable, and easy to use open-source relational + database system. + digest: 52901db33cee1d191a550a04c5239d0a86e20c707bcf160cc5900826275fe727 + home: https://github.com/truecharts/apps/tree/master/stable/mariadb + icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png + keywords: + - mariadb + - mysql + - database + - sql + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: mariadb + sources: + - https://github.com/bitnami/bitnami-docker-mariadb + - https://github.com/prometheus/mysqld_exporter + - https://mariadb.org + type: application + urls: + - https://github.com/truecharts/apps/releases/download/mariadb-1.0.11/mariadb-1.0.11.tgz + version: 1.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116430,6 +116619,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-23T11:17:57.145765234Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.2 + description: Memcached is a memory-backed database caching solution + digest: 199f9f46f51e1fe2cfe2fd51ddcc89702d6b2ff573b4f2d17cc75f91c4c33124 + 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.12/memcached-1.0.12.tgz + version: 1.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -171771,6 +171994,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-23T11:17:57.365832885Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.2 + description: PostgresSQL + digest: a154e06c30722c2e7fe5f108c69461071006a266e03a37dbeb1c758b11f82944 + 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-6.0.9/postgresql-6.0.9.tgz + version: 6.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -179882,6 +180138,39 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.4.1130 + created: "2021-11-23T11:17:57.588012505Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 5521b77dc7fbde6055c3ac0d0484f7dae4f412b0231e6d3c44208ed0239e4674 + home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr + icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png + keywords: + - prowlarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: prowlarr + sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.17/prowlarr-4.0.17.tgz + version: 4.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193961,6 +194250,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-23T11:17:58.007892206Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.2 + description: Open source, advanced key-value store. + digest: f66076859e00a95a21e7f8ddda96c948e57f6c212f45779ac649fc977b904e5b + 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.13/redis-1.0.13.tgz + version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -216918,6 +217241,39 @@ entries: - https://github.com/truecharts/apps/releases/download/testrc2-0.0.1/testrc2-0.0.1.tgz version: 0.0.1 thelounge: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + truecharts.org/grade: U + apiVersion: v2 + appVersion: 4.3.0 + created: "2021-11-23T11:17:58.216414128Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.1 + description: The Lounge, modern web IRC client designed for self-hosting + digest: 906ad3dc3cf578897483db63548399330a2b7b37dec2391d9ac014b8a5cd34a0 + home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge + icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 + keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: thelounge + sources: + - https://github.com/thelounge/thelounge + urls: + - https://github.com/truecharts/apps/releases/download/thelounge-4.0.12/thelounge-4.0.12.tgz + version: 4.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -249697,4 +250053,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-23T10:24:06.20715294Z" +generated: "2021-11-23T11:17:58.30838037Z"