File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.3
4+ - Fixed to make it possible to set app's replicas to 0 again.
5+
36## 1.11.3
47- Make the app's replicas setting optional.
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.3
8+ version : 1.11.4
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,7 @@ metadata:
1212 {{- toYaml .Values.app.labels | nindent 4 }}
1313 {{- end }}
1414spec :
15- {{- if .Values.app.replicas }}
15+ {{- if ne .Values.app.replicas nil }}
1616 replicas : {{ .Values.app.replicas }}
1717 {{- end }}
1818 selector :
You can’t perform that action at this time.
0 commit comments