Skip to content

Commit

Permalink
[MLRun] Add API default container (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Dec 24, 2023
1 parent 4dce520 commit f409eb7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mlrun
version: 0.9.19
appVersion: 1.4.0
version: 0.9.20
appVersion: 1.5.2
description: Machine Learning automation and tracking
sources:
- https://github.com/mlrun/mlrun
Expand Down
2 changes: 2 additions & 0 deletions stable/mlrun/templates/api-chief-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
metadata:
labels:
{{- include "mlrun.api.chief.selectorLabels" . | nindent 8 }}
annotations:
kubectl.kubernetes.io/default-container: {{ template "mlrun.name" . }}-{{ .Values.api.name }}
spec:
{{- with .Values.api.image.pullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions stable/mlrun/templates/api-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
metadata:
labels:
{{- include "mlrun.api.worker.selectorLabels" . | nindent 8 }}
annotations:
kubectl.kubernetes.io/default-container: {{ template "mlrun.name" . }}-{{ .Values.api.name }}
spec:
{{- with .Values.api.image.pullSecrets }}
imagePullSecrets:
Expand Down
6 changes: 3 additions & 3 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ api:

image:
repository: mlrun/mlrun-api
tag: 1.4.0
tag: 1.5.2
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -293,7 +293,7 @@ api:

image:
repository: mlrun/log-collector
tag: 1.4.0
tag: 1.5.2
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -509,7 +509,7 @@ ui:

image:
repository: mlrun/mlrun-ui
tag: 1.4.0
tag: 1.5.2
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit f409eb7

Please sign in to comment.