diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 41282ab79..42ee29231 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.6.0
+ rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
diff --git a/charts/adguard-home/Chart.yaml b/charts/adguard-home/Chart.yaml
index 73c4eba43..09a18b144 100644
--- a/charts/adguard-home/Chart.yaml
+++ b/charts/adguard-home/Chart.yaml
@@ -4,9 +4,9 @@ description: Free and open source, powerful network-wide ads & trackers blocking
home: https://charts.gabe565.com/charts/adguard-home/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg
type: application
-version: 0.3.23
+version: 0.3.24
# renovate datasource=docker depName=adguard/adguardhome
-appVersion: v0.107.52
+appVersion: v0.107.54
kubeVersion: ">=1.22.0-0"
keywords:
- adblock
@@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update adguard/adguardhome docker tag to v0.107.52
+ description: Update adguard/adguardhome docker tag to v0.107.54
artifacthub.io/links: |-
- name: App Source
url: https://github.com/AdguardTeam/AdGuardHome
diff --git a/charts/adguard-home/README.md b/charts/adguard-home/README.md
index 594e3b16a..9a63eb853 100644
--- a/charts/adguard-home/README.md
+++ b/charts/adguard-home/README.md
@@ -2,16 +2,16 @@
-![Version: 0.3.23](https://img.shields.io/badge/Version-0.3.23-informational?style=flat)
+![Version: 0.3.24](https://img.shields.io/badge/Version-0.3.24-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v0.107.52](https://img.shields.io/badge/AppVersion-v0.107.52-informational?style=flat)
+![AppVersion: v0.107.54](https://img.shields.io/badge/AppVersion-v0.107.54-informational?style=flat)
Free and open source, powerful network-wide ads & trackers blocking DNS server.
**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=adguard-home&version=0.3.23)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=adguard-home&version=0.3.24)**
## Source Code
@@ -88,7 +88,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"adguard/adguardhome"` | Image repository |
-| image.tag | string | `"v0.107.52"` | Image tag |
+| image.tag | string | `"v0.107.54"` | Image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure config persistence settings for the chart under this key. |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure data persistence settings for the chart under this key. |
diff --git a/charts/adguard-home/values.yaml b/charts/adguard-home/values.yaml
index b6928671f..8d055fdd0 100644
--- a/charts/adguard-home/values.yaml
+++ b/charts/adguard-home/values.yaml
@@ -11,7 +11,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag
- tag: v0.107.52
+ tag: v0.107.54
env:
# -- Set the container timezone
diff --git a/charts/bookstack/Chart.yaml b/charts/bookstack/Chart.yaml
index 95d3db83f..8f2e2219e 100644
--- a/charts/bookstack/Chart.yaml
+++ b/charts/bookstack/Chart.yaml
@@ -4,9 +4,9 @@ description: A simple, self-hosted, easy-to-use platform for organising and stor
home: https://charts.gabe565.com/charts/bookstack/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg
type: application
-version: 0.17.2
+version: 0.18.0
# renovate datasource=docker depName=ghcr.io/linuxserver/bookstack
-appVersion: version-v24.05.4
+appVersion: version-v24.10.3
kubeVersion: ">=1.22.0-0"
keywords:
- bookstack
@@ -26,7 +26,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/linuxserver/bookstack docker tag to version-v24.05.4
+ description: Update ghcr.io/linuxserver/bookstack docker tag to version-v24.10.3
artifacthub.io/links: |-
- name: App Source
url: https://github.com/BookStackApp/BookStack
diff --git a/charts/bookstack/README.md b/charts/bookstack/README.md
index b1ff6994d..fd95bce95 100644
--- a/charts/bookstack/README.md
+++ b/charts/bookstack/README.md
@@ -2,16 +2,16 @@
-![Version: 0.17.2](https://img.shields.io/badge/Version-0.17.2-informational?style=flat)
+![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: version-v24.05.4](https://img.shields.io/badge/AppVersion-version--v24.05.4-informational?style=flat)
+![AppVersion: version-v24.10.3](https://img.shields.io/badge/AppVersion-version--v24.10.3-informational?style=flat)
A simple, self-hosted, easy-to-use platform for organising and storing information.
**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=bookstack&version=0.17.2)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=bookstack&version=0.18.0)**
## Source Code
@@ -89,7 +89,7 @@ N/A
| env | object | See [values.yaml](./values.yaml) | environment variables. For more options see [BookStack .env.example](https://github.com/BookStackApp/BookStack/blob/release/.env.example.complete). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/bookstack"` | image repository |
-| image.tag | string | `"version-v24.05.4"` | image tag |
+| image.tag | string | `"version-v24.10.3"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
diff --git a/charts/bookstack/values.yaml b/charts/bookstack/values.yaml
index 27a438249..0b9b46c84 100644
--- a/charts/bookstack/values.yaml
+++ b/charts/bookstack/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: version-v24.05.4
+ tag: version-v24.10.3
# -- environment variables.
# For more options see [BookStack .env.example](https://github.com/BookStackApp/BookStack/blob/release/.env.example.complete).
diff --git a/charts/borgmatic/Chart.yaml b/charts/borgmatic/Chart.yaml
index 54cd35d0f..9c89a74fe 100644
--- a/charts/borgmatic/Chart.yaml
+++ b/charts/borgmatic/Chart.yaml
@@ -4,9 +4,9 @@ description: borgmatic is simple, configuration-driven backup software for serve
home: https://charts.gabe565.com/charts/borgmatic/
icon: https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg
type: application
-version: 0.9.11
+version: 0.10.0
# renovate datasource=docker depName=ghcr.io/borgmatic-collective/borgmatic
-appVersion: 1.8.14
+appVersion: 1.9.3
kubeVersion: ">=1.21.0-0"
keywords:
- borgmatic
@@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.14
+ description: Update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.9.3
artifacthub.io/links: |-
- name: App Source
url: https://projects.torsion.org/borgmatic-collective/borgmatic
diff --git a/charts/borgmatic/README.md b/charts/borgmatic/README.md
index 3d6fd0149..15886ee55 100644
--- a/charts/borgmatic/README.md
+++ b/charts/borgmatic/README.md
@@ -2,16 +2,16 @@
-![Version: 0.9.11](https://img.shields.io/badge/Version-0.9.11-informational?style=flat)
+![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 1.8.14](https://img.shields.io/badge/AppVersion-1.8.14-informational?style=flat)
+![AppVersion: 1.9.3](https://img.shields.io/badge/AppVersion-1.9.3-informational?style=flat)
borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services.
**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=borgmatic&version=0.9.11)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=borgmatic&version=0.10.0)**
## Source Code
@@ -120,7 +120,7 @@ controller:
| env.BORG_HOST_ID | string | Deployment namespace | Borg host ID used in archive names |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/borgmatic-collective/borgmatic"` | image repository |
-| image.tag | string | `"1.8.14"` | image tag |
+| image.tag | string | `"1.9.3"` | image tag |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| persistence.ssh | object | See [values.yaml](./values.yaml) | Configure SSH credentials for the chart under this key. |
diff --git a/charts/borgmatic/values.yaml b/charts/borgmatic/values.yaml
index 1e2ae9dc7..e4b054e4e 100644
--- a/charts/borgmatic/values.yaml
+++ b/charts/borgmatic/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: 1.8.14
+ tag: 1.9.3
controller:
# -- Set the controller type. Valid options are `deployment` or `cronjob`.
diff --git a/charts/healthchecks/Chart.yaml b/charts/healthchecks/Chart.yaml
index e30da2110..379aaac44 100644
--- a/charts/healthchecks/Chart.yaml
+++ b/charts/healthchecks/Chart.yaml
@@ -4,9 +4,9 @@ description: A cron monitoring tool written in Python & Django
home: https://charts.gabe565.com/charts/healthchecks/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg
type: application
-version: 0.13.0
+version: 0.14.0
# renovate datasource=docker depName=ghcr.io/linuxserver/healthchecks
-appVersion: version-v3.5.2
+appVersion: version-v3.7
kubeVersion: ">=1.22.0-0"
keywords:
- cron
@@ -29,7 +29,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/linuxserver/healthchecks docker tag to version-v3.5.2
+ description: Update ghcr.io/linuxserver/healthchecks docker tag to version-v3.7
artifacthub.io/links: |-
- name: App Source
url: https://github.com/healthchecks/healthchecks
diff --git a/charts/healthchecks/README.md b/charts/healthchecks/README.md
index 51fd85bd1..da62b55a5 100644
--- a/charts/healthchecks/README.md
+++ b/charts/healthchecks/README.md
@@ -2,16 +2,16 @@
-![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat)
+![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: version-v3.5.2](https://img.shields.io/badge/AppVersion-version--v3.5.2-informational?style=flat)
+![AppVersion: version-v3.7](https://img.shields.io/badge/AppVersion-version--v3.7-informational?style=flat)
A cron monitoring tool written in Python & Django
**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=healthchecks&version=0.13.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=healthchecks&version=0.14.0)**
## Source Code
@@ -98,7 +98,7 @@ See each database section in [`values.yaml`](./values.yaml) for configuration ex
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | Image repository |
-| image.tag | string | `"version-v3.5.2"` | Image tag |
+| image.tag | string | `"version-v3.7"` | Image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. If enabled, the app's db envs will be set for you. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. Necessary for SQLite. |
diff --git a/charts/healthchecks/values.yaml b/charts/healthchecks/values.yaml
index e9d0ec7a8..387badb17 100644
--- a/charts/healthchecks/values.yaml
+++ b/charts/healthchecks/values.yaml
@@ -11,7 +11,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag
- tag: version-v3.5.2
+ tag: version-v3.7
# -- Environment variables [[ref]](https://healthchecks.io/docs/self_hosted_configuration/)
# @default -- See [values.yaml](./values.yaml)
diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml
index b09509099..d8d97ea7c 100644
--- a/charts/homer/Chart.yaml
+++ b/charts/homer/Chart.yaml
@@ -4,9 +4,9 @@ description: A dead simple static HOMepage for your servER to keep your services
home: https://charts.gabe565.com/charts/homer/
icon: https://raw.githubusercontent.com/bastienwirtz/homer/5609315/public/assets/icons/logo.svg
type: application
-version: 0.10.0
+version: 0.11.0
# renovate datasource=docker depName=ghcr.io/bastienwirtz/homer
-appVersion: v24.05.1
+appVersion: v24.11.5
kubeVersion: ">=1.22.0-0"
keywords:
- homer
@@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/bastienwirtz/homer docker tag to v24
+ description: Update ghcr.io/bastienwirtz/homer docker tag to v24.11.5
artifacthub.io/links: |-
- name: App Source
url: https://github.com/bastienwirtz/homer
diff --git a/charts/homer/README.md b/charts/homer/README.md
index f9479d0d5..e15ef049b 100644
--- a/charts/homer/README.md
+++ b/charts/homer/README.md
@@ -2,16 +2,16 @@
-![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat)
+![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v24.05.1](https://img.shields.io/badge/AppVersion-v24.05.1-informational?style=flat)
+![AppVersion: v24.11.5](https://img.shields.io/badge/AppVersion-v24.11.5-informational?style=flat)
A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
**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=homer&version=0.10.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=homer&version=0.11.0)**
## Source Code
@@ -92,7 +92,7 @@ N/A
| env | object | See [values.yaml](./values.yaml) | environment variables. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/bastienwirtz/homer"` | image repository |
-| image.tag | string | `"v24.05.1"` | image tag |
+| image.tag | string | `"v24.11.5"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
diff --git a/charts/homer/values.yaml b/charts/homer/values.yaml
index 175b02d75..503f9c6f9 100644
--- a/charts/homer/values.yaml
+++ b/charts/homer/values.yaml
@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/bastienwirtz/homer
# -- image tag
- tag: v24.05.1
+ tag: v24.11.5
# -- image pull policy
pullPolicy: IfNotPresent
diff --git a/charts/memos/Chart.yaml b/charts/memos/Chart.yaml
index 117c60848..696406c25 100644
--- a/charts/memos/Chart.yaml
+++ b/charts/memos/Chart.yaml
@@ -4,9 +4,9 @@ description: A lightweight, self-hosted memo hub. Open Source and Free forever.
home: https://charts.gabe565.com/charts/memos/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png
type: application
-version: 0.15.1
+version: 0.15.2
# renovate datasource=docker depName=ghcr.io/usememos/memos
-appVersion: 0.22.4
+appVersion: 0.22.5
kubeVersion: ">=1.22.0-0"
keywords:
- memo
@@ -29,7 +29,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/usememos/memos docker tag to v0.22.4
+ description: Update ghcr.io/usememos/memos docker tag to v0.22.5
artifacthub.io/links: |-
- name: App Source
url: https://github.com/usememos/memos
diff --git a/charts/memos/README.md b/charts/memos/README.md
index f242104bd..f93b3038c 100644
--- a/charts/memos/README.md
+++ b/charts/memos/README.md
@@ -2,16 +2,16 @@
-![Version: 0.15.1](https://img.shields.io/badge/Version-0.15.1-informational?style=flat)
+![Version: 0.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 0.22.4](https://img.shields.io/badge/AppVersion-0.22.4-informational?style=flat)
+![AppVersion: 0.22.5](https://img.shields.io/badge/AppVersion-0.22.5-informational?style=flat)
A lightweight, self-hosted memo hub. Open Source and Free forever.
**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=memos&version=0.15.1)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=memos&version=0.15.2)**
## Source Code
@@ -88,7 +88,7 @@ N/A
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/usememos/memos"` | image repository |
-| image.tag | string | `"0.22.4"` | image tag |
+| image.tag | string | `"0.22.5"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
diff --git a/charts/memos/values.yaml b/charts/memos/values.yaml
index 85312891e..0f22f3fe2 100644
--- a/charts/memos/values.yaml
+++ b/charts/memos/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: 0.22.4
+ tag: 0.22.5
# -- Configures service settings for the chart.
# @default -- See [values.yaml](./values.yaml)
diff --git a/charts/miniflux/Chart.yaml b/charts/miniflux/Chart.yaml
index 4dcb84494..650cf8b9d 100644
--- a/charts/miniflux/Chart.yaml
+++ b/charts/miniflux/Chart.yaml
@@ -4,9 +4,9 @@ description: Miniflux is a minimalist and opinionated feed reader.
home: https://charts.gabe565.com/charts/miniflux/
icon: https://raw.githubusercontent.com/miniflux/logo/40cb83c/icon.svg
type: application
-version: 0.9.0
+version: 0.9.1
# renovate datasource=docker depName=ghcr.io/miniflux/miniflux
-appVersion: 2.2.0
+appVersion: 2.2.3
kubeVersion: ">=1.22.0-0"
keywords:
- miniflux
@@ -26,7 +26,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/miniflux/miniflux docker tag to v2.2.0
+ description: Update ghcr.io/miniflux/miniflux docker tag to v2.2.3
artifacthub.io/links: |-
- name: App Source
url: https://github.com/miniflux/v2
diff --git a/charts/miniflux/README.md b/charts/miniflux/README.md
index fd9bbf88f..b920d6c54 100644
--- a/charts/miniflux/README.md
+++ b/charts/miniflux/README.md
@@ -2,16 +2,16 @@
-![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat)
+![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat)
+![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-informational?style=flat)
Miniflux is a minimalist and opinionated feed reader.
**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=miniflux&version=0.9.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=miniflux&version=0.9.1)**
## Source Code
@@ -93,7 +93,7 @@ N/A
| env.DATABASE_URL | string | `""` | Postgresql connection parameters. Will be generated if Postgresql subchart is enabled. [[ref]](https://miniflux.app/docs/configuration.html#database-url) |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/miniflux/miniflux"` | image repository |
-| image.tag | string | `"2.2.0"` | image tag |
+| image.tag | string | `"2.2.3"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| postgresql | object | Enabled (See [values.yaml](./values.yaml) for more details) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
diff --git a/charts/miniflux/values.yaml b/charts/miniflux/values.yaml
index 9d6c8bb0a..24c86e542 100644
--- a/charts/miniflux/values.yaml
+++ b/charts/miniflux/values.yaml
@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/miniflux/miniflux
# -- image tag
- tag: 2.2.0
+ tag: 2.2.3
# -- image pull policy
pullPolicy: IfNotPresent
diff --git a/charts/nightscout/Chart.lock b/charts/nightscout/Chart.lock
index bb70bbcfb..ec68ff620 100644
--- a/charts/nightscout/Chart.lock
+++ b/charts/nightscout/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: mongodb
repository: https://charts.bitnami.com/bitnami
- version: 15.1.4
-digest: sha256:da11f47b523020af2ee7289fbd284b92cb5711aeab505847e2c965da8e44876d
-generated: "2024-04-18T04:11:36.167715737Z"
+ version: 15.6.26
+digest: sha256:7851033d769f5095f3c4b1e3830de8e69eea3d45c0bbba82d2f80d2665a6f377
+generated: "2024-10-23T00:11:47.652438104Z"
diff --git a/charts/nightscout/Chart.yaml b/charts/nightscout/Chart.yaml
index e7ab8535a..a08a39b7f 100644
--- a/charts/nightscout/Chart.yaml
+++ b/charts/nightscout/Chart.yaml
@@ -4,7 +4,7 @@ description: Web-based CGM (Continuous Glucose Monitor) to allow multiple caregi
home: https://charts.gabe565.com/charts/nightscout/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/nightscout/icon.svg
type: application
-version: 0.11.0
+version: 0.12.0
# renovate datasource=docker depName=nightscout/cgm-remote-monitor
appVersion: 15.0.2
kubeVersion: ">=1.22.0-0"
@@ -18,14 +18,14 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: mongodb
- version: 15.1.4
+ version: 15.6.26
repository: https://charts.bitnami.com/bitnami
sources:
- https://github.com/nightscout/cgm-remote-monitor
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update mongodb helm release to v15
+ description: Update mongodb helm release to v15.6.26
artifacthub.io/links: |-
- name: App Source
url: https://github.com/nightscout/cgm-remote-monitor
diff --git a/charts/nightscout/README.md b/charts/nightscout/README.md
index b0e277a60..9373c2dba 100644
--- a/charts/nightscout/README.md
+++ b/charts/nightscout/README.md
@@ -2,7 +2,7 @@
-![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat)
+![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 15.0.2](https://img.shields.io/badge/AppVersion-15.0.2-informational?style=flat)
@@ -11,7 +11,7 @@ Web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remot
**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=nightscout&version=0.11.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=nightscout&version=0.12.0)**
## Source Code
@@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | common | 1.5.1 |
-| | mongodb | 15.1.4 |
+| | mongodb | 15.6.26 |
## Installing the Chart
diff --git a/charts/obico/Chart.lock b/charts/obico/Chart.lock
index f3d63cade..d0264c5ef 100644
--- a/charts/obico/Chart.lock
+++ b/charts/obico/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
-digest: sha256:e8a57bdf460314d6e16713da7ab008e054534ff284b955b19b578e5fcf45e9f0
-generated: "2024-01-15T14:03:07.85548206Z"
+ version: 20.3.0
+digest: sha256:ccc0c35660bca0dd0bb15e25f9b90d56f8f6842a24cf0bf427a0536130a6c1e0
+generated: "2024-11-14T12:27:18.074099453Z"
diff --git a/charts/obico/Chart.yaml b/charts/obico/Chart.yaml
index 6889f3043..b88f2c229 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.4.0
+version: 0.5.0
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
@@ -16,7 +16,7 @@ dependencies:
version: 1.5.1
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
+ version: 20.3.0
condition: redis.enabled
sources:
- https://github.com/TheSpaghettiDetective/obico-server
@@ -24,7 +24,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Unpin image tags. Since Obico does not use semver, pinning to a specific version is meaningless.
+ description: Update redis helm release to v20
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 e606e2229..471f14df7 100644
--- a/charts/obico/README.md
+++ b/charts/obico/README.md
@@ -2,7 +2,7 @@
-![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
+![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.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.4.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=obico&version=0.5.0)**
## Source Code
@@ -27,7 +27,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | common | 1.5.1 |
-| | redis | 18.6.4 |
+| | redis | 20.3.0 |
## Installing the Chart
diff --git a/charts/paperless-ngx/Chart.lock b/charts/paperless-ngx/Chart.lock
index 01f8ab07a..aae8cc43f 100644
--- a/charts/paperless-ngx/Chart.lock
+++ b/charts/paperless-ngx/Chart.lock
@@ -10,6 +10,6 @@ dependencies:
version: 16.0.2
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
-digest: sha256:ad7ea543bd5a710bfc33c5ce3df96ae56b5c327bf85336765a6159e0e395b10f
-generated: "2024-02-15T08:08:05.290452993Z"
+ version: 20.3.0
+digest: sha256:cf4d9bf9f13258b385073d90b0e48c247fd4c0683c3e99e3830ceceea292a2e9
+generated: "2024-11-14T12:27:52.243695767Z"
diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml
index 417ca5c38..23aea7505 100644
--- a/charts/paperless-ngx/Chart.yaml
+++ b/charts/paperless-ngx/Chart.yaml
@@ -4,9 +4,9 @@ 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.19.1
+version: 0.21.0
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
-appVersion: 2.11.6
+appVersion: 2.13.5
kubeVersion: ">=1.22.0-0"
keywords:
- documents
@@ -26,7 +26,7 @@ dependencies:
condition: mariadb.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
+ version: 20.3.0
condition: redis.enabled
sources:
- https://github.com/paperless-ngx/paperless-ngx
@@ -34,7 +34,7 @@ annotations:
artifacthub.io/alternativeName: paperless
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.11.6
+ description: Update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.13.5
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 695a4d7e7..1dba6de86 100644
--- a/charts/paperless-ngx/README.md
+++ b/charts/paperless-ngx/README.md
@@ -2,16 +2,16 @@
-![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat)
+![Version: 0.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 2.11.6](https://img.shields.io/badge/AppVersion-2.11.6-informational?style=flat)
+![AppVersion: 2.13.5](https://img.shields.io/badge/AppVersion-2.13.5-informational?style=flat)
A community-supported supercharged version of paperless: scan, index and archive all your physical documents
**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.19.1)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.21.0)**
## Source Code
@@ -28,7 +28,7 @@ Kubernetes: `>=1.22.0-0`
| | common | 1.5.1 |
| | mariadb | 16.0.2 |
| | postgresql | 14.0.5 |
-| | redis | 18.6.4 |
+| | redis | 20.3.0 |
## Installing the Chart
@@ -95,7 +95,7 @@ See each database section in [`values.yaml`](./values.yaml) for configuration ex
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/paperless-ngx/paperless-ngx"` | Image repository |
-| image.tag | string | `"2.11.6"` | Image tag |
+| image.tag | string | `"2.13.5"` | Image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. If enabled, the app's db envs will be set for you. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.consume | object | See [values.yaml](./values.yaml) | Configure consume volume settings for the chart under this key. |
diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml
index 939548abb..15ae71105 100644
--- a/charts/paperless-ngx/values.yaml
+++ b/charts/paperless-ngx/values.yaml
@@ -11,7 +11,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag
- tag: 2.11.6
+ tag: 2.13.5
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
# @default -- See [values.yaml](./values.yaml)
diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml
index 99e3feb1f..d7a08e34d 100644
--- a/charts/plex/Chart.yaml
+++ b/charts/plex/Chart.yaml
@@ -4,9 +4,9 @@ description: Plex organizes all of your personal media so you can enjoy it no ma
home: https://charts.gabe565.com/charts/plex/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/plex/icon.svg
type: application
-version: 0.4.4
+version: 0.5.0
# renovate datasource=docker depName=ghcr.io/linuxserver/plex
-appVersion: version-1.40.5.8921-836b34c27
+appVersion: version-1.41.2.9200-c6bbc1b53
kubeVersion: ">=1.22.0-0"
keywords:
- media
@@ -19,7 +19,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/linuxserver/plex docker tag to version-1.40.5.8921-836b34c27
+ description: Update ghcr.io/linuxserver/plex docker tag to version-1.41.2.9200-c6bbc1b53
artifacthub.io/links: |-
- name: App homepage
url: https://plex.tv
diff --git a/charts/plex/README.md b/charts/plex/README.md
index 1d38a4124..d89b89ed5 100644
--- a/charts/plex/README.md
+++ b/charts/plex/README.md
@@ -2,16 +2,16 @@
-![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat)
+![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: version-1.40.5.8921-836b34c27](https://img.shields.io/badge/AppVersion-version--1.40.5.8921--836b34c27-informational?style=flat)
+![AppVersion: version-1.41.2.9200-c6bbc1b53](https://img.shields.io/badge/AppVersion-version--1.41.2.9200--c6bbc1b53-informational?style=flat)
Plex organizes all of your personal media so you can enjoy it no matter where you are.
**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=plex&version=0.4.4)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=plex&version=0.5.0)**
## Source Code
@@ -131,7 +131,7 @@ to `/transcode`.
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/plex"` | image repository |
-| image.tag | string | `"version-1.40.5.8921-836b34c27"` | image tag |
+| image.tag | string | `"version-1.41.2.9200-c6bbc1b53"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| persistence.media | object | See [values.yaml](./values.yaml) | Configure media volume under this key (or under `tv` and `movies`, etc). |
diff --git a/charts/plex/values.yaml b/charts/plex/values.yaml
index 45824ac2e..fee5158a0 100644
--- a/charts/plex/values.yaml
+++ b/charts/plex/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: version-1.40.5.8921-836b34c27
+ tag: version-1.41.2.9200-c6bbc1b53
# -- Environment variables. [[ref]](https://github.com/linuxserver/docker-plex#parameters)
# @default -- See [values.yaml](./values.yaml)
diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml
index 5b4c8bff4..15bf88f59 100644
--- a/charts/qbittorrent/Chart.yaml
+++ b/charts/qbittorrent/Chart.yaml
@@ -4,9 +4,9 @@ description: The qBittorrent project aims to provide an open-source software alt
home: https://charts.gabe565.com/charts/qbittorrent/
icon: https://raw.githubusercontent.com/qbittorrent/qBittorrent/master/src/icons/qbittorrent-tray.svg
type: application
-version: 0.3.7
+version: 0.4.0
# renovate datasource=docker depName=ghcr.io/linuxserver/qbittorrent
-appVersion: version-4.6.6-r0
+appVersion: version-5.0.2-r0
kubeVersion: ">=1.22.0-0"
keywords:
- torrent
@@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/linuxserver/qbittorrent docker tag to version-4.6.6-r0
+ description: Update ghcr.io/linuxserver/qbittorrent docker tag to v5
artifacthub.io/links: |-
- name: App Source
url: https://github.com/qbittorrent/qBittorrent
diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md
index 87b66af9e..e454eb48f 100644
--- a/charts/qbittorrent/README.md
+++ b/charts/qbittorrent/README.md
@@ -2,16 +2,16 @@
-![Version: 0.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat)
+![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: version-4.6.6-r0](https://img.shields.io/badge/AppVersion-version--4.6.6--r0-informational?style=flat)
+![AppVersion: version-5.0.2-r0](https://img.shields.io/badge/AppVersion-version--5.0.2--r0-informational?style=flat)
The qBittorrent project aims to provide an open-source software alternative to µTorrent.
**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=qbittorrent&version=0.3.7)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=qbittorrent&version=0.4.0)**
## Source Code
@@ -115,7 +115,7 @@ Docker mod. In `values.yaml`:
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/linuxserver/qbittorrent"` | image repository |
-| image.tag | string | `"version-4.6.6-r0"` | image tag |
+| image.tag | string | `"version-5.0.2-r0"` | image tag |
| ingress.main | object | See [values.yaml](./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. Set `enabled` to `true' to create persistant volumes for each of these. |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml
index bdb353ed2..971e3a08f 100644
--- a/charts/qbittorrent/values.yaml
+++ b/charts/qbittorrent/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: version-4.6.6-r0
+ tag: version-5.0.2-r0
# -- environment variables. [[ref]](https://github.com/linuxserver/docker-qbittorrent#parameters)
# @default -- See [values.yaml](./values.yaml)
diff --git a/charts/rsshub/Chart.lock b/charts/rsshub/Chart.lock
index e8624ed07..e89db06b1 100644
--- a/charts/rsshub/Chart.lock
+++ b/charts/rsshub/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
-digest: sha256:e8a57bdf460314d6e16713da7ab008e054534ff284b955b19b578e5fcf45e9f0
-generated: "2024-01-15T14:02:14.76902635Z"
+ version: 20.3.0
+digest: sha256:ccc0c35660bca0dd0bb15e25f9b90d56f8f6842a24cf0bf427a0536130a6c1e0
+generated: "2024-11-14T12:28:29.318245878Z"
diff --git a/charts/rsshub/Chart.yaml b/charts/rsshub/Chart.yaml
index 6742eb29c..9e553290a 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.6.0
+version: 0.7.0
# renovate datasource=docker depName=diygod/rsshub
appVersion: latest
kubeVersion: ">=1.22.0-0"
@@ -18,14 +18,14 @@ dependencies:
version: 1.5.1
- name: redis
repository: https://charts.bitnami.com/bitnami
- version: 18.6.4
+ version: 20.3.0
condition: redis.enabled
sources:
- https://github.com/DIYgod/RSSHub
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update redis helm release to v18.6.4
+ description: Update redis helm release to v20
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 78bfa7489..92da26cfb 100644
--- a/charts/rsshub/README.md
+++ b/charts/rsshub/README.md
@@ -2,7 +2,7 @@
-![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 @@ 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.6.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=rsshub&version=0.7.0)**
## Source Code
@@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | common | 1.5.1 |
-| | redis | 18.6.4 |
+| | redis | 20.3.0 |
## Installing the Chart
diff --git a/charts/tandoor/Chart.yaml b/charts/tandoor/Chart.yaml
index ee5c7bd80..32f780291 100644
--- a/charts/tandoor/Chart.yaml
+++ b/charts/tandoor/Chart.yaml
@@ -4,9 +4,9 @@ description: Application for managing recipes, planning meals, building shopping
home: https://charts.gabe565.com/charts/tandoor/
icon: https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg
type: application
-version: 0.9.7
+version: 0.9.8
# renovate datasource=docker depName=ghcr.io/tandoorrecipes/recipes
-appVersion: 1.5.19
+appVersion: 1.5.24
kubeVersion: ">=1.22.0-0"
keywords:
- recipes
@@ -27,7 +27,7 @@ annotations:
artifacthub.io/alternativeName: tandoor-recipes
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.19
+ description: Update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.24
artifacthub.io/links: |-
- name: App Source
url: https://github.com/TandoorRecipes/recipes
diff --git a/charts/tandoor/README.md b/charts/tandoor/README.md
index 95ce51510..7f94a9a59 100644
--- a/charts/tandoor/README.md
+++ b/charts/tandoor/README.md
@@ -2,16 +2,16 @@
-![Version: 0.9.7](https://img.shields.io/badge/Version-0.9.7-informational?style=flat)
+![Version: 0.9.8](https://img.shields.io/badge/Version-0.9.8-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 1.5.19](https://img.shields.io/badge/AppVersion-1.5.19-informational?style=flat)
+![AppVersion: 1.5.24](https://img.shields.io/badge/AppVersion-1.5.24-informational?style=flat)
Application for managing recipes, planning meals, building shopping lists and much much more!
**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=tandoor&version=0.9.7)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=tandoor&version=0.9.8)**
## Source Code
@@ -89,7 +89,7 @@ N/A
| env.TIMEZONE | string | `"UTC"` | default timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/tandoorrecipes/recipes"` | image repository |
-| image.tag | string | `"1.5.19"` | image tag |
+| image.tag | string | `"1.5.24"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
diff --git a/charts/tandoor/values.yaml b/charts/tandoor/values.yaml
index 5adbab353..af5ab944f 100644
--- a/charts/tandoor/values.yaml
+++ b/charts/tandoor/values.yaml
@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/tandoorrecipes/recipes
# -- image tag
- tag: 1.5.19
+ tag: 1.5.24
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml
index d3992a9a3..dde7de16a 100644
--- a/charts/vaultwarden/Chart.yaml
+++ b/charts/vaultwarden/Chart.yaml
@@ -4,9 +4,9 @@ description: Unofficial Bitwarden compatible server written in Rust.
home: https://charts.gabe565.com/charts/vaultwarden/
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/d57b699/resources/vaultwarden-icon.svg
type: application
-version: 0.14.1
+version: 0.14.2
# renovate datasource=docker depName=ghcr.io/dani-garcia/vaultwarden
-appVersion: 1.32.3-alpine
+appVersion: 1.32.5-alpine
kubeVersion: ">=1.22.0-0"
keywords:
- vaultwarden
@@ -29,7 +29,7 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Update ghcr.io/dani-garcia/vaultwarden docker tag to v1.32.3
+ description: Update ghcr.io/dani-garcia/vaultwarden docker tag to v1.32.5
artifacthub.io/links: |-
- name: App Source
url: https://github.com/dani-garcia/vaultwarden
diff --git a/charts/vaultwarden/README.md b/charts/vaultwarden/README.md
index f13703e0f..6a321d0e3 100644
--- a/charts/vaultwarden/README.md
+++ b/charts/vaultwarden/README.md
@@ -2,16 +2,16 @@
-![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.1-informational?style=flat)
+![Version: 0.14.2](https://img.shields.io/badge/Version-0.14.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 1.32.3-alpine](https://img.shields.io/badge/AppVersion-1.32.3--alpine-informational?style=flat)
+![AppVersion: 1.32.5-alpine](https://img.shields.io/badge/AppVersion-1.32.5--alpine-informational?style=flat)
Unofficial Bitwarden compatible server written in Rust.
**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=vaultwarden&version=0.14.1)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=vaultwarden&version=0.14.2)**
## Source Code
@@ -100,7 +100,7 @@ persistence:
| env.ADMIN_TOKEN | string | `""` | Token for the admin interface, preferably use a long random string. If not set, the admin panel is disabled. [[ref]](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token) |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/dani-garcia/vaultwarden"` | image repository |
-| image.tag | string | `"1.32.3-alpine"` | image tag |
+| image.tag | string | `"1.32.5-alpine"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
diff --git a/charts/vaultwarden/values.yaml b/charts/vaultwarden/values.yaml
index dfd764444..329186385 100644
--- a/charts/vaultwarden/values.yaml
+++ b/charts/vaultwarden/values.yaml
@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
- tag: 1.32.3-alpine
+ tag: 1.32.5-alpine
controller:
# -- Set the controller upgrade strategy
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 695fdc855..5c5ea88e7 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,6 +1,6 @@
CairoSVG
mkdocs==1.6.1
-mkdocs-git-revision-date-localized-plugin==1.2.7
+mkdocs-git-revision-date-localized-plugin==1.3.0
mkdocs-material==9.5.47
mkdocs-minify-plugin==0.8.0
mkdocs-simple-hooks==0.1.5