feat(unmanic): move to stable and remove configmap (#1820)

This commit is contained in:
Stavros Kois 2022-01-31 23:13:11 +02:00 committed by GitHub
parent 2aae33b43c
commit 03c9014f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 2 additions and 27 deletions

View File

@ -1,14 +0,0 @@
{{/* Define the configmap */}}
{{- define "unmanic.configmap" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: unmanic-config
data:
{{- if .Values.scaleGPU }}
NVIDIA_VISIBLE_DEVICES: "all"
{{- else }}
NVIDIA_VISIBLE_DEVICES: "void"
{{- end }}
{{- end -}}

View File

@ -1,8 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render configmap for unmanic */}}
{{- include "unmanic.configmap" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

@ -18,7 +18,7 @@ name: unmanic
sources:
- https://github.com/Unmanic/unmanic
- https://hub.docker.com/r/josh5/unmanic
version: 0.0.4
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@ -15,10 +15,6 @@ env:
TZ: UTC
PUID: 568
envFrom:
- configMapRef:
name: unmanic-config
service:
main:
ports: