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:
12121313 url : https://opencloud.eu
1414type : application
15- version : 0.2.3
15+ version : 0.2.4
1616# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717appVersion : 3.2.1
1818kubeVersion : " "
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ bundle: {
2121 namespace : " opencloud "
2222 values : {
2323 repository : {
24- url : " oci://ghcr.io/opencloud-eu /helm-charts "
24+ url : " oci://ghcr.io/suse-coder /helm-charts "
2525 }
2626 chart : {
2727 name : " opencloud-microservices "
28- version : " 0.2.3 "
28+ version : " 0.2.4 "
2929 }
3030 sync : {
3131 timeout : 10
Original file line number Diff line number Diff line change 7575 - name : STORAGE_USERS_DATA_SERVER_URL
7676 value : " http://{{ .appName }}:9158/data"
7777
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+
7885 # OC storage driver (decomposed filesystem)
7986 {{- if eq .Values.services.storageusers.storageBackend.driver "decomposed" }}
8087 - name : STORAGE_USERS_DRIVER
You can’t perform that action at this time.
0 commit comments