From 5969d426eb92c361ed2fb6efde8ab2b5d6cd1837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 1 Aug 2024 17:12:07 +0200 Subject: [PATCH] feat: bump penpot to 2.1.1 --- charts/penpot/Chart.yaml | 17 +++++++++++++++-- charts/penpot/README.md | 8 ++++---- charts/penpot/values.yaml | 6 +++--- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index 0cf2faa..d4f2708 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -version: 0.1.0-alpha-001 # Chart version -appVersion: "2.1.0" # Penpot version +version: 0.1.0-alpha-002 # Chart version +appVersion: "2.1.1" # Penpot version type: application name: penpot description: Helm chart for Penpot, the Open Source design and prototyping platform. @@ -26,6 +26,19 @@ annotations: artifacthub.io/signKey: | fingerprint: F0B526DC641A6DCBD94A2B2BA11A82757E9E6942 url: https://helm.penpot.app/pubkey.asc + artifacthub.io/links: | + - name: support + url: https://github.com/penpot/penpot-helm/issues + - name: community + url: https://community.penpot.app + artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/changes: | + - kind: changed + description: Bump penpot to 2.1.1. + - kind: fix + description: homogenize and simplify container and pod security context and affinity. + - kind: fix + description: Imporve documentation. dependencies: - name: postgresql version: 15.x.x # appVersion >= 16.2.0 diff --git a/charts/penpot/README.md b/charts/penpot/README.md index dfa57b2..690e5ab 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -1,6 +1,6 @@ # penpot -![Version: 0.1.0-alpha-001](https://img.shields.io/badge/Version-0.1.0--alpha--001-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.0-alpha-002](https://img.shields.io/badge/Version-0.1.0--alpha--002-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Helm chart for Penpot, the Open Source design and prototyping platform. @@ -30,7 +30,7 @@ $ helm install my-release penpot/penpot | backend.deploymentAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Deployment | | backend.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy to use. | | backend.image.repository | string | `"penpotapp/backend"` | The Docker repository to pull the image from. | -| backend.image.tag | string | `"2.1.0"` | The image tag to use. | +| backend.image.tag | string | `"2.1.1"` | The image tag to use. | | backend.nodeSelector | object | `{}` | Node labels for Penpot pods assignment. Check [the official doc](https://kubernetes.io/docs/user-guide/node-selection/) | | backend.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods | | backend.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods | @@ -140,7 +140,7 @@ $ helm install my-release penpot/penpot | exporter.deploymentAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Deployment | | exporter.image.imagePullPolicy | string | `"IfNotPresent"` | The image pull policy to use. | | exporter.image.repository | string | `"penpotapp/exporter"` | The Docker repository to pull the image from. | -| exporter.image.tag | string | `"2.1.0"` | The image tag to use. | +| exporter.image.tag | string | `"2.1.1"` | The image tag to use. | | exporter.nodeSelector | object | `{}` | Node labels for Penpot pods assignment. Check [the official doc](https://kubernetes.io/docs/user-guide/node-selection/) | | exporter.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods | | exporter.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods | @@ -162,7 +162,7 @@ $ helm install my-release penpot/penpot | frontend.deploymentAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Deployment | | frontend.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy to use. | | frontend.image.repository | string | `"penpotapp/frontend"` | The Docker repository to pull the image from. | -| frontend.image.tag | string | `"2.1.0"` | The image tag to use. | +| frontend.image.tag | string | `"2.1.1"` | The image tag to use. | | frontend.nodeSelector | object | `{}` | Node labels for Penpot pods assignment. Check [the official doc](https://kubernetes.io/docs/user-guide/node-selection/) | | frontend.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods | | frontend.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods | diff --git a/charts/penpot/values.yaml b/charts/penpot/values.yaml index 6bb8953..3384573 100644 --- a/charts/penpot/values.yaml +++ b/charts/penpot/values.yaml @@ -311,7 +311,7 @@ backend: repository: penpotapp/backend # -- The image tag to use. # @section -- Backend parameters - tag: 2.1.0 + tag: 2.1.1 # -- The image pull policy to use. # @section -- Backend parameters pullPolicy: IfNotPresent @@ -374,7 +374,7 @@ frontend: repository: penpotapp/frontend # -- The image tag to use. # @section -- Frontend parameters - tag: 2.1.0 + tag: 2.1.1 # -- The image pull policy to use. # @section -- Frontend parameters pullPolicy: IfNotPresent @@ -429,7 +429,7 @@ exporter: repository: penpotapp/exporter # -- The image tag to use. # @section -- Exporter parameters - tag: 2.1.0 + tag: 2.1.1 # -- The image pull policy to use. # @section -- Exporter parameters imagePullPolicy: IfNotPresent