diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b96c7f4a0..ee918fa28 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -44,6 +44,6 @@ dependencies: repository: https://nats-io.github.io/k8s/helm/charts/ condition: eventing.enabled - name: localpv-provisioner - version: 4.0.0 + version: 4.1.0 repository: https://openebs.github.io/dynamic-localpv-provisioner condition: localpv-provisioner.enabled diff --git a/chart/README.md b/chart/README.md index 8a361f639..a880fbfc2 100644 --- a/chart/README.md +++ b/chart/README.md @@ -59,7 +59,7 @@ This removes all the Kubernetes components associated with the chart and deletes | https://grafana.github.io/helm-charts | loki-stack | 2.9.11 | | https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 | | https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.14 | -| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.0.0 | +| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.0 | ## Values diff --git a/chart/values.yaml b/chart/values.yaml index 396a4061f..a9cb380e6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -790,3 +790,5 @@ localpv-provisioner: hostpathClass: # -- Enable default hostpath localpv StorageClass. enabled: false + analytics: + enabled: true