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