5f4fd87f8f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | digest | `f90def3` -> `d9ef8d3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
image:
|
|
repository: automaticrippingmachine/automatic-ripping-machine
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.8.1@sha256:d9ef8d396201f9706507418dc57e51b8512b67d34053f66016fe07b2969ef5a2
|
|
|
|
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: {}
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|