Publishing the following models:
{{ range $model := .Values.models }}
  https://huggingface.co/{{ $model.repo }} --> {{ include "modelcar-maker.modelcar-destination-image" (list $model $) }}
{{- end }}

To follow the modelcar-maker logs, run:

```
{{ if .Values.modelcar.imageStream.create }}oc{{ else }}kubectl{{ end }} logs -n {{ .Release.Namespace }} job/{{ include "modelcar-maker.fullname" . }}-{{ include "modelcar-maker.config-hash" . | substr 0 7 }} -f
```
