feat(penpot): move to stable (#5844)
* feat(penpot): move to stable * bump
This commit is contained in:
parent
ba535493d6
commit
ec5e4201ac
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/plik
|
||||
- https://github.com/root-gg/plik
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- files
|
||||
|
|
|
@ -569,7 +569,7 @@ questions:
|
|||
label: ReadOnly Root Filesystem
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: Allow Privilege Escalation
|
||||
schema:
|
||||
|
|
|
@ -3,9 +3,6 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
tag: 1.3.6@sha256:f9c31219bfb0793c3b9ce4ec304cd52c4dfef106ae452ab0f6a57a0a0b575fbd
|
||||
|
||||
# securityContext:
|
||||
# readOnlyRootFilesystem: false
|
||||
|
||||
plik:
|
||||
general:
|
||||
debug: false
|
||||
|
@ -72,6 +69,17 @@ service:
|
|||
protocol: HTTP
|
||||
port: 10599
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
path: /
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
|
|
|
@ -32,7 +32,7 @@ sources:
|
|||
- https://hub.docker.com/r/penpotapp/frontend
|
||||
- https://hub.docker.com/r/penpotapp/backend
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 2.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue