Files
truecharts/charts/stable/automatic-ripping-machine/values.yaml
T
TrueCharts Bot 410f634c8a chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 39f7fc9 (#49970)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `22f3041` → `39f7fc9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdXRvbWF0aWMtcmlwcGluZy1tYWNoaW5lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-07-07 08:22:51 +02:00

66 lines
1.9 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/automaticrippingmachine/automatic-ripping-machine
pullPolicy: IfNotPresent
tag: 2.23.4@sha256:39f7fc986eb68e5dead1e62dd52616cb547778b727cdc96175972158859e8848
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
allowPrivilegeEscalation: true
service:
main:
ports:
main:
protocol: http
targetPort: 8080
port: 10683
workload:
main:
podSpec:
# force 568:568 for /home/arm & etc/arm/config
initContainers:
arm-perms:
type: install
enabled: true
imageSelector: "image"
command:
- /bin/sh
args:
- -c
- |
echo "Setting ownership to {{ .Values.securityContext.container.PUID }}:{{ .Values.securityContext.pod.fsGroup }} on data directory [/home/arm] ..."
chown {{ .Values.securityContext.container.PUID }}:{{ .Values.securityContext.pod.fsGroup }} /home/arm
echo "Setting ownership to {{ .Values.securityContext.container.PUID }}:{{ .Values.securityContext.pod.fsGroup }} on data directory [/etc/arm/config] ..."
chown {{ .Values.securityContext.container.PUID }}:{{ .Values.securityContext.pod.fsGroup }} /etc/arm/config
echo "Finished."
containers:
main:
env:
# default media perms
ARM_UID: "{{ .Values.securityContext.container.PUID }}"
ARM_GID: "{{ .Values.securityContext.pod.fsGroup }}"
persistence:
config:
enabled: true
mountPath: "/etc/arm/config"
targetSelector:
main:
main: {}
arm-perms: {}
arm:
enabled: true
mountPath: "/home/arm"
targetSelector:
main:
main: {}
arm-perms: {}