Skip to content

Commit

Permalink
fix: use the modelix/model-server image instead of modelix/modelix-model
Browse files Browse the repository at this point in the history
The tag modelix/modelix-model was deprecated and is not published anymore.
  • Loading branch information
slisson committed Dec 12, 2024
1 parent 2d19f1e commit a7434aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/modelix/templates/common/model-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: "MODELIX_JWK_FILE"
value: /secrets/jwk/
{{- include "modelix.authorizationConfig" . | nindent 12 }}
image: "{{ .Values.dockerProxy.prefix }}modelix/modelix-model:{{ .Values.imageTags.model | default .Values.versions.modelix.core }}"
image: "{{ .Values.dockerProxy.prefix }}modelix/model-server:{{ .Values.imageTags.model | default .Values.versions.modelix.core }}"
imagePullPolicy: IfNotPresent
name: model
ports:
Expand Down

0 comments on commit a7434aa

Please sign in to comment.