0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2025-02-01 20:01:32 -05:00

feat: bump Penpot to 2.4.1

This commit is contained in:
Yamila Moreno 2025-01-13 11:48:02 +01:00
parent 2d736b77cc
commit 8935fb121f
3 changed files with 9 additions and 27 deletions

View file

@ -1,7 +1,7 @@
---
apiVersion: v2
version: 0.6.0 # Chart version
appVersion: "2.4.0" # Penpot version
appVersion: "2.4.1" # Penpot version
type: application
name: penpot
description: Helm chart for Penpot, the Open Source design and prototyping platform.
@ -40,25 +40,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: Bump Penpot images to 2.4.0.
- kind: changed
description: Change penpot-frontend service port to 8080.
- kind: added
description: Add autoFileSnapshot configuration
- kind: added
description: containsSecurityUpdates and podSecurityContext can be defined for penpot-frontend.
- kind: added
description: Allow to run in a Openshift Container Platform. Thanks to @alverad-katsuro.
links:
- name: GitHub PR #9
url: https://github.com/penpot/penpot-helm/pull/9
- kind: added
description: config.internalResolver sets PENPOT_INTERNAL_RESOLVER to the frontend deployment. Thanks to @vipinjn24.
links:
- name: Github Issue #12
url: https://github.com/penpot/penpot-helm/issues/12
- name: GitHub PR #13
url: https://github.com/penpot/penpot-helm/pull/13
description: Bump Penpot images to 2.4.1.
dependencies:
- name: postgresql
version: 15.x.x # appVersion >= 16.2.0

View file

@ -1,6 +1,6 @@
# penpot
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.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.
@ -156,7 +156,7 @@ helm install my-release -f values.yaml 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.4.0"` | The image tag to use. |
| backend.image.tag | string | `"2.4.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.pdb | object | `{"enabled":false,"maxUnavailable":null,"minAvailable":null}` | Configure Pod Disruption Budget for the backend pods. Check [the official doc](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) |
| backend.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the backend pods. |
@ -182,7 +182,7 @@ helm install my-release -f values.yaml 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.4.0"` | The image tag to use. |
| frontend.image.tag | string | `"2.4.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.pdb | object | `{"enabled":false,"maxUnavailable":null,"minAvailable":null}` | Configure Pod Disruption Budget for the frontend pods. Check [the official doc](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) |
| frontend.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the frontend pods. |
@ -208,7 +208,7 @@ helm install my-release -f values.yaml 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.4.0"` | The image tag to use. |
| exporter.image.tag | string | `"2.4.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.pdb | object | `{"enabled":false,"maxUnavailable":null,"minAvailable":null}` | Configure Pod Disruption Budget for the exporter pods. Check [the official doc](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) |
| exporter.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the exporter pods. |

View file

@ -323,7 +323,7 @@ backend:
repository: penpotapp/backend
# -- The image tag to use.
# @section -- Backend parameters
tag: 2.4.0
tag: 2.4.1
# -- The image pull policy to use.
# @section -- Backend parameters
pullPolicy: IfNotPresent
@ -398,7 +398,7 @@ frontend:
repository: penpotapp/frontend
# -- The image tag to use.
# @section -- Frontend parameters
tag: 2.4.0
tag: 2.4.1
# -- The image pull policy to use.
# @section -- Frontend parameters
pullPolicy: IfNotPresent
@ -473,7 +473,7 @@ exporter:
repository: penpotapp/exporter
# -- The image tag to use.
# @section -- Exporter parameters
tag: 2.4.0
tag: 2.4.1
# -- The image pull policy to use.
# @section -- Exporter parameters
imagePullPolicy: IfNotPresent