File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.9.8
4+ ### Fixes
5+ * Add data dir as volume mount to db-migration initContainer and extra initContainers.
6+
37## 1.9.7
48### Improvements
59* Add deployment annotations for rq workers using ` .Values.rqworker.deploymentAnnotations ` .
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.7
8+ version : 1.9.8
99# Label Studio release version
1010appVersion : " 1.16.0"
1111kubeVersion : " >= 1.14.0-0"
Original file line number Diff line number Diff line change 6060 value : " true"
6161 {{- end }}
6262 volumeMounts :
63+ - name : data
64+ mountPath : /label-studio/data
6365 - mountPath : /opt/heartex/instance-data/etc
6466 name : opt-heartex-init
6567 - mountPath : /tmp
9597 value : " true"
9698 {{- end }}
9799 volumeMounts :
100+ - name : data
101+ mountPath : /label-studio/data
98102 - mountPath : /opt/heartex/instance-data/etc
99103 name : opt-heartex-init
100104 - mountPath : /tmp
You can’t perform that action at this time.
0 commit comments