diff --git a/charts/dev/maintainerr/.helmignore b/charts/dev/maintainerr/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/dev/maintainerr/.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/dev/maintainerr/CHANGELOG.md b/charts/dev/maintainerr/CHANGELOG.md new file mode 100644 index 00000000000..825c32f0d03 --- /dev/null +++ b/charts/dev/maintainerr/CHANGELOG.md @@ -0,0 +1 @@ +# Changelog diff --git a/charts/dev/maintainerr/Chart.yaml b/charts/dev/maintainerr/Chart.yaml new file mode 100644 index 00000000000..df490fc467e --- /dev/null +++ b/charts/dev/maintainerr/Chart.yaml @@ -0,0 +1,37 @@ +kubeVersion: ">=1.24.0-0" +apiVersion: v2 +name: maintainerr +version: 0.0.1 +appVersion: 1.7.0 +description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. +home: https://truecharts.org/charts/dev/maintainerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png +deprecated: false +sources: + - https://github.com/truecharts/charts/tree/master/charts/dev/maintainerr + - https://github.com/jorenn92/Maintainerr + - https://hub.docker.com/r/jorenn92/maintainerr +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - maintainerr + - media +dependencies: + - name: common + version: 17.2.21 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +annotations: + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: dev +type: application diff --git a/charts/dev/maintainerr/README.md b/charts/dev/maintainerr/README.md new file mode 100644 index 00000000000..7e59600739c --- /dev/null +++ b/charts/dev/maintainerr/README.md @@ -0,0 +1 @@ +# README diff --git a/charts/dev/maintainerr/icon.png b/charts/dev/maintainerr/icon.png new file mode 100644 index 00000000000..087a0caeab4 Binary files /dev/null and b/charts/dev/maintainerr/icon.png differ diff --git a/charts/dev/maintainerr/questions.yaml b/charts/dev/maintainerr/questions.yaml new file mode 100644 index 00000000000..e0c0e2a3b43 --- /dev/null +++ b/charts/dev/maintainerr/questions.yaml @@ -0,0 +1,84 @@ +# Include{groups} +portals: + open: +# Include{portalLink} +questions: +# Include{global} +# Include{workload} +# Include{workloadDeployment} +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} +# Include{containerBasic} +# Include{containerAdvanced} +# Include{containerConfig} +# Include{podOptions} +# Include{serviceRoot} +# Include{serviceMain} +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8154 + required: true +# Include{serviceExpertRoot} +# Include{serviceExpert} +# Include{serviceList} +# Include{persistenceRoot} + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} +# Include{persistenceList} +# Include{ingressRoot} + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressAdvanced} +# Include{ingressList} +# 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/dev/maintainerr/templates/NOTES.txt b/charts/dev/maintainerr/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/dev/maintainerr/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/dev/maintainerr/templates/common.yaml b/charts/dev/maintainerr/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/dev/maintainerr/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/dev/maintainerr/values.yaml b/charts/dev/maintainerr/values.yaml new file mode 100644 index 00000000000..fb6ead2e681 --- /dev/null +++ b/charts/dev/maintainerr/values.yaml @@ -0,0 +1,27 @@ +image: + repository: jorenn92/maintainerr + pullPolicy: IfNotPresent + tag: 1.7.0@sha256:0bc775f1a3ff502f6bdb6e2a9e318368e7498d9cf77964b8b578d5f547c92340 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 80 + port: 8154 + +persistence: + data: + enabled: true + mountPath: "/opt/data" + +portal: + open: + enabled: true