Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-30 20:55:39 +00:00
parent f7d55bca16
commit bd71bf8e60
12 changed files with 2204 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [automatic-ripping-machine-0.0.1]automatic-ripping-machine-0.0.1 (2023-08-30)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "2.6.60"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: Automatic Ripping Machine (ARM) Scripts.
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
keywords:
- automatic-ripping-machine
- media
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: automatic-ripping-machine
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine
- https://github.com/automatic-ripping-machine/automatic-ripping-machine
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [automatic-ripping-machine-0.0.1]automatic-ripping-machine-0.0.1 (2023-08-30)

View File

@ -0,0 +1,8 @@
Automatic Ripping Machine (ARM) Scripts.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/automatic-ripping-machine](https://truecharts.org/charts/incubator/automatic-ripping-machine)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,42 @@
image:
repository: tccr.io/truecharts/automatic-ripping-machine
pullPolicy: IfNotPresent
tag: v2.6.60@sha256:80794ea2bcf0372856f83c980ee65f26eacd3253b9c97215e686fb85e2df969b
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:
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"
arm:
enabled: true
mountPath: "/home/arm"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
categories:
- media
screenshots: []