0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-21 21:23:04 -05:00

chore: bump to 0.1.0

This commit is contained in:
David Barragán Merino 2024-09-18 11:43:47 +02:00
parent c62531014e
commit 125b7fc255
4 changed files with 32 additions and 12 deletions

View file

@ -1,6 +1,3 @@
> [!CAUTION]
> This repository is a **work in progress**. Please do **NOT** use this code for production environments.
# Penpot Helm Chart
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/penpot)](https://artifacthub.io/packages/search?repo=penpot)

View file

@ -1,6 +1,6 @@
---
apiVersion: v2
version: 0.1.0-alpha-004 # Chart version
version: 0.1.0 # Chart version
appVersion: "2.1.4" # Penpot version
type: application
name: penpot
@ -39,14 +39,8 @@ annotations:
url: https://penpot.app/dev-diaries.html
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: Allow to define pod disruption budgets.
- kind: changed
description: Bump penpot to 2.1.4.
- kind: changed
description: Imporve documentation.
- kind: fixed
description: hostname example for ingress (by @Tchoupinax).
description: Bump to 0.1.0. Initial release.
dependencies:
- name: postgresql
version: 15.x.x # appVersion >= 16.2.0

View file

@ -1,6 +1,6 @@
# penpot
![Version: 0.1.0-alpha-004](https://img.shields.io/badge/Version-0.1.0--alpha--004-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)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-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.
@ -271,6 +271,20 @@ helm install my-release -f values.yaml penpot/penpot
> **NOTE**: You can use more parameters according to the [Redis oficial documentation](https://artifacthub.io/packages/helm/bitnami/redis#parameters).
## Resources
You can ask and answer questions, have open-ended conversations, and follow along on decisions affecting the project.
💾 [Documentation](https://help.penpot.app/technical-guide/)
🚀 [Getting Started](https://help.penpot.app/technical-guide/getting-started/)
✏️ [Tutorials](https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr)
🏘️ [Architecture](https://help.penpot.app/technical-guide/developer/architecture/)
📚 [Dev Diaries](https://penpot.app/dev-diaries.html)
## License ##
```

View file

@ -164,6 +164,21 @@ helm install my-release -f values.yaml penpot/{{ template "chart.name" . }}
> **NOTE**: You can use more parameters according to the [Redis oficial documentation](https://artifacthub.io/packages/helm/bitnami/redis#parameters).
## Resources
You can ask and answer questions, have open-ended conversations, and follow along on decisions affecting the project.
💾 [Documentation](https://help.penpot.app/technical-guide/)
🚀 [Getting Started](https://help.penpot.app/technical-guide/getting-started/)
✏️ [Tutorials](https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr)
🏘️ [Architecture](https://help.penpot.app/technical-guide/developer/architecture/)
📚 [Dev Diaries](https://penpot.app/dev-diaries.html)
## License ##
```