File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
charts/github-actions-runners Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : github-actions-runners
33description : A Helm chart for provisioning Github Actions runners
44type : application
5- version : 0.3.0
5+ version : 0.3.1
66maintainers :
77 - name : SweetOps
Original file line number Diff line number Diff line change 6262 tolerations :
6363 {{- toYaml . | nindent 8 }}
6464 {{- end }}
65+ {{- with (default $.Values.global.topologySpreadConstraints .topologySpreadConstraints) }}
66+ topologySpreadConstraints :
67+ {{- toYaml . | nindent 8 }}
68+ {{- end }}
6569 resources :
6670 {{- toYaml (default $.Values.global.resources .resources) | nindent 8 }}
6771 {{- with (default $.Values.global.env .env) }}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ global:
1919 nodeSelector : {}
2020 tolerations : []
2121 affinity : {}
22+ topologySpreadConstraints : {}
2223
2324 serviceAccount :
2425 # Specifies whether a service account should be created
@@ -116,6 +117,8 @@ runnerDeployments:
116117
117118 affinity : {}
118119
120+ topologySpreadConstraints : {}
121+
119122 env :
120123 []
121124 # - name: RUNNER_FEATURE_FLAG_EPHEMERAL
You can’t perform that action at this time.
0 commit comments