This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages) ([source](https://togithub.com/linuxserver/docker-openvscode-server)) | minor | `1.85.2` -> `1.86.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
30 lines
610 B
YAML
30 lines
610 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/openvscode-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.86.1@sha256:6f501df20006875619b48c955e88e910b3922731a4e3fe525607d717b385cb7a
|
|
# 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
|