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