Files
truecharts/charts/stable/rstudio/values.yaml
T
TrueCharts Bot 1c3ecc94a3 chore(deps): update container image rocker/rstudio to 4.4.1@e20873e by renovate (#26820)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[rocker/rstudio](https://redirect.github.com/rocker-org/rocker-versioned2)
| digest | `ee7c4ef` -> `e20873e` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-24 18:21:14 +00:00

39 lines
875 B
YAML

image:
pullPolicy: IfNotPresent
repository: rocker/rstudio
tag: 4.4.1@sha256:e20873e75a9dfe7808a9087c683f7f3f26c31bddb1f31a24ba2f674942df2750
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 }}"