Skip to content

Commit ecd8ba4

Browse files
author
Your Name
committed
bump up Version
1 parent ffe1601 commit ecd8ba4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.3
15+
version: 0.2.4
1616
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717
appVersion: 3.2.1
1818
kubeVersion: ""

charts/opencloud-microservices/deployments/timoni/opencloud.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ 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" }}
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

0 commit comments

Comments
 (0)