Skip to content

Commit 664632e

Browse files
authored
chore(storage-apps): bumped csiDriverSmb to 1.19.1 (#1600)
1 parent 97bdbf2 commit 664632e

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

charts/storage-apps/Chart.yaml

Lines changed: 11 additions & 10 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.20.0
5+
version: 0.21.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -15,16 +15,17 @@ dependencies:
1515
version: 0.9.1
1616
repository: https://charts.adfinis.com
1717
annotations:
18+
artifacthub.io/containsSecurityUpdates: "true"
1819
artifacthub.io/changes: |
1920
- kind: changed
2021
description: |
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
22+
Updated csiDriverSmb to 1.19.1, including:
23+
- Various CVE fixes
24+
- upgrade csi-resizer to v1.14.0
25+
- enable to use secrets with special characters
26+
- support multiple storage classes creation using helm chart
2827
links:
29-
- name: "3.15.1 Release Notes"
30-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.1"
28+
- name: "v1.19.1 Release Notes"
29+
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.1"
30+
- name: "v1.19.0 Release Notes"
31+
url: "https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.19.0"

charts/storage-apps/README.md

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ csiDriverSmb:
5353
# -- Chart
5454
chart: "csi-driver-smb"
5555
# -- [csi-driver-smb Helm chart](https://github.com/kubernetes-csi/csi-driver-smb/tree/master/charts) version
56-
targetRevision: "1.18.0"
56+
targetRevision: "1.19.1"
5757
# -- Helm values
5858
# @default -- [upstream values](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/charts/latest/csi-driver-smb/values.yaml)
5959
values: {}

0 commit comments

Comments
 (0)