diff --git a/README.md b/README.md index 54468a0..c1f8a74 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index 6b552b3..ea785ce 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -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 diff --git a/charts/penpot/README.md b/charts/penpot/README.md index 9aeb060..f3e4414 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -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 ## ``` diff --git a/charts/penpot/README.md.gotmpl b/charts/penpot/README.md.gotmpl index 2920de3..e6bdcfd 100644 --- a/charts/penpot/README.md.gotmpl +++ b/charts/penpot/README.md.gotmpl @@ -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 ## ```