add image to template
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
name: ersatztv
|
name: ersatztv
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|
||||||
image:
|
|
||||||
repository: jasongdove/ersatztv
|
|
||||||
tag: v25.2.0
|
|
||||||
|
|
||||||
hwAccl:
|
hwAccl:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.name }}
|
- name: {{ .Values.name }}
|
||||||
{{- if .Values.hwAccl.enabled }}
|
{{- if .Values.hwAccl.enabled }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}-vaapi"
|
image: "jasongdove/ersatzt:v25.2.0-vaapi"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "jasongdove/ersatzt:v25.2.0"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user