Skip to content

Commit 5a41fb2

Browse files
committed
label-studi: fix data dir mount for initContainers
1 parent 94fce9a commit 5a41fb2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

heartex/label-studio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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`.

heartex/label-studio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ home: https://labelstud.io/
55
type: application
66
icon: 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
1010
appVersion: "1.16.0"
1111
kubeVersion: ">= 1.14.0-0"

heartex/label-studio/templates/app-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ spec:
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
@@ -95,6 +97,8 @@ spec:
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

0 commit comments

Comments
 (0)