From 70e422611eca77bd762635eb7fb9067f3d79cdfd Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Wed, 19 Oct 2022 21:06:21 +0200 Subject: [PATCH] chore(storage/ceph-csi): update to 3.7.1 Signed-off-by: Toni Tauro --- charts/storage-apps/Chart.yaml | 2 +- charts/storage-apps/README.md | 6 +++--- charts/storage-apps/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/storage-apps/Chart.yaml b/charts/storage-apps/Chart.yaml index 2c1d1204d..30f4950f5 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.9.1 +version: 0.10.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps sources: - https://github.com/adfinis/helm-charts diff --git a/charts/storage-apps/README.md b/charts/storage-apps/README.md index 8850a4e53..e5c9fdca3 100644 --- a/charts/storage-apps/README.md +++ b/charts/storage-apps/README.md @@ -1,6 +1,6 @@ # storage-apps -![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.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 @@ -28,14 +28,14 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | cephCsiCephfs.destination.namespace | string | `"infra-storage"` | Namespace | | cephCsiCephfs.enabled | bool | `false` | Enable ceph-csi-cephfs | | cephCsiCephfs.repoURL | string | [repo](https://ceph.github.io/csi-charts) | Repo URL | -| cephCsiCephfs.targetRevision | string | `"3.6.*"` | [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version | +| cephCsiCephfs.targetRevision | string | `"3.7.*"` | [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version | | cephCsiCephfs.values | object | [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/cephfs/ceph-csi-cephfs/values.yaml) | Helm values | | cephCsiRbd | object | - | [ceph-csi-rbd](https://github.com/ceph/ceph-csi/) | | cephCsiRbd.chart | string | `"ceph-csi-rbd"` | Chart | | cephCsiRbd.destination.namespace | string | `"infra-storage"` | Namespace | | cephCsiRbd.enabled | bool | `false` | Enable ceph-csi-rbd | | cephCsiRbd.repoURL | string | [repo](https://ceph.github.io/csi-charts) | Repo URL | -| cephCsiRbd.targetRevision | string | `"3.6.*"` | [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version | +| cephCsiRbd.targetRevision | string | `"3.7.*"` | [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version | | cephCsiRbd.values | object | [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/rbd/ceph-csi-rbd/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 e06abd813..348ab826f 100644 --- a/charts/storage-apps/values.yaml +++ b/charts/storage-apps/values.yaml @@ -13,7 +13,7 @@ cephCsiRbd: # -- Chart chart: "ceph-csi-rbd" # -- [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version - targetRevision: "3.6.*" + targetRevision: "3.7.*" # -- Helm values # @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/rbd/ceph-csi-rbd/values.yaml) values: {} @@ -33,7 +33,7 @@ cephCsiCephfs: # -- Chart chart: "ceph-csi-cephfs" # -- [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version - targetRevision: "3.6.*" + targetRevision: "3.7.*" # -- Helm values # @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/cephfs/ceph-csi-cephfs/values.yaml) values: {}