Skip to content

Commit ffe1601

Browse files
author
Your Name
committed
Bump up Version
1 parent 22f1ed3 commit ffe1601

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2
15+
version: 0.2.3
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: "ceph-cephfs"
45+
PERSISTENCE_STORAGE_CLASS_NAME: ""
4646
# Comma-separated for runtime to split into a list, e.g. "ReadWriteMany" or "ReadWriteOnce,ReadOnlyMany"
47-
PERSISTENCE_ACCESS_MODES: "ReadWriteMany"
47+
PERSISTENCE_ACCESS_MODES: "ReadWriteOnce"
4848

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

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/suse-coder/helm-charts"
24+
url: "oci://ghcr.io/opencloud-eu/helm-charts"
2525
}
2626
chart: {
2727
name: "opencloud-microservices"
28-
version: "0.2.2"
28+
version: "0.2.3"
2929
}
3030
sync: {
3131
timeout: 10

0 commit comments

Comments
 (0)