This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rocker-org/rstudio](https://redirect.github.com/rocker-org/rocker-versioned2) | digest | `779353d` -> `78f2a19` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
37 lines
806 B
YAML
37 lines
806 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/rocker-org/rstudio
|
|
tag: 4.5.1@sha256:78f2a19a2b97b8d15d46f2f734d46f00631ade9c6bc93b99cca657ccbd6f2272
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /home/rstudio/.config/rstudio
|
|
workspace:
|
|
enabled: true
|
|
mountPath: /home/rstudio/workspace
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8787
|
|
protocol: http
|
|
targetPort: 8787
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DISABLE_AUTH: "false"
|
|
GROUPID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
PASSWORD: rstudio
|
|
ROOT: "FALSE"
|
|
USER: rstudio
|
|
USERID: 568
|