From d1217ca5daae6b351a76b35912b26e55ecae5f1c Mon Sep 17 00:00:00 2001 From: Felix Niederer Date: Mon, 29 Dec 2025 15:36:39 +0100 Subject: [PATCH] chore(storage-apps): bumped csiDriverSmb to 1.19.1 --- charts/storage-apps/Chart.yaml | 21 +++++++++++---------- charts/storage-apps/README.md | 4 ++-- charts/storage-apps/values.yaml | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/charts/storage-apps/Chart.yaml b/charts/storage-apps/Chart.yaml index b5a8e6c0..5c4b84ee 100644 --- a/charts/storage-apps/Chart.yaml +++ b/charts/storage-apps/Chart.yaml @@ -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 @@ -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" diff --git a/charts/storage-apps/README.md b/charts/storage-apps/README.md index 18f393d1..c459cd64 100644 --- a/charts/storage-apps/README.md +++ b/charts/storage-apps/README.md @@ -1,6 +1,6 @@ # storage-apps -![Version: 0.20.0](https://img.shields.io/badge/Version-0.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for storage applications @@ -42,7 +42,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | csiDriverSmb.destination.namespace | string | `"infra-csi-driver-smb"` | Namespace | | csiDriverSmb.enabled | bool | `false` | Enable csi-driver-smb | | csiDriverSmb.repoURL | string | [repo](https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts) | Repo URL | -| csiDriverSmb.targetRevision | string | `"1.18.0"` | [csi-driver-smb Helm chart](https://github.com/kubernetes-csi/csi-driver-smb/tree/master/charts) version | +| csiDriverSmb.targetRevision | string | `"1.19.1"` | [csi-driver-smb Helm chart](https://github.com/kubernetes-csi/csi-driver-smb/tree/master/charts) version | | csiDriverSmb.values | object | [upstream values](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/charts/latest/csi-driver-smb/values.yaml) | Helm values | | minio | object | - | [minio](https://github.com/minio/minio) | | minio.chart | string | `"minio"` | Chart | diff --git a/charts/storage-apps/values.yaml b/charts/storage-apps/values.yaml index e59794d9..b994f97d 100644 --- a/charts/storage-apps/values.yaml +++ b/charts/storage-apps/values.yaml @@ -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: {}