diff --git a/charts/incubator/reaparr/.helmignore b/charts/incubator/reaparr/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/reaparr/.helmignore @@ -0,0 +1,32 @@ +# 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 +icon.webp +icon-small.webp diff --git a/charts/incubator/reaparr/CHANGELOG.md b/charts/incubator/reaparr/CHANGELOG.md new file mode 100644 index 00000000000..f3e8318aa10 --- /dev/null +++ b/charts/incubator/reaparr/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/reaparr/Chart.yaml b/charts/incubator/reaparr/Chart.yaml new file mode 100644 index 00000000000..7bc7e8ac0ff --- /dev/null +++ b/charts/incubator/reaparr/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + artifacthub.io/links: |- + - name: support + url: https://discord.com/invite/tVsPTHWTtr + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/category: media + truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 + truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.33.2 +dependencies: + - name: common + version: 28.21.1 + repository: oci://oci.trueforge.org/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex downloader that brings content from any server to yours! +home: https://truecharts.org/charts/incubator/reaparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reaparr.webp +keywords: + - reaparr + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reaparr +sources: + - https://github.com/reaparr/reaparr/ + - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/reaparr + - https://hub.docker.com/r/reaparr/reaparr +type: application +version: 0.0.1 diff --git a/charts/incubator/reaparr/README.md b/charts/incubator/reaparr/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/reaparr/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/reaparr/icon.png b/charts/incubator/reaparr/icon.png new file mode 100644 index 00000000000..3d5cb6466c9 Binary files /dev/null and b/charts/incubator/reaparr/icon.png differ diff --git a/charts/incubator/reaparr/templates/NOTES.txt b/charts/incubator/reaparr/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/reaparr/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/reaparr/templates/common.yaml b/charts/incubator/reaparr/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/reaparr/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/reaparr/values.yaml b/charts/incubator/reaparr/values.yaml new file mode 100644 index 00000000000..2eb50445ff8 --- /dev/null +++ b/charts/incubator/reaparr/values.yaml @@ -0,0 +1,32 @@ +image: + pullPolicy: IfNotPresent + repository: docker.io/reaparr/reaparr + tag: 0.33.2@sha256:78d5eb1cf70b7bb94f09075c53a8b02ac5ad65432c58cd3b48190fedcfb465fc +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + protocol: http + targetPort: 7000 + port: 7000 +workload: + main: + podSpec: + containers: + main: + env: + LOG_LEVEL: "INFORMATION" + LOG_ENV_VARS: false + UNMASKED: false +persistence: + config: + enabled: true + mountPath: /Config + downloads: + enabled: true + mountPath: /Downloads \ No newline at end of file