Skip to content

Commit 3fdf48a

Browse files
authored
chore(storage-apps): Bumped cephCsi driver (#1597)
fix(storage-apps): Bumped cephCsi driver
1 parent 27d7280 commit 3fdf48a

File tree

3 files changed

+15
-40
lines changed

3 files changed

+15
-40
lines changed

charts/storage-apps/Chart.yaml

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: storage-apps
33
description: Argo CD app-of-apps config for storage applications
44
type: application
5-
version: 0.19.0
5+
version: 0.20.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,38 +18,13 @@ annotations:
1818
artifacthub.io/changes: |
1919
- kind: changed
2020
description: |
21-
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.0, including:
22-
- Replication server moved from main controller to CSI-Addons
23-
- Added support for QoS parameters, like limits based on I/O capacity, read/write mix, and maximums.
24-
- New method for SELinux labeling was introduce
25-
- Can now create a ReadWriteMany (PVC) directly from a ReadOnlyMany
26-
- Now supports using the ObjectMap data store within a RADOS namespace.
21+
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.1, including:
22+
- Bug/fencing shallow volume
23+
- Fix bug where volumereplication promote/demote would fail
24+
- Support compressed ipv6 addresses
25+
- skip reset quiesce during DeleteVolumeGroupSnapshot
26+
- retry controllerpublish secret fetch on missing clusterId
27+
- pass fsName when mounting from monitor list
2728
links:
28-
- name: "3.15 Release Notes"
29-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.0"
30-
- name: "3.14.2 Release Notes"
31-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.2"
32-
- name: "3.14.1 Release Notes"
33-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.1"
34-
- name: "3.14 Release Notes"
35-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.0"
36-
- name: "3.13.1 Release Notes"
37-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.1"
38-
- name: "3.13 Release Notes"
39-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.0"
40-
- name: "3.12.3 Release Notes"
41-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.3"
42-
- name: "3.12.1 Release Notes"
43-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.1"
44-
- name: "3.12 Release Notes"
45-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.0"
46-
- name: "3.11 Release Notes"
47-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.11.0"
48-
- name: "3.10.2 Release Notes"
49-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.2"
50-
- name: "3.10.1 Release Notes"
51-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.1"
52-
- name: "3.10 Release Notes"
53-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.0"
54-
- name: "3.9 Release Notes"
55-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.9.0"
29+
- name: "3.15.1 Release Notes"
30+
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.1"

charts/storage-apps/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/storage-apps/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cephCsiRbd:
1313
# -- Chart
1414
chart: "ceph-csi-rbd"
1515
# -- [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version
16-
targetRevision: "3.15.0"
16+
targetRevision: "3.15.1"
1717
# -- Helm values
1818
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/rbd/ceph-csi-rbd/values.yaml)
1919
values: {}
@@ -33,7 +33,7 @@ cephCsiCephfs:
3333
# -- Chart
3434
chart: "ceph-csi-cephfs"
3535
# -- [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version
36-
targetRevision: "3.15.0"
36+
targetRevision: "3.15.1"
3737
# -- Helm values
3838
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/cephfs/ceph-csi-cephfs/values.yaml)
3939
values: {}

0 commit comments

Comments
 (0)