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

This commit is contained in:
Stavros Kois
2022-01-31 22:13:11 +01:00
committed by GitHub
parent 2aae33b43c
commit 03c9014f5e
11 changed files with 2 additions and 27 deletions
@@ -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 -}}
@@ -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" . }}
@@ -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
@@ -0,0 +1 @@
{{ include "common.all" . }}
@@ -15,10 +15,6 @@ env:
TZ: UTC
PUID: 568
envFrom:
- configMapRef:
name: unmanic-config
service:
main:
ports: