From 478ae4f4777f7e05779655f8ea9730904cb659cd Mon Sep 17 00:00:00 2001 From: Yamila Moreno <yamila.ms@gmail.com> Date: Mon, 31 Mar 2025 11:16:20 +0200 Subject: [PATCH] chore: bump to 0.15.0 --- charts/penpot/Chart.yaml | 7 ++++++- charts/penpot/README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index f3f7230..ee0559b 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.15.0-unreleased # Chart version +version: 0.15.0 # Chart version appVersion: "2.5.4" # Penpot version type: application name: penpot @@ -39,6 +39,11 @@ annotations: url: https://penpot.app/dev-diaries.html artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | + - kind: fixed + description: Fix issue with Redis configuration thanks to @amith55555 + links: + - name: Github Issue 25 + url: https://github.com/penpot/penpot-helm/issues/25 dependencies: - name: postgresql version: 15.x.x # appVersion >= 16.2.0 diff --git a/charts/penpot/README.md b/charts/penpot/README.md index c5cabdc..188404e 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -1,6 +1,6 @@ # penpot -   +   Helm chart for Penpot, the Open Source design and prototyping platform.