mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
chore: bump to 0.1.0
This commit is contained in:
parent
c62531014e
commit
125b7fc255
4 changed files with 32 additions and 12 deletions
|
@ -1,6 +1,3 @@
|
||||||
> [!CAUTION]
|
|
||||||
> This repository is a **work in progress**. Please do **NOT** use this code for production environments.
|
|
||||||
|
|
||||||
# Penpot Helm Chart
|
# Penpot Helm Chart
|
||||||
|
|
||||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/penpot)](https://artifacthub.io/packages/search?repo=penpot)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/penpot)](https://artifacthub.io/packages/search?repo=penpot)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 0.1.0-alpha-004 # Chart version
|
version: 0.1.0 # Chart version
|
||||||
appVersion: "2.1.4" # Penpot version
|
appVersion: "2.1.4" # Penpot version
|
||||||
type: application
|
type: application
|
||||||
name: penpot
|
name: penpot
|
||||||
|
@ -39,14 +39,8 @@ annotations:
|
||||||
url: https://penpot.app/dev-diaries.html
|
url: https://penpot.app/dev-diaries.html
|
||||||
artifacthub.io/containsSecurityUpdates: "false"
|
artifacthub.io/containsSecurityUpdates: "false"
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
|
||||||
description: Allow to define pod disruption budgets.
|
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Bump penpot to 2.1.4.
|
description: Bump to 0.1.0. Initial release.
|
||||||
- kind: changed
|
|
||||||
description: Imporve documentation.
|
|
||||||
- kind: fixed
|
|
||||||
description: hostname example for ingress (by @Tchoupinax).
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: 15.x.x # appVersion >= 16.2.0
|
version: 15.x.x # appVersion >= 16.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# penpot
|
# 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.
|
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).
|
> **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 ##
|
## License ##
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -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).
|
> **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 ##
|
## License ##
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue