diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index 0967eb90..d41515a8 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.10.2 +version: 1.10.3 name: openebs appVersion: 1.10.0 description: Containerized Storage for Containers diff --git a/charts/openebs/values.yaml b/charts/openebs/values.yaml index 671c757a..ffc6f35a 100644 --- a/charts/openebs/values.yaml +++ b/charts/openebs/values.yaml @@ -100,7 +100,7 @@ ndm: excludeVendors: "CLOUDBYT,OpenEBS" enablePathFilter: true includePaths: "" - excludePaths: "loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md" + excludePaths: "loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md,/dev/rbd" probes: enableSeachest: false nodeSelector: {}