File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : nx-agents
3
3
description : Nx Cloud Agents Helm Chart
4
4
type : application
5
- version : 1.1 .0
5
+ version : 1.2 .0
6
6
maintainers :
7
7
- name : nx
8
8
url : " https://nx.app/"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ controller:
15
15
deployment :
16
16
port : 9000
17
17
annotations : {}
18
- env : {}
18
+ env : []
19
19
service :
20
20
port : 9000
21
21
type : ClusterIP
@@ -41,6 +41,13 @@ executor:
41
41
42
42
daemonset :
43
43
enabled : true
44
+ tolerations :
45
+ - effect : NoSchedule
46
+ key : kubernetes.io/arch
47
+ value : arm64
48
+ - effect : NoSchedule
49
+ key : kubernetes.io/arch
50
+ value : amd64
44
51
image :
45
52
registry : ' '
46
53
imageName : ubuntu
Original file line number Diff line number Diff line change 15
15
labels :
16
16
name : nx-cloud-workflows-daemon
17
17
spec :
18
+ {{- with .Values.daemonset.tolerations }}
19
+ tolerations :
20
+ {{- toYaml . | nindent 8 }}
21
+ {{- end }}
18
22
containers :
19
23
- name : nx-cloud-workflows-daemon
20
24
image : {{ include "nxCloud.images.daemonset.image" . }}
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ executor:
105
105
# Additionally this feature can be retained, and you can update the provided script to run other things you would like on
106
106
# each node in your cluster.
107
107
daemonset :
108
+ tolerations : []
108
109
image :
109
110
registry : ' '
110
111
imageName : ubuntu
You can’t perform that action at this time.
0 commit comments