diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index b93afa7d0c8..9ffd4d841ba 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.9 + version: 14.0.14 description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. home: https://truecharts.org/charts/stable/website-shot icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png @@ -18,7 +18,7 @@ name: website-shot sources: - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - https://github.com/Flowko/website-shot -version: 6.0.1 +version: 7.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/website-shot/questions.yaml b/charts/stable/website-shot/questions.yaml index 21284263f6d..2a911fdd60e 100644 --- a/charts/stable/website-shot/questions.yaml +++ b/charts/stable/website-shot/questions.yaml @@ -66,13 +66,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 1000 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 568 + default: 1000 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/stable/website-shot/values.yaml b/charts/stable/website-shot/values.yaml index 731d562a933..cd119f5d0e3 100644 --- a/charts/stable/website-shot/values.yaml +++ b/charts/stable/website-shot/values.yaml @@ -2,16 +2,25 @@ image: repository: tccr.io/truecharts/website-shot tag: latest@sha256:47d12e7af8330ae487d07a69500082b7c59182c6d9053a872169456ec337b017 pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 1000 + runAsUser: 1000 + service: main: ports: main: port: 10221 targetPort: 3000 + persistence: screenshots: enabled: true mountPath: "/usr/src/website-shot/screenshots" + portal: open: enabled: true