Skip to content
Community

logo

Penpot#

Chart Name Version App version
penpot 0.28.0 2.10.1

Penpot is the first open-source design tool for design and code collaboration. Designers can create stunning designs, interactive prototypes, design systems at scale, while developers enjoy ready-to-use code and make their workflow easy and fast. And all of this with no handoff drama.

Penpot is available on browser and self host. It's web-based and works with open standards (SVG, CSS and HTML). And last but not least, it's free!


Looking for Commercial Support? LEARN MORE

Prerequisites#

Deploy k0rdent v1.4.0: QuickStart

Install template to k0rdent#

helm upgrade --install penpot oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=penpot:0.28.0" -n kcm-system

Verify service template#

kubectl get servicetemplates -A
# NAMESPACE    NAME                            VALID
# kcm-system   penpot-0-28-0                   true

Deploy service template#

apiVersion: k0rdent.mirantis.com/v1beta1
kind: MultiClusterService
metadata:
  name: penpot
spec:
  clusterSelector:
    matchLabels:
      group: demo
  serviceSpec:
    services:
    - template: penpot-0-28-0
      name: penpot
      namespace: penpot
      values: |
        penpot:
          global:
            postgresqlEnabled: true
            valkeyEnabled: true
          persistence:
            assets:
              enabled: true