mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
feat: upgrade app version to 2.1.0
This commit is contained in:
parent
6547fe0907
commit
d9ed99f171
3 changed files with 31 additions and 30 deletions
|
@ -1,36 +1,37 @@
|
||||||
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 0.1.0-alpha-1 # Chart version
|
version: 0.1.0-alpha-001 # Chart version
|
||||||
appVersion: "2.0.3" # Penpot version
|
appVersion: "2.1.0" # 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.
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Kaleidos INC
|
- name: Kaleidos INC
|
||||||
url: https://kaleidos.net
|
url: https://kaleidos.net
|
||||||
home: https://penpot.app
|
home: https://penpot.app
|
||||||
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/penpot/penpot/tree/main
|
- https://github.com/penpot/penpot/tree/main
|
||||||
- https://github.com/penpot/penpot-helm/tree/main
|
- https://github.com/penpot/penpot-helm/tree/main
|
||||||
keywords:
|
keywords:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- penpot
|
- penpot
|
||||||
- penpotapp
|
- penpotapp
|
||||||
- design
|
- design
|
||||||
- designsystem
|
- designsystem
|
||||||
- opensource
|
- opensource
|
||||||
- ux
|
- ux
|
||||||
- ui
|
- ui
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/signKey: |
|
artifacthub.io/signKey: |
|
||||||
fingerprint: F0B526DC641A6DCBD94A2B2BA11A82757E9E6942
|
fingerprint: F0B526DC641A6DCBD94A2B2BA11A82757E9E6942
|
||||||
url: https://penpot.github.io/penpot-helm/pubkey.asc
|
url: https://helm.penpot.app/pubkey.asc
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 15.x.x # appVersion >= 16.2.0
|
version: 15.x.x # appVersion >= 16.2.0
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: global.postgresqlEnabled
|
condition: global.postgresqlEnabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 19.x.x # appVersion >= 7.2.4
|
version: 19.x.x # appVersion >= 7.2.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: global.redisEnabled
|
condition: global.redisEnabled
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# penpot
|
# penpot
|
||||||
|
|
||||||
![Version: 0.1.0-alpha-1](https://img.shields.io/badge/Version-0.1.0--alpha--1-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![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)
|
||||||
|
|
||||||
Helm chart for Penpot, the Open Source design and prototyping platform.
|
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.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.0.3"` | The image tag to use. |
|
| backend.image.tag | string | `"2.1.0"` | 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.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods |
|
| 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 |
|
| backend.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods |
|
||||||
|
@ -149,7 +149,7 @@ $ helm install my-release 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.0.3"` | The image tag to use. |
|
| exporter.image.tag | string | `"2.1.0"` | 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.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods |
|
| 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 |
|
| exporter.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods |
|
||||||
|
@ -172,7 +172,7 @@ $ helm install my-release 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.0.3"` | The image tag to use. |
|
| frontend.image.tag | string | `"2.1.0"` | 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.podAnnotations | object | `{}` | An optional map of annotations to be applied to the controller Pods |
|
| 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 |
|
| frontend.podLabels | object | `{}` | An optional map of labels to be applied to the controller Pods |
|
||||||
|
|
|
@ -313,7 +313,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.0.3
|
tag: 2.1.0
|
||||||
# -- The image pull policy to use.
|
# -- The image pull policy to use.
|
||||||
# @section -- Backend parameters
|
# @section -- Backend parameters
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -394,7 +394,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.0.3
|
tag: 2.1.0
|
||||||
# -- The image pull policy to use.
|
# -- The image pull policy to use.
|
||||||
# @section -- Frontend parameters
|
# @section -- Frontend parameters
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
@ -443,7 +443,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.0.3
|
tag: 2.1.0
|
||||||
# -- 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