From c9e8c4339e940cce84131949f5789727683446a5 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:18:59 +0000 Subject: [PATCH 1/2] chore(deps): update redis helm release to v25 --- charts/obico/Chart.yaml | 2 +- charts/paperless-ngx/Chart.yaml | 2 +- charts/rsshub/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/obico/Chart.yaml b/charts/obico/Chart.yaml index 87b26436d..d28b8f5f1 100644 --- a/charts/obico/Chart.yaml +++ b/charts/obico/Chart.yaml @@ -16,7 +16,7 @@ dependencies: version: 1.5.1 - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.7.0 + version: 25.2.0 condition: redis.enabled sources: - https://github.com/TheSpaghettiDetective/obico-server diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index cc17f03d4..e2527576e 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -26,7 +26,7 @@ dependencies: condition: mariadb.enabled - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.7.0 + version: 25.2.0 condition: redis.enabled sources: - https://github.com/paperless-ngx/paperless-ngx diff --git a/charts/rsshub/Chart.yaml b/charts/rsshub/Chart.yaml index 61d36732a..816c44cfa 100644 --- a/charts/rsshub/Chart.yaml +++ b/charts/rsshub/Chart.yaml @@ -18,7 +18,7 @@ dependencies: version: 1.5.1 - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.7.0 + version: 25.2.0 condition: redis.enabled sources: - https://github.com/DIYgod/RSSHub From 1d426381e22208a9f63b3a3b1c5afcee135190ec Mon Sep 17 00:00:00 2001 From: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:19:26 +0000 Subject: [PATCH 2/2] chore: Update chart metadata --- charts/obico/Chart.yaml | 4 ++-- charts/obico/README.md | 6 +++--- charts/paperless-ngx/Chart.yaml | 6 +++--- charts/paperless-ngx/README.md | 6 +++--- charts/rsshub/Chart.yaml | 4 ++-- charts/rsshub/README.md | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/obico/Chart.yaml b/charts/obico/Chart.yaml index d28b8f5f1..9cbd7995c 100644 --- a/charts/obico/Chart.yaml +++ b/charts/obico/Chart.yaml @@ -4,7 +4,7 @@ description: Obico is a community-built, open-source smart 3D printing platform home: https://charts.gabe565.com/charts/obico/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/obico/icon.svg type: application -version: 0.6.0 +version: 0.7.0 appVersion: latest kubeVersion: ">=1.22.0-0" keywords: @@ -24,7 +24,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update redis helm release to v20.6.3 + description: Update redis helm release to v25 artifacthub.io/links: |- - name: App Source url: https://github.com/TheSpaghettiDetective/obico-server diff --git a/charts/obico/README.md b/charts/obico/README.md index 421134f56..6a8b4caa9 100644 --- a/charts/obico/README.md +++ b/charts/obico/README.md @@ -2,7 +2,7 @@ obico logo -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat) @@ -11,7 +11,7 @@ Obico is a community-built, open-source smart 3D printing platform used by maker **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=obico&version=0.6.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=obico&version=0.7.0)** ## Source Code @@ -27,7 +27,7 @@ Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| | | common | 1.5.1 | -| | redis | 20.7.0 | +| | redis | 25.2.0 | ## Installing the Chart diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index e2527576e..fe7f38400 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -4,7 +4,7 @@ description: "A community-supported supercharged version of paperless: scan, ind home: https://charts.gabe565.com/charts/paperless-ngx/ icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg type: application -version: 0.24.1 +version: 0.25.0 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.14.7 kubeVersion: ">=1.22.0-0" @@ -33,8 +33,8 @@ sources: annotations: artifacthub.io/alternativeName: paperless artifacthub.io/changes: |- - - kind: fixed - description: Allow for custom db secrets name + - kind: changed + description: Update redis helm release to v25 artifacthub.io/links: |- - name: App Source url: https://github.com/paperless-ngx/paperless-ngx diff --git a/charts/paperless-ngx/README.md b/charts/paperless-ngx/README.md index 6854a162a..bbb652028 100644 --- a/charts/paperless-ngx/README.md +++ b/charts/paperless-ngx/README.md @@ -2,7 +2,7 @@ paperless-ngx logo -![Version: 0.24.1](https://img.shields.io/badge/Version-0.24.1-informational?style=flat) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 2.14.7](https://img.shields.io/badge/AppVersion-2.14.7-informational?style=flat) @@ -11,7 +11,7 @@ A community-supported supercharged version of paperless: scan, index and archive **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.24.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.25.0)** ## Source Code @@ -28,7 +28,7 @@ Kubernetes: `>=1.22.0-0` | | common | 1.5.1 | | | mariadb | 20.1.1 | | | postgresql | 14.0.5 | -| | redis | 20.7.0 | +| | redis | 25.2.0 | ## Installing the Chart diff --git a/charts/rsshub/Chart.yaml b/charts/rsshub/Chart.yaml index 816c44cfa..c07634339 100644 --- a/charts/rsshub/Chart.yaml +++ b/charts/rsshub/Chart.yaml @@ -4,7 +4,7 @@ description: RSSHub is an open source, easy to use, and extensible RSS feed gene home: https://charts.gabe565.com/charts/rsshub/ icon: https://raw.githubusercontent.com/DIYgod/RSSHub/377dd9f/website/static/img/logo.png type: application -version: 0.8.0 +version: 0.9.0 # renovate datasource=docker depName=diygod/rsshub appVersion: latest kubeVersion: ">=1.22.0-0" @@ -25,7 +25,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update redis helm release to v20.6.3 + description: Update redis helm release to v25 artifacthub.io/links: |- - name: App Source url: https://github.com/DIYgod/RSSHub diff --git a/charts/rsshub/README.md b/charts/rsshub/README.md index 2e6c313c3..ead56d508 100644 --- a/charts/rsshub/README.md +++ b/charts/rsshub/README.md @@ -2,7 +2,7 @@ rsshub logo -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat) @@ -11,7 +11,7 @@ RSSHub is an open source, easy to use, and extensible RSS feed generator. It's c **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=rsshub&version=0.8.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=rsshub&version=0.9.0)** ## Source Code @@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| | | common | 1.5.1 | -| | redis | 20.7.0 | +| | redis | 25.2.0 | ## Installing the Chart