Files
truecharts/charts/stable/rstudio/values.yaml
TrueCharts Bot 5ca03db8e7 chore(deps): update container image rocker/rstudio to 4.3.2@249741d by renovate (#17895)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rocker/rstudio](https://togithub.com/rocker-org/rocker-versioned2) |
digest | `6b5d7bb` -> `249741d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 01:47:32 +01:00

39 lines
875 B
YAML

image:
pullPolicy: IfNotPresent
repository: rocker/rstudio
tag: 4.3.2@sha256:249741db954b55357c2bec5d683778765d26d3dc02686c639275c8955fbfe140
persistence:
config:
enabled: true
mountPath: /home/rstudio/.config/rstudio
workspace:
enabled: true
mountPath: /home/rstudio/workspace
portal:
open:
enabled: true
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: "{{ .Values.securityContext.container.runAsUser }}"