This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/openvscode-server](https://togithub.com/truecharts/containers) | digest | `daac564` -> `34038b1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
30 lines
609 B
YAML
30 lines
609 B
YAML
image:
|
|
repository: tccr.io/truecharts/openvscode-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.75.1@sha256:34038b13b156dbcfd16e0567284c8a286cc8b4e86c7bcef0b25c917e50c14a9d
|
|
# secretEnv:
|
|
# CONNECTION_TOKEN: "somerandomstring"
|
|
# CONNECTION_SECRET: ""
|
|
# SUDO_PASSWORD: ""
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10135
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|