diff --git a/charts/incubator/rar2fs/.helmignore b/charts/incubator/rar2fs/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/rar2fs/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/rar2fs/CHANGELOG.md b/charts/incubator/rar2fs/CHANGELOG.md new file mode 100644 index 00000000000..825c32f0d03 --- /dev/null +++ b/charts/incubator/rar2fs/CHANGELOG.md @@ -0,0 +1 @@ +# Changelog diff --git a/charts/incubator/rar2fs/Chart.yaml b/charts/incubator/rar2fs/Chart.yaml new file mode 100644 index 00000000000..e4a42e0c8fb --- /dev/null +++ b/charts/incubator/rar2fs/Chart.yaml @@ -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" diff --git a/charts/incubator/rar2fs/README.md b/charts/incubator/rar2fs/README.md new file mode 100644 index 00000000000..7e59600739c --- /dev/null +++ b/charts/incubator/rar2fs/README.md @@ -0,0 +1 @@ +# README diff --git a/charts/incubator/rar2fs/icon.png b/charts/incubator/rar2fs/icon.png new file mode 100644 index 00000000000..f99acebb80b Binary files /dev/null and b/charts/incubator/rar2fs/icon.png differ diff --git a/charts/incubator/rar2fs/questions.yaml b/charts/incubator/rar2fs/questions.yaml new file mode 100644 index 00000000000..29176ae0e4c --- /dev/null +++ b/charts/incubator/rar2fs/questions.yaml @@ -0,0 +1,67 @@ +# Include{groups} +portals: {} +questions: +# Include{global} +# Include{workload} +# Include{workloadDeployment} + +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} +# Include{containerBasic} +# Include{containerAdvanced} + +# Include{containerConfig} +# Include{podOptions} +# Include{serviceExpertRoot} +# Include{serviceExpert} +# Include{serviceList} +# Include{persistenceRoot} + - variable: source + label: "App Source Storage" + description: "Stores the Application Source." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: destination + label: "App Destination Storage" + description: "Stores the Application Destination." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} +# Include{persistenceList} +# Include{securityContextRoot} + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 +# Include{securityContextContainer} +# Include{securityContextAdvanced} +# Include{securityContextPod} + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + +# Include{resources} +# Include{advanced} +# Include{addons} +# Include{codeserver} +# Include{netshoot} +# Include{vpn} +# Include{documentation} diff --git a/charts/incubator/rar2fs/templates/NOTES.txt b/charts/incubator/rar2fs/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/rar2fs/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/rar2fs/templates/common.yaml b/charts/incubator/rar2fs/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/rar2fs/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/rar2fs/values.yaml b/charts/incubator/rar2fs/values.yaml new file mode 100644 index 00000000000..e68bdde6cdf --- /dev/null +++ b/charts/incubator/rar2fs/values.yaml @@ -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