Skip to content

Commit

Permalink
[MLRun] Add API default container [Integ_3.5] (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Dec 24, 2023
1 parent 29667d8 commit 8148093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun
version: 0.8.31
version: 0.8.32
appVersion: 1.4.0
description: Machine Learning automation and tracking
sources:
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

0 comments on commit 8148093

Please sign in to comment.