feat(penpot): move to stable (#5844)

* feat(penpot): move to stable

* bump
This commit is contained in:
Stavros Kois 2022-12-26 23:41:42 +02:00 committed by GitHub
parent ba535493d6
commit ec5e4201ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 14 additions and 6 deletions

View File

@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plik - https://github.com/truecharts/charts/tree/master/charts/incubator/plik
- https://github.com/root-gg/plik - https://github.com/root-gg/plik
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- files - files

View File

@ -569,7 +569,7 @@ questions:
label: ReadOnly Root Filesystem label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: true
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: Allow Privilege Escalation label: Allow Privilege Escalation
schema: schema:

View File

@ -3,9 +3,6 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.3.6@sha256:f9c31219bfb0793c3b9ce4ec304cd52c4dfef106ae452ab0f6a57a0a0b575fbd tag: 1.3.6@sha256:f9c31219bfb0793c3b9ce4ec304cd52c4dfef106ae452ab0f6a57a0a0b575fbd
# securityContext:
# readOnlyRootFilesystem: false
plik: plik:
general: general:
debug: false debug: false
@ -72,6 +69,17 @@ service:
protocol: HTTP protocol: HTTP
port: 10599 port: 10599
probes:
liveness:
type: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
persistence: persistence:
data: data:
enabled: true enabled: true

View File

@ -32,7 +32,7 @@ sources:
- https://hub.docker.com/r/penpotapp/frontend - https://hub.docker.com/r/penpotapp/frontend
- https://hub.docker.com/r/penpotapp/backend - https://hub.docker.com/r/penpotapp/backend
type: application type: application
version: 1.0.2 version: 2.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB