File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.9.11
4+ - Added ` args ` to ` sidecarContainers ` .
5+
36## 1.9.9
47- Upgraded Label Studio application version to 1.17.0
58
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ home: https://labelstud.io/
55type : application
66icon : https://raw.githubusercontent.com/heartexlabs/label-studio/master/images/logo.png
77# Chart version
8- version : 1.9.10
8+ version : 1.9.11
99# Label Studio release version
1010appVersion : " 1.18.0"
1111kubeVersion : " >= 1.14.0-0"
Original file line number Diff line number Diff line change @@ -323,6 +323,9 @@ spec:
323323 - name : {{ .name }}
324324 image : {{ .image }}
325325 imagePullPolicy : {{ .imagePullPolicy | default "IfNotPresent" }}
326+ {{- if .args }}
327+ args : {{ .args }}
328+ {{- end }}
326329 {{- if .securityContext }}
327330 securityContext : {{ toYaml .securityContext | nindent 12 }}
328331 {{- end }}
Original file line number Diff line number Diff line change 769769 "imagePullPolicy" : {
770770 "type" : " string"
771771 },
772+ "args" : {
773+ "type" : " object" ,
774+ "additionalProperties" : true
775+ },
772776 "securityContext" : {
773777 "type" : " object" ,
774778 "additionalProperties" : true
You can’t perform that action at this time.
0 commit comments