Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-23 23:15:15 +00:00
parent 58672d48d6
commit d491ceafa2
12 changed files with 2122 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [rar2fs-0.0.1]rar2fs-0.0.1 (2023-11-23)

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: FUSE file system for reading RAR archives.
home: https://truecharts.org/charts/incubator/rar2fs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rar2fs.png
keywords:
- rar2fs
- archives
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: rar2fs
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/rar2fs
- https://ghcr.io/zimme/rar2fs
- https://github.com/zimme/docker-rar2fs
type: application
version: 0.0.1
annotations:
truecharts.org/category: archives
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1 @@
# README

View File

@@ -0,0 +1,4 @@
## [rar2fs-0.0.1]rar2fs-0.0.1 (2023-11-23)

View File

@@ -0,0 +1,8 @@
FUSE file system for reading RAR archives.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/rar2fs](https://truecharts.org/charts/incubator/rar2fs)
---
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!

Binary file not shown.

View File

@@ -0,0 +1,50 @@
image:
repository: ghcr.io/zimme/rar2fs
pullPolicy: IfNotPresent
tag: latest@sha256:8a8756c0452a7ce68654ac46d80c88fb00ae76b4c7f4773a17c05bc4d7f78807
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- MKNOD
- SYS_ADMIN
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
source:
enabled: true
mountPath: "/source"
destination:
enabled: true
mountPath: "/destination"
fuse:
enabled: true
type: device
hostPath: /dev/fuse
portal:
open:
enabled: false

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

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rar2fs.png
categories:
- archives
screenshots: []