mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 03:08:33 +08:00
Adds radarr to charts train (#1089)
This commit is contained in:
6
library/ix-dev/charts/radarr/Chart.lock
Normal file
6
library/ix-dev/charts/radarr/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.3
|
||||
digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
|
||||
generated: "2023-04-07T14:31:28.408246409+03:00"
|
||||
25
library/ix-dev/charts/radarr/Chart.yaml
Normal file
25
library/ix-dev/charts/radarr/Chart.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: radarr
|
||||
description: Radarr is a movie collection manager for Usenet and BitTorrent users.
|
||||
annotations:
|
||||
title: Radarr
|
||||
type: application
|
||||
version: 1.0.0
|
||||
apiVersion: v2
|
||||
appVersion: '4.3.2.6857'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
url: https://www.truenas.com/
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.3
|
||||
home: https://github.com/Radarr/Radarr
|
||||
icon: https://raw.githubusercontent.com/Radarr/Radarr/develop/Logo/256.png
|
||||
sources:
|
||||
- https://github.com/onedr0p/containers/tree/main/apps/radarr
|
||||
- https://github.com/truenas/charts/tree/master/charts/radarr
|
||||
- https://github.com/Radarr/Radarr
|
||||
keywords:
|
||||
- media
|
||||
- movies
|
||||
8
library/ix-dev/charts/radarr/README.md
Normal file
8
library/ix-dev/charts/radarr/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Radarr
|
||||
|
||||
[Radarr](https://github.com/Radarr/Radarr) is a movie collection manager for Usenet and BitTorrent users.
|
||||
|
||||
> When application is installed, a container will be launched with **root** privileges.
|
||||
> This is required in order to apply the correct permissions to the `Radarr` directories.
|
||||
> Afterward, the `Radarr` container will run as a **non**-root user (Default: `568`).
|
||||
> All mounted storage(s) will be `chown`ed only if the parent directory does not match the configured user.
|
||||
8
library/ix-dev/charts/radarr/app-readme.md
Normal file
8
library/ix-dev/charts/radarr/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Radarr
|
||||
|
||||
[Radarr](https://github.com/Radarr/Radarr) is a movie collection manager for Usenet and BitTorrent users.
|
||||
|
||||
> When application is installed, a container will be launched with **root** privileges.
|
||||
> This is required in order to apply the correct permissions to the `Radarr` directories.
|
||||
> Afterward, the `Radarr` container will run as a **non**-root user (Default: `568`).
|
||||
> All mounted storage(s) will be `chown`ed only if the parent directory does not match the configured user.
|
||||
BIN
library/ix-dev/charts/radarr/charts/common-1.0.3.tgz
Normal file
BIN
library/ix-dev/charts/radarr/charts/common-1.0.3.tgz
Normal file
Binary file not shown.
11
library/ix-dev/charts/radarr/ci/basic-values.yaml
Normal file
11
library/ix-dev/charts/radarr/ci/basic-values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
radarrNetwork:
|
||||
webPort: 31000
|
||||
|
||||
radarrRunAs:
|
||||
user: 1000
|
||||
group: 1000
|
||||
|
||||
radarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
21
library/ix-dev/charts/radarr/ci/extra-values.yaml
Normal file
21
library/ix-dev/charts/radarr/ci/extra-values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
radarrConfig:
|
||||
additionalEnvs:
|
||||
- name: RADARR__AUTHENTICATION_METHOD
|
||||
value: some-long-api-key
|
||||
- name: RADARR__LOG_LEVEL
|
||||
value: error
|
||||
|
||||
radarrNetwork:
|
||||
webPort: 31000
|
||||
|
||||
radarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/action_movies
|
||||
mountPath: /action_movies
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/adventure_movies
|
||||
mountPath: /adventure_movies
|
||||
8
library/ix-dev/charts/radarr/ci/hostNet-values.yaml
Normal file
8
library/ix-dev/charts/radarr/ci/hostNet-values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
radarrNetwork:
|
||||
webPort: 30000
|
||||
hostNetwork: true
|
||||
|
||||
radarrStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
4
library/ix-dev/charts/radarr/item.yaml
Normal file
4
library/ix-dev/charts/radarr/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://raw.githubusercontent.com/Radarr/Radarr/develop/Logo/256.png
|
||||
categories:
|
||||
- media
|
||||
- movies
|
||||
225
library/ix-dev/charts/radarr/questions.yaml
Normal file
225
library/ix-dev/charts/radarr/questions.yaml
Normal file
@@ -0,0 +1,225 @@
|
||||
groups:
|
||||
- name: Radarr Configuration
|
||||
description: Configure Radarr
|
||||
- name: User and Group Configuration
|
||||
description: Configure User and Group for Radarr
|
||||
- name: Network Configuration
|
||||
description: Configure Network for Radarr
|
||||
- name: Storage Configuration
|
||||
description: Configure Storage for Radarr
|
||||
- name: Resources Configuration
|
||||
description: Configure Resources for Radarr
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_portal_protocol"
|
||||
host:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "$kubernetes-resource_configmap_portal_path"
|
||||
|
||||
questions:
|
||||
- variable: radarrConfig
|
||||
label: ""
|
||||
group: Radarr Configuration
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: instanceName
|
||||
label: Instance Name
|
||||
description: The name of the Radarr instance.
|
||||
schema:
|
||||
type: string
|
||||
default: Radarr
|
||||
required: true
|
||||
- variable: additionalEnvs
|
||||
label: Additional Environment Variables
|
||||
description: Configure additional environment variables for Radarr.
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: env
|
||||
label: Environment Variable
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: radarrRunAs
|
||||
label: ""
|
||||
group: User and Group Configuration
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: user
|
||||
label: User ID
|
||||
description: The user id that Radarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 1
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
label: Group ID
|
||||
description: The group id that Radarr will run as.
|
||||
schema:
|
||||
type: int
|
||||
min: 1
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
- variable: radarrNetwork
|
||||
label: ""
|
||||
group: Network Configuration
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: webPort
|
||||
label: Web Port
|
||||
description: The port for the Radarr Web UI.
|
||||
schema:
|
||||
type: int
|
||||
default: 30000
|
||||
min: 9000
|
||||
max: 65535
|
||||
required: true
|
||||
- variable: hostNetwork
|
||||
label: Host Network
|
||||
description: |
|
||||
Bind to the host network. It's recommended to keep this disabled.</br>
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
- variable: radarrStorage
|
||||
label: ""
|
||||
group: Storage Configuration
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: config
|
||||
label: Radarr Config Storage
|
||||
description: The path to store Radarr Configuration.
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
label: Type
|
||||
description: |
|
||||
ixVolume: Is dataset created automatically by the system.</br>
|
||||
Host Path: Is a path that already exists on the system.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
description: Host Path (Path that already exists on the system)
|
||||
- value: ixVolume
|
||||
description: ixVolume (Dataset created automatically by the system)
|
||||
- variable: datasetName
|
||||
label: Dataset Name
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["type", "=", "ixVolume"]]
|
||||
required: true
|
||||
hidden: true
|
||||
immutable: true
|
||||
default: config
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
- variable: hostPath
|
||||
label: Host Path
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: additionalStorages
|
||||
label: Additional Storage
|
||||
description: Additional storage for Radarr.
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: storageEntry
|
||||
label: Storage Entry
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
label: Type
|
||||
description: |
|
||||
ixVolume: Is dataset created automatically by the system.</br>
|
||||
Host Path: Is a path that already exists on the system.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ixVolume
|
||||
enum:
|
||||
- value: hostPath
|
||||
description: Host Path (Path that already exists on the system)
|
||||
- value: ixVolume
|
||||
description: ixVolume (Dataset created automatically by the system)
|
||||
- variable: mountPath
|
||||
label: Mount Path
|
||||
description: The path inside the container to mount the storage.
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPath
|
||||
label: Host Path
|
||||
description: The host path to use for storage.
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
required: true
|
||||
- variable: datasetName
|
||||
label: Dataset Name
|
||||
description: The name of the dataset to use for storage.
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["type", "=", "ixVolume"]]
|
||||
required: true
|
||||
immutable: true
|
||||
default: "storage_entry"
|
||||
$ref:
|
||||
- "normalize/ixVolume"
|
||||
|
||||
- variable: resources
|
||||
group: Resources Configuration
|
||||
label: ""
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: limits
|
||||
label: Limits
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: cpu
|
||||
label: CPU
|
||||
description: CPU limit for Radarr.
|
||||
schema:
|
||||
type: string
|
||||
default: 4000m
|
||||
required: true
|
||||
- variable: memory
|
||||
label: Memory
|
||||
description: Memory limit for Radarr.
|
||||
schema:
|
||||
type: string
|
||||
default: 8Gi
|
||||
required: true
|
||||
1
library/ix-dev/charts/radarr/templates/NOTES.txt
Normal file
1
library/ix-dev/charts/radarr/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "ix.v1.common.lib.chart.notes" $ }}
|
||||
12
library/ix-dev/charts/radarr/templates/_portal.tpl
Normal file
12
library/ix-dev/charts/radarr/templates/_portal.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- define "radarr.portal" -}}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: portal
|
||||
data:
|
||||
path: "/"
|
||||
port: {{ .Values.radarrNetwork.webPort | quote }}
|
||||
protocol: http
|
||||
host: $node_ip
|
||||
{{- end -}}
|
||||
101
library/ix-dev/charts/radarr/templates/_radarr.tpl
Normal file
101
library/ix-dev/charts/radarr/templates/_radarr.tpl
Normal file
@@ -0,0 +1,101 @@
|
||||
{{- define "radarr.workload" -}}
|
||||
workload:
|
||||
radarr:
|
||||
enabled: true
|
||||
primary: true
|
||||
type: Deployment
|
||||
podSpec:
|
||||
hostNetwork: {{ .Values.radarrNetwork.hostNetwork }}
|
||||
containers:
|
||||
radarr:
|
||||
enabled: true
|
||||
primary: true
|
||||
imageSelector: image
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.radarrRunAs.user }}
|
||||
runAsGroup: {{ .Values.radarrRunAs.group }}
|
||||
{{ with .Values.radarrConfig.additionalEnvs }}
|
||||
env:
|
||||
{{ range $env := . }}
|
||||
{{ $env.name }}: {{ $env.value }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
env:
|
||||
RADARR__PORT: {{ .Values.radarrNetwork.webPort }}
|
||||
RADARR__INSTANCE_NAME: {{ .Values.radarrConfig.instanceName }}
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.radarrNetwork.webPort }}"
|
||||
path: /
|
||||
# FIXME: Next release will include this endpoint without auth
|
||||
# path: /ping
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.radarrNetwork.webPort }}"
|
||||
path: /
|
||||
# path: /ping
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.radarrNetwork.webPort }}"
|
||||
path: /
|
||||
# path: /ping
|
||||
initContainers:
|
||||
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
|
||||
"UID" .Values.radarrRunAs.user
|
||||
"GID" .Values.radarrRunAs.group
|
||||
"mode" "check"
|
||||
"type" "init") | nindent 8 }}
|
||||
|
||||
{{/* Service */}}
|
||||
service:
|
||||
radarr:
|
||||
enabled: true
|
||||
primary: true
|
||||
type: NodePort
|
||||
targetSelector: radarr
|
||||
ports:
|
||||
webui:
|
||||
enabled: true
|
||||
primary: true
|
||||
port: {{ .Values.radarrNetwork.webPort }}
|
||||
nodePort: {{ .Values.radarrNetwork.webPort }}
|
||||
targetSelector: radarr
|
||||
|
||||
{{/* Persistence */}}
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: {{ .Values.radarrStorage.config.type }}
|
||||
datasetName: {{ .Values.radarrStorage.config.datasetName | default "" }}
|
||||
hostPath: {{ .Values.radarrStorage.config.hostPath | default "" }}
|
||||
targetSelector:
|
||||
radarr:
|
||||
radarr:
|
||||
mountPath: /config
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories/config
|
||||
tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
targetSelector:
|
||||
radarr:
|
||||
radarr:
|
||||
mountPath: /tmp
|
||||
{{- range $idx, $storage := .Values.radarrStorage.additionalStorages }}
|
||||
{{ printf "radarr-%v" (int $idx) }}:
|
||||
enabled: true
|
||||
type: {{ $storage.type }}
|
||||
datasetName: {{ $storage.datasetName | default "" }}
|
||||
hostPath: {{ $storage.hostPath | default "" }}
|
||||
targetSelector:
|
||||
radarr:
|
||||
radarr:
|
||||
mountPath: {{ $storage.mountPath }}
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories{{ $storage.mountPath }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
9
library/ix-dev/charts/radarr/templates/common.yaml
Normal file
9
library/ix-dev/charts/radarr/templates/common.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- include "ix.v1.common.loader.init" . -}}
|
||||
|
||||
{{/* Merge the templates with Values */}}
|
||||
{{- $_ := mustMergeOverwrite .Values (include "radarr.workload" $ | fromYaml) -}}
|
||||
|
||||
{{/* Create the configmap for portal manually*/}}
|
||||
{{- include "radarr.portal" $ -}}
|
||||
|
||||
{{- include "ix.v1.common.loader.apply" . -}}
|
||||
1
library/ix-dev/charts/radarr/upgrade_info.json
Normal file
1
library/ix-dev/charts/radarr/upgrade_info.json
Normal file
@@ -0,0 +1 @@
|
||||
{"filename": "values.yaml", "keys": ["image"]}
|
||||
31
library/ix-dev/charts/radarr/upgrade_strategy
Executable file
31
library/ix-dev/charts/radarr/upgrade_strategy
Executable file
@@ -0,0 +1,31 @@
|
||||
#!/usr/bin/python3
|
||||
import json
|
||||
import re
|
||||
import sys
|
||||
|
||||
from catalog_update.upgrade_strategy import semantic_versioning
|
||||
|
||||
|
||||
RE_STABLE_VERSION = re.compile(r'[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+')
|
||||
|
||||
|
||||
def newer_mapping(image_tags):
|
||||
key = list(image_tags.keys())[0]
|
||||
tags = {t: t for t in image_tags[key] if RE_STABLE_VERSION.fullmatch(t)}
|
||||
version = semantic_versioning(list(tags))
|
||||
if not version:
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: tags[version]},
|
||||
'app_version': version,
|
||||
}
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
versions_json = json.loads(sys.stdin.read())
|
||||
except ValueError:
|
||||
raise ValueError('Invalid json specified')
|
||||
|
||||
print(json.dumps(newer_mapping(versions_json)))
|
||||
25
library/ix-dev/charts/radarr/values.yaml
Normal file
25
library/ix-dev/charts/radarr/values.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/radarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: '4.3.2.6857'
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
|
||||
radarrConfig:
|
||||
instanceName: Radarr
|
||||
additionalEnvs: []
|
||||
radarrNetwork:
|
||||
webPort: 30000
|
||||
hostNetwork: false
|
||||
radarrRunAs:
|
||||
user: 568
|
||||
group: 568
|
||||
radarrStorage:
|
||||
config:
|
||||
type: ixVolume
|
||||
hostPath: ''
|
||||
datasetName: config
|
||||
additionalStorages: []
|
||||
Reference in New Issue
Block a user