mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-19 05:21:04 +01:00
9 lines
183 B
Smarty
9 lines
183 B
Smarty
{{/*
|
|
Return the proper image name
|
|
*/}}
|
|
{{- define "ephemerup.image" -}}
|
|
{{ include "common.images.image" (dict "imageRoot" .Values.image "global" .Values.global) }}
|
|
{{- end -}}
|
|
|
|
|