From 9e4c23ba6a07b8a1d5599c6db5996076a42b9092 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:00:40 +0100 Subject: [PATCH] chore(charts): bump migrated Redis dependencies to Valkey v0.0.2 (#44988) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates the Redis→Valkey migration to use the requested Valkey chart version `0.0.2`. All previously migrated stable charts now reference `valkey` at `0.0.2`, with chart versions incremented accordingly. - **Dependency version update** - Updated stable chart dependencies from: - `name: valkey` - `version: 0.0.1` - to: - `name: valkey` - `version: 0.0.2` - **Chart metadata alignment** - Bumped `Chart.yaml` patch version for each modified chart to keep chart versioning consistent with dependency changes. - **Compatibility preserved** - Kept existing dependency wiring unchanged (`condition: redis.enabled`, `alias: redis`) so chart values and toggles continue to resolve through the same key path. ```yaml dependencies: - name: valkey version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled alias: redis ``` --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Signed-off-by: Kjeld Schouten Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com> Co-authored-by: Kjeld Schouten --- charts/stable/anonaddy/Chart.yaml | 9 ++++----- charts/stable/app-template/Chart.yaml | 9 ++++----- charts/stable/authelia/Chart.yaml | 9 ++++----- charts/stable/authentik/Chart.yaml | 9 ++++----- charts/stable/baserow/Chart.yaml | 9 ++++----- charts/stable/blocky/Chart.yaml | 9 ++++----- charts/stable/cloudreve/Chart.yaml | 9 ++++----- charts/stable/ctfd/Chart.yaml | 9 ++++----- charts/stable/etesync/Chart.yaml | 9 ++++----- charts/stable/fireflyiii/Chart.yaml | 9 ++++----- charts/stable/friendica/Chart.yaml | 9 ++++----- charts/stable/ghostfolio/Chart.yaml | 9 ++++----- charts/stable/humhub/Chart.yaml | 9 ++++----- charts/stable/immich/Chart.yaml | 9 ++++----- charts/stable/manyfold/Chart.yaml | 9 ++++----- charts/stable/misskey/Chart.yaml | 9 ++++----- charts/stable/mixpost/Chart.yaml | 9 ++++----- charts/stable/n8n/Chart.yaml | 9 ++++----- charts/stable/nextcloud/Chart.yaml | 9 ++++----- charts/stable/nitter/Chart.yaml | 9 ++++----- charts/stable/nocodb/Chart.yaml | 9 ++++----- charts/stable/onlyoffice-document-server/Chart.yaml | 9 ++++----- charts/stable/outline/Chart.yaml | 9 ++++----- charts/stable/paperless-ngx/Chart.yaml | 9 ++++----- charts/stable/papermerge/Chart.yaml | 9 ++++----- charts/stable/plant-it/Chart.yaml | 9 ++++----- charts/stable/romm/Chart.yaml | 9 ++++----- charts/stable/rsshub/Chart.yaml | 9 ++++----- charts/stable/seafile/Chart.yaml | 9 ++++----- charts/stable/send/Chart.yaml | 9 ++++----- charts/stable/shlink/Chart.yaml | 9 ++++----- charts/stable/speedtest-tracker/Chart.yaml | 9 ++++----- charts/stable/tracearr/Chart.yaml | 9 ++++----- charts/stable/vikunja/Chart.yaml | 9 ++++----- charts/stable/weblate/Chart.yaml | 9 ++++----- 35 files changed, 140 insertions(+), 175 deletions(-) diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 4d179cf7084..edc3fc68c40 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -54,5 +54,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy type: application -version: 25.23.36 - +version: 25.23.37 diff --git a/charts/stable/app-template/Chart.yaml b/charts/stable/app-template/Chart.yaml index 51a27deee5d..cdacc6a56ee 100644 --- a/charts/stable/app-template/Chart.yaml +++ b/charts/stable/app-template/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] - name: mongodb @@ -60,5 +60,4 @@ sources: - https://ghcr.io/miguelndecarvalho/speedtest-exporter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/app-template type: application -version: 15.29.87 - +version: 15.29.88 diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 45d0e5e5de2..524bd464c64 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -58,5 +58,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authelia type: application -version: 29.27.30 - +version: 29.27.32 diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 455fb63170f..262d84676c6 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -52,5 +52,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authentik - https://goauthentik.io/docs/ type: application -version: 34.0.33 - +version: 34.0.35 diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index c316a30e2a4..8c2121b7e33 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -47,5 +47,4 @@ sources: - https://gitlab.com/bramw/baserow/ - https://hub.docker.com/r/baserow/baserow type: application -version: 17.4.33 - +version: 17.4.35 diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml index 084a4600bd9..0136183a621 100644 --- a/charts/stable/blocky/Chart.yaml +++ b/charts/stable/blocky/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -51,5 +51,4 @@ sources: - https://github.com/Mozart409/blocky-frontend - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blocky type: application -version: 19.5.31 - +version: 19.5.33 diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml index 97e0e07a0d8..186f3ffca11 100644 --- a/charts/stable/cloudreve/Chart.yaml +++ b/charts/stable/cloudreve/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -49,5 +49,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudreve - https://hub.docker.com/r/cloudreve/cloudreve type: application -version: 10.40.2 - +version: 10.40.4 diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index cab0d43c563..f0344036402 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/CTFd/CTFd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ctfd type: application -version: 10.0.21 - +version: 10.0.23 diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index 6122de17a01..1b3ebef0705 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -54,5 +54,4 @@ sources: - https://hub.docker.com/r/victorrds/etesync - https://www.etesync.com/ type: application -version: 13.27.29 - +version: 13.27.31 diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 7a6a99fb181..3c831fb71d6 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application -version: 30.27.30 - +version: 30.27.32 diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 72c56ca3415..9806696477b 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -55,5 +55,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application -version: 19.23.39 - +version: 19.23.41 diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 99a19d412c8..2995d1e6971 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -49,5 +49,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.79.0 - +version: 8.79.1 diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index 2ad7347dce4..d1bbe4496d4 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -55,5 +55,4 @@ sources: - https://ghcr.io/mriedmann/humhub-phponly - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/humhub type: application -version: 12.23.33 - +version: 12.23.35 diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index ca0c8d94f32..05dde783aff 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/immich-app/immich - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/immich type: application -version: 25.23.24 - +version: 25.23.26 diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml index 90ea87e73d4..041ded9acd8 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -47,5 +47,4 @@ sources: - https://ghcr.io/manyfold3d/manyfold - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold type: application -version: 4.41.7 - +version: 4.41.9 diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index 713f6ac52f8..675a8f06abd 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -52,5 +52,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey - https://hub.docker.com/r/misskey/misskey type: application -version: 13.33.30 - +version: 13.33.32 diff --git a/charts/stable/mixpost/Chart.yaml b/charts/stable/mixpost/Chart.yaml index 0097af199b1..86e4f307f33 100644 --- a/charts/stable/mixpost/Chart.yaml +++ b/charts/stable/mixpost/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] - name: mariadb @@ -57,5 +57,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mixpost - https://hub.docker.com/r/inovector/mixpost type: application -version: 6.24.32 - +version: 6.24.34 diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index aa9cd291365..244fc70b691 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -49,5 +49,4 @@ sources: - https://github.com/n8n-io/n8n - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/n8n type: application -version: 18.8.5 - +version: 18.8.7 diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index ffc888f7c16..8261d12f8e5 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -58,5 +58,4 @@ sources: - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/collabora/code type: application -version: 40.6.33 - +version: 40.6.35 diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index 0407a9ffc16..01b81e0e391 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/zedeus/nitter - https://hub.docker.com/r/zedeus/nitter type: application -version: 10.27.31 - +version: 10.27.33 diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 59a9baa3168..8f94dc15fda 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -47,5 +47,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb type: application -version: 17.30.24 - +version: 17.30.26 diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 0c4d8a18eff..229c1b4379e 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/onlyoffice-document-server - https://hub.docker.com/r/onlyoffice/documentserver type: application -version: 22.29.29 - +version: 22.29.31 diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index ce49a2ee98c..bfc73aab5a3 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application -version: 18.2.7 - +version: 18.2.9 diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 47f053f72d9..59546e48786 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -53,5 +53,4 @@ sources: - https://hub.docker.com/r/gotenberg/gotenberg - https://paperless-ngx.readthedocs.io/en/latest/ type: application -version: 11.36.9 - +version: 11.36.11 diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 2c9ad860b90..f003e589a39 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -47,5 +47,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/papermerge/papermerge type: application -version: 17.27.29 - +version: 17.27.31 diff --git a/charts/stable/plant-it/Chart.yaml b/charts/stable/plant-it/Chart.yaml index feaded5de57..bccb9685830 100644 --- a/charts/stable/plant-it/Chart.yaml +++ b/charts/stable/plant-it/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -55,5 +55,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plant-it - https://hub.docker.com/r/msdeluise/plant-it-server type: application -version: 5.23.33 - +version: 5.23.35 diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 0646a136081..6cb3c2874d3 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -55,5 +55,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/romm - https://github.com/zurdi15/romm type: application -version: 14.27.10 - +version: 14.27.12 diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 0dda2111c13..a6ac08597f3 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -50,5 +50,4 @@ sources: - https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/diygod/rsshub type: application -version: 16.27.58 - +version: 16.27.60 diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 35a23cd995d..c765fdbfb78 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -30,11 +30,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -57,5 +57,4 @@ sources: - https://hub.docker.com/r/seafileltd/seafile-mc - https://seafile.com type: application -version: 12.17.37 - +version: 12.17.39 diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index 0d60e5081db..5021d7e2278 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/send - https://gitlab.com/timvisee/send type: application -version: 9.27.29 - +version: 9.27.31 diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 2005a8e78da..b666c404776 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -48,5 +48,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application -version: 19.0.23 - +version: 19.0.25 diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml index f50b0f09469..d6aeb002d85 100644 --- a/charts/stable/speedtest-tracker/Chart.yaml +++ b/charts/stable/speedtest-tracker/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -49,5 +49,4 @@ sources: - https://github.com/linuxserver/docker-speedtest-tracker - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/speedtest-tracker type: application -version: 8.33.38 - +version: 8.33.39 diff --git a/charts/stable/tracearr/Chart.yaml b/charts/stable/tracearr/Chart.yaml index 0cecd351dea..1617bcae223 100644 --- a/charts/stable/tracearr/Chart.yaml +++ b/charts/stable/tracearr/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -49,5 +49,4 @@ sources: - https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracearr type: application -version: 1.0.27 - +version: 1.0.29 diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 68b34e31cee..5ec2b66d890 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -47,5 +47,4 @@ sources: - https://hub.docker.com/r/vikunja/vikunja - https://vikunja.io/docs type: application -version: 18.1.3 - +version: 18.1.5 diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 12500e7da27..a51657b3884 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -23,11 +23,11 @@ dependencies: alias: "" tags: [] import-values: [] - - name: redis - version: 17.15.22 + - name: valkey + version: 0.0.2 repository: oci://oci.trueforge.org/truecharts condition: redis.enabled - alias: "" + alias: redis tags: [] import-values: [] deprecated: false @@ -50,5 +50,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application -version: 17.27.29 - +version: 17.27.31