mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-21 21:23:04 -05:00
feat: bump penpot to 2.1.4
This commit is contained in:
parent
5b7524268d
commit
40d8e8c495
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
apiVersion: v2
|
||||
version: 0.1.0-alpha-003 # Chart version
|
||||
appVersion: "2.1.1" # Penpot version
|
||||
appVersion: "2.1.4" # Penpot version
|
||||
type: application
|
||||
name: penpot
|
||||
description: Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||
|
@ -39,6 +39,8 @@ annotations:
|
|||
url: https://penpot.app/dev-diaries.html
|
||||
artifacthub.io/containsSecurityUpdates: "false"
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Bump penpot to 2.1.4.
|
||||
- kind: changed
|
||||
description: Imporve documentation.
|
||||
- kind: fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# penpot
|
||||
|
||||
![Version: 0.1.0-alpha-003](https://img.shields.io/badge/Version-0.1.0--alpha--003-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)
|
||||
![Version: 0.1.0-alpha-003](https://img.shields.io/badge/Version-0.1.0--alpha--003-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-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.
|
||||
|
||||
|
@ -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.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.1"` | The image tag to use. |
|
||||
| backend.image.tag | string | `"2.1.4"` | 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 |
|
||||
|
@ -175,7 +175,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.1.1"` | The image tag to use. |
|
||||
| frontend.image.tag | string | `"2.1.4"` | 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 |
|
||||
|
@ -197,7 +197,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.1.1"` | The image tag to use. |
|
||||
| exporter.image.tag | string | `"2.1.4"` | 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 |
|
||||
|
|
|
@ -312,7 +312,7 @@ backend:
|
|||
repository: penpotapp/backend
|
||||
# -- The image tag to use.
|
||||
# @section -- Backend parameters
|
||||
tag: 2.1.1
|
||||
tag: 2.1.4
|
||||
# -- The image pull policy to use.
|
||||
# @section -- Backend parameters
|
||||
pullPolicy: IfNotPresent
|
||||
|
@ -375,7 +375,7 @@ frontend:
|
|||
repository: penpotapp/frontend
|
||||
# -- The image tag to use.
|
||||
# @section -- Frontend parameters
|
||||
tag: 2.1.1
|
||||
tag: 2.1.4
|
||||
# -- The image pull policy to use.
|
||||
# @section -- Frontend parameters
|
||||
pullPolicy: IfNotPresent
|
||||
|
@ -430,7 +430,7 @@ exporter:
|
|||
repository: penpotapp/exporter
|
||||
# -- The image tag to use.
|
||||
# @section -- Exporter parameters
|
||||
tag: 2.1.1
|
||||
tag: 2.1.4
|
||||
# -- The image pull policy to use.
|
||||
# @section -- Exporter parameters
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in a new issue