mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
fix: typo
This commit is contained in:
parent
786987c8f6
commit
c9166055bd
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apiVersion: v2
|
||||
version: 0.1.0-alpha-002 # Chart version
|
||||
version: 0.1.0-alpha-003 # Chart version
|
||||
appVersion: "2.1.1" # Penpot version
|
||||
type: application
|
||||
name: penpot
|
||||
|
@ -35,9 +35,9 @@ annotations:
|
|||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Bump penpot to 2.1.1.
|
||||
- kind: fix
|
||||
- kind: fixed
|
||||
description: homogenize and simplify container and pod security context and affinity.
|
||||
- kind: fix
|
||||
- kind: fixed
|
||||
description: Imporve documentation.
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# penpot
|
||||
|
||||
![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)
|
||||
![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)
|
||||
|
||||
Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||
|
||||
|
|
Loading…
Reference in a new issue