From 47f62be08097ded6c2db530265e94945843933ac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jan 2026 00:47:16 +0000 Subject: [PATCH] Update docker.io/bitnamilegacy/redis Docker tag to v8 --- charts/penpot/Chart.yaml | 2 +- charts/penpot/README.md | 4 ++-- charts/penpot/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index feac07ce..a4fc6c94 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: penpot description: A Helm chart for Kubernetes type: application -version: 0.4.0 +version: 0.5.0 appVersion: "1.16.0" dependencies: diff --git a/charts/penpot/README.md b/charts/penpot/README.md index faad2777..d99f4fec 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -1,6 +1,6 @@ # penpot -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -96,7 +96,7 @@ A Helm chart for Kubernetes | penpot.persistence.assets.size | string | `"20Gi"` | | | penpot.redis.image.registry | string | `"docker.io"` | | | penpot.redis.image.repository | string | `"bitnamilegacy/redis"` | | -| penpot.redis.image.tag | string | `"7.2.5-debian-12-r4"` | | +| penpot.redis.image.tag | string | `"8.0.2-debian-12-r4"` | | | postgresql-bkp.backup.copyMethod | string | `"Direct"` | | | postgresql-bkp.backup.enabled | bool | `true` | | | postgresql-bkp.backup.schedule | string | `"0 2 * * *"` | | diff --git a/charts/penpot/values.yaml b/charts/penpot/values.yaml index 459380b4..1b42947c 100644 --- a/charts/penpot/values.yaml +++ b/charts/penpot/values.yaml @@ -36,7 +36,7 @@ penpot: image: registry: docker.io repository: bitnamilegacy/redis - tag: 7.2.5-debian-12-r4 + tag: 8.0.2-debian-12-r4 frontend: # ensuring frontend is sheduled on same nodes as backend