Skip to content

Commit

Permalink
chore: bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Sep 18, 2024
1 parent c625310 commit 125b7fc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 2 additions & 8 deletions charts/penpot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 15 additions & 1 deletion charts/penpot/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 ##

```
Expand Down
15 changes: 15 additions & 0 deletions charts/penpot/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

```
Expand Down

0 comments on commit 125b7fc

Please sign in to comment.