Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions charts/storage-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: storage-apps
description: Argo CD app-of-apps config for storage applications
type: application
version: 0.20.0
version: 0.21.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,16 +15,17 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: |
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.1, including:
- Bug/fencing shallow volume
- Fix bug where volumereplication promote/demote would fail
- Support compressed ipv6 addresses
- skip reset quiesce during DeleteVolumeGroupSnapshot
- retry controllerpublish secret fetch on missing clusterId
- pass fsName when mounting from monitor list
Updated csiDriverSmb to 1.19.1, including:
- Various CVE fixes
- upgrade csi-resizer to v1.14.0
- enable to use secrets with special characters
- support multiple storage classes creation using helm chart
links:
- name: "3.15.1 Release Notes"
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.1"
- name: "v1.19.1 Release Notes"
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.1"
- name: "v1.19.0 Release Notes"
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.0"
4 changes: 2 additions & 2 deletions charts/storage-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/storage-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ csiDriverSmb:
# -- Chart
chart: "csi-driver-smb"
# -- [csi-driver-smb Helm chart](https://github.com/kubernetes-csi/csi-driver-smb/tree/master/charts) version
targetRevision: "1.18.0"
targetRevision: "1.19.1"
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/charts/latest/csi-driver-smb/values.yaml)
values: {}
Expand Down
Loading