File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.3
4+ - Make the app's replicas setting optional.
5+
36## 1.11.2
47- Running RQ workers with the scheduler component.
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.11.2
8+ version : 1.11.3
99# Label Studio release version
1010appVersion : " 1.20.0"
1111kubeVersion : " >= 1.14.0-0"
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ metadata:
1212 {{- toYaml .Values.app.labels | nindent 4 }}
1313 {{- end }}
1414spec :
15+ {{- if .Values.app.replicas }}
1516 replicas : {{ .Values.app.replicas }}
17+ {{- end }}
1618 selector :
1719 matchLabels :
1820 {{- include "ls-app.selectorLabels" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments