diff --git a/charts/incubator/plik/Chart.yaml b/charts/incubator/plik/Chart.yaml index b90bdcb4eec..95bad7c6ab1 100644 --- a/charts/incubator/plik/Chart.yaml +++ b/charts/incubator/plik/Chart.yaml @@ -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 diff --git a/charts/incubator/plik/questions.yaml b/charts/incubator/plik/questions.yaml index 7390af9e415..4f09e0ffddc 100644 --- a/charts/incubator/plik/questions.yaml +++ b/charts/incubator/plik/questions.yaml @@ -569,7 +569,7 @@ questions: label: ReadOnly Root Filesystem schema: type: boolean - default: false + default: true - variable: allowPrivilegeEscalation label: Allow Privilege Escalation schema: diff --git a/charts/incubator/plik/values.yaml b/charts/incubator/plik/values.yaml index 97124f6c353..d27cc3076d1 100644 --- a/charts/incubator/plik/values.yaml +++ b/charts/incubator/plik/values.yaml @@ -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 diff --git a/charts/incubator/penpot/.helmignore b/charts/stable/penpot/.helmignore similarity index 100% rename from charts/incubator/penpot/.helmignore rename to charts/stable/penpot/.helmignore diff --git a/charts/incubator/penpot/Chart.yaml b/charts/stable/penpot/Chart.yaml similarity index 98% rename from charts/incubator/penpot/Chart.yaml rename to charts/stable/penpot/Chart.yaml index 59a2fe252de..2c2e21973db 100644 --- a/charts/incubator/penpot/Chart.yaml +++ b/charts/stable/penpot/Chart.yaml @@ -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 diff --git a/charts/incubator/penpot/README.md b/charts/stable/penpot/README.md similarity index 100% rename from charts/incubator/penpot/README.md rename to charts/stable/penpot/README.md diff --git a/charts/incubator/penpot/icon.png b/charts/stable/penpot/icon.png similarity index 100% rename from charts/incubator/penpot/icon.png rename to charts/stable/penpot/icon.png diff --git a/charts/incubator/penpot/questions.yaml b/charts/stable/penpot/questions.yaml similarity index 100% rename from charts/incubator/penpot/questions.yaml rename to charts/stable/penpot/questions.yaml diff --git a/charts/incubator/penpot/templates/_backend.tpl b/charts/stable/penpot/templates/_backend.tpl similarity index 100% rename from charts/incubator/penpot/templates/_backend.tpl rename to charts/stable/penpot/templates/_backend.tpl diff --git a/charts/incubator/penpot/templates/_exporter.tpl b/charts/stable/penpot/templates/_exporter.tpl similarity index 100% rename from charts/incubator/penpot/templates/_exporter.tpl rename to charts/stable/penpot/templates/_exporter.tpl diff --git a/charts/incubator/penpot/templates/_secret.tpl b/charts/stable/penpot/templates/_secret.tpl similarity index 100% rename from charts/incubator/penpot/templates/_secret.tpl rename to charts/stable/penpot/templates/_secret.tpl diff --git a/charts/incubator/penpot/templates/common.yaml b/charts/stable/penpot/templates/common.yaml similarity index 100% rename from charts/incubator/penpot/templates/common.yaml rename to charts/stable/penpot/templates/common.yaml diff --git a/charts/incubator/penpot/values.yaml b/charts/stable/penpot/values.yaml similarity index 100% rename from charts/incubator/penpot/values.yaml rename to charts/stable/penpot/values.yaml