mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-21 21:23:04 -05:00
chore: bump to 0.5.0
This commit is contained in:
parent
e15aad59b4
commit
5fcbe2a4c9
3 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 0.4.0 # Chart version
|
version: 0.5.0 # Chart version
|
||||||
appVersion: "2.3.2" # Penpot version
|
appVersion: "2.3.3" # Penpot version
|
||||||
type: application
|
type: application
|
||||||
name: penpot
|
name: penpot
|
||||||
description: Helm chart for Penpot, the Open Source design and prototyping platform.
|
description: Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||||
|
@ -40,7 +40,7 @@ annotations:
|
||||||
artifacthub.io/containsSecurityUpdates: "false"
|
artifacthub.io/containsSecurityUpdates: "false"
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Bump Penpot images to 2.3.2.
|
description: Bump Penpot images to 2.3.3.
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 15.x.x # appVersion >= 16.2.0
|
version: 15.x.x # appVersion >= 16.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# penpot
|
# penpot
|
||||||
|
|
||||||
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: 2.3.3](https://img.shields.io/badge/AppVersion-2.3.3-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.
|
Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ helm install my-release -f values.yaml penpot/penpot
|
||||||
| config.assets.s3.secretKeys.endpointURIKey | string | `""` | The S3 endpoint URI to use from an existing secret. |
|
| config.assets.s3.secretKeys.endpointURIKey | string | `""` | The S3 endpoint URI to use from an existing secret. |
|
||||||
| config.assets.s3.secretKeys.secretAccessKey | string | `""` | The S3 secret access key to use from an existing secret. |
|
| config.assets.s3.secretKeys.secretAccessKey | string | `""` | The S3 secret access key to use from an existing secret. |
|
||||||
| config.assets.storageBackend | string | `"assets-fs"` | The storage backend for assets to use. Use `assets-fs` for filesystem, and `assets-s3` for S3. |
|
| config.assets.storageBackend | string | `"assets-fs"` | The storage backend for assets to use. Use `assets-fs` for filesystem, and `assets-s3` for S3. |
|
||||||
| config.flags | string | `"enable-registration enable-login-with-password disable-email-verification enable-smtp enable-feature-plugins"` | The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info. |
|
| config.flags | string | `"enable-registration enable-login-with-password disable-email-verification enable-smtp"` | The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info. |
|
||||||
| config.postgresql.database | string | `"penpot"` | The PostgreSQL database to use. |
|
| config.postgresql.database | string | `"penpot"` | The PostgreSQL database to use. |
|
||||||
| config.postgresql.existingSecret | string | `""` | The name of an existing secret. |
|
| config.postgresql.existingSecret | string | `""` | The name of an existing secret. |
|
||||||
| config.postgresql.host | string | `""` | The PostgreSQL host to connect to. Empty to use dependencies. |
|
| config.postgresql.host | string | `""` | The PostgreSQL host to connect to. Empty to use dependencies. |
|
||||||
|
@ -153,7 +153,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.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.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.repository | string | `"penpotapp/backend"` | The Docker repository to pull the image from. |
|
||||||
| backend.image.tag | string | `"2.3.2"` | The image tag to use. |
|
| backend.image.tag | string | `"2.3.3"` | 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.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 | 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. |
|
| backend.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the backend pods. |
|
||||||
|
@ -179,7 +179,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.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.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.repository | string | `"penpotapp/frontend"` | The Docker repository to pull the image from. |
|
||||||
| frontend.image.tag | string | `"2.3.2"` | The image tag to use. |
|
| frontend.image.tag | string | `"2.3.3"` | 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.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 | 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. |
|
| frontend.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the frontend pods. |
|
||||||
|
@ -205,7 +205,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.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.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.repository | string | `"penpotapp/exporter"` | The Docker repository to pull the image from. |
|
||||||
| exporter.image.tag | string | `"2.3.2"` | The image tag to use. |
|
| exporter.image.tag | string | `"2.3.3"` | 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.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 | 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. |
|
| exporter.pdb.enabled | bool | `false` | Enable Pod Disruption Budget for the exporter pods. |
|
||||||
|
|
|
@ -39,7 +39,7 @@ config:
|
||||||
publicUri: "http://penpot.example.com"
|
publicUri: "http://penpot.example.com"
|
||||||
# -- The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info.
|
# -- The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info.
|
||||||
# @section -- Configuration parameters
|
# @section -- Configuration parameters
|
||||||
flags: "enable-registration enable-login-with-password disable-email-verification enable-smtp enable-feature-plugins"
|
flags: "enable-registration enable-login-with-password disable-email-verification enable-smtp"
|
||||||
# -- A random secret key needed for persistent user sessions. Generate with `python3 -c "import secrets; print(secrets.token_urlsafe(64))"` for example.
|
# -- A random secret key needed for persistent user sessions. Generate with `python3 -c "import secrets; print(secrets.token_urlsafe(64))"` for example.
|
||||||
# @section -- Configuration parameters
|
# @section -- Configuration parameters
|
||||||
apiSecretKey: "kmZ96pAxhTgk3HZvvBkPeVTspGBneKVLEpO_3ecORs_gwACENZ77z05zCe7skvPsQ3jI3QgkULQOWCuLjmjQsg"
|
apiSecretKey: "kmZ96pAxhTgk3HZvvBkPeVTspGBneKVLEpO_3ecORs_gwACENZ77z05zCe7skvPsQ3jI3QgkULQOWCuLjmjQsg"
|
||||||
|
@ -312,7 +312,7 @@ backend:
|
||||||
repository: penpotapp/backend
|
repository: penpotapp/backend
|
||||||
# -- The image tag to use.
|
# -- The image tag to use.
|
||||||
# @section -- Backend parameters
|
# @section -- Backend parameters
|
||||||
tag: 2.3.2
|
tag: 2.3.3
|
||||||
# -- The image pull policy to use.
|
# -- The image pull policy to use.
|
||||||
# @section -- Backend parameters
|
# @section -- Backend parameters
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -387,7 +387,7 @@ frontend:
|
||||||
repository: penpotapp/frontend
|
repository: penpotapp/frontend
|
||||||
# -- The image tag to use.
|
# -- The image tag to use.
|
||||||
# @section -- Frontend parameters
|
# @section -- Frontend parameters
|
||||||
tag: 2.3.2
|
tag: 2.3.3
|
||||||
# -- The image pull policy to use.
|
# -- The image pull policy to use.
|
||||||
# @section -- Frontend parameters
|
# @section -- Frontend parameters
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -454,7 +454,7 @@ exporter:
|
||||||
repository: penpotapp/exporter
|
repository: penpotapp/exporter
|
||||||
# -- The image tag to use.
|
# -- The image tag to use.
|
||||||
# @section -- Exporter parameters
|
# @section -- Exporter parameters
|
||||||
tag: 2.3.2
|
tag: 2.3.3
|
||||||
# -- The image pull policy to use.
|
# -- The image pull policy to use.
|
||||||
# @section -- Exporter parameters
|
# @section -- Exporter parameters
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in a new issue