Skip to content

Commit

Permalink
milvus default to 2.4.18, supports image pull secrets
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <[email protected]>
  • Loading branch information
haorenfsa committed Dec 26, 2024
1 parent d7a4a66 commit 1cb3e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/milvus-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
name: cert
readOnly: true
{{- end }}
imagePullSecrets: {{- toYaml .Values.imagePullSecrets | nindent 8 }}
nodeSelector: {{- toYaml .Values.nodeSelector | nindent 8 }}
securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }}
serviceAccountName: {{ include "chart.serviceAccountName" . | quote }}
Expand Down
2 changes: 2 additions & 0 deletions deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15941,6 +15941,8 @@ spec:
memory: 100Mi
securityContext:
allowPrivilegeEscalation: false
imagePullSecrets:
[]
nodeSelector:
{}
securityContext:
Expand Down

0 comments on commit 1cb3e92

Please sign in to comment.