Skip to content

Commit 5934997

Browse files
author
Your Name
committed
Bump up Version
1 parent 9d35cf2 commit 5934997

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

charts/opencloud-microservices/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
1313
url: https://opencloud.eu
1414
type: application
15-
version: 0.2.4
15+
version: 0.2.5
1616
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717
appVersion: 3.2.1
1818
kubeVersion: ""

charts/opencloud-microservices/deployments/timoni/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ data:
4242
###############################################################################
4343
# Persistence StorageClass and AccessModes (global defaults)
4444
###############################################################################
45-
PERSISTENCE_STORAGE_CLASS_NAME: ""
45+
PERSISTENCE_STORAGE_CLASS_NAME: "ceph-cephfs"
4646
# Comma-separated for runtime to split into a list, e.g. "ReadWriteMany" or "ReadWriteOnce,ReadOnlyMany"
47-
PERSISTENCE_ACCESS_MODES: "ReadWriteOnce"
47+
PERSISTENCE_ACCESS_MODES: "ReadWriteMany"
4848

4949
###############################################################################
5050
# Persistence (service PVC sizes and toggles)

charts/opencloud-microservices/templates/storageusers/deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ spec:
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" }}
78+
# OC storage driver (posixfs) - set driver to "posix" when services.storageusers.storageBackend.driver is "posix"
79+
{{- if eq .Values.services.storageusers.storageBackend.driver "posix" }}
8080
- name: STORAGE_USERS_DRIVER
8181
value: "posix"
82-
{{- else }}
8382
{{- end }}
8483

8584
# OC storage driver (decomposed filesystem)

0 commit comments

Comments
 (0)