feat(unmanic): move to stable and remove configmap (#1820)
This commit is contained in:
@@ -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:
|
sources:
|
||||||
- https://github.com/Unmanic/unmanic
|
- https://github.com/Unmanic/unmanic
|
||||||
- https://hub.docker.com/r/josh5/unmanic
|
- https://hub.docker.com/r/josh5/unmanic
|
||||||
version: 0.0.4
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.all" . }}
|
||||||
@@ -15,10 +15,6 @@ env:
|
|||||||
TZ: UTC
|
TZ: UTC
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: unmanic-config
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
Reference in New Issue
Block a user