File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: 1.40
3
3
description : A Helm chart for deploying LocalAI to a Kubernetes cluster
4
4
name : local-ai
5
5
type : application
6
- version : 3.1 .0
6
+ version : 3.2 .0
Original file line number Diff line number Diff line change 29
29
checksum/config-prompt-templates : {{ include (print $.Template.BasePath "/configmap-prompt-templates.yaml") . | sha256sum }}
30
30
{{- end }}
31
31
spec :
32
+ {{- with .Values.deployment.runtimeClassName }}
33
+ runtimeClassName : {{ . }}
34
+ {{- end }}
32
35
{{- with .Values.deployment.imagePullSecrets }}
33
36
imagePullSecrets :
34
37
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ deployment:
17
17
pullPolicy : IfNotPresent
18
18
imagePullSecrets : []
19
19
# - name: secret-names
20
+
21
+ # # Needed for GPU Nodes
22
+ # runtimeClassName: gpu
20
23
21
24
resources :
22
25
{}
You can’t perform that action at this time.
0 commit comments