File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ maintainers:
12
12
13
13
url : https://opencloud.eu
14
14
type : application
15
- version : 0.2.3
15
+ version : 0.2.4
16
16
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
17
17
appVersion : 3.2.1
18
18
kubeVersion : " "
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ bundle: {
21
21
namespace : " opencloud "
22
22
values : {
23
23
repository : {
24
- url : " oci://ghcr.io/opencloud-eu /helm-charts "
24
+ url : " oci://ghcr.io/suse-coder /helm-charts "
25
25
}
26
26
chart : {
27
27
name : " opencloud-microservices "
28
- version : " 0.2.3 "
28
+ version : " 0.2.4 "
29
29
}
30
30
sync : {
31
31
timeout : 10
Original file line number Diff line number Diff line change 75
75
- name : STORAGE_USERS_DATA_SERVER_URL
76
76
value : " http://{{ .appName }}:9158/data"
77
77
78
+ # OC storage driver (posixfs) - set driver to "posix" when opencloud.storage.mode is "posixfs"
79
+ {{- if eq .Values.opencloud.storage.mode "posixfs" }}
80
+ - name : STORAGE_USERS_DRIVER
81
+ value : " posix"
82
+ {{- else }}
83
+ {{- end }}
84
+
78
85
# OC storage driver (decomposed filesystem)
79
86
{{- if eq .Values.services.storageusers.storageBackend.driver "decomposed" }}
80
87
- name : STORAGE_USERS_DRIVER
You can’t perform that action at this time.
0 commit comments