Skip to content

Commit

Permalink
add support for PowerScale topology
Browse files Browse the repository at this point in the history
  • Loading branch information
YianZong committed Jun 14, 2022
1 parent 439cda9 commit 8e9fda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karavi-observability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.1.1"
name: karavi-observability
description: CSM for Observability is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes storage enablers for Dell EMC storage products. CSM for Observability provides Kubernetes administrators with visibility into metrics and topology data related to containerized storage.
type: application
version: 1.1.1
version: 1.1.2
dependencies:
- name: cert-manager
version: 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion charts/karavi-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ karaviTopology:
image: dellemc/csm-topology:v1.1.0
enabled: true
# comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com)
provisionerNames: csi-vxflexos.dellemc.com,csi-powerstore.dellemc.com
provisionerNames: csi-vxflexos.dellemc.com,csi-powerstore.dellemc.com,csi-isilon.dellemc.com
service:
type: ClusterIP
logLevel: INFO
Expand Down

0 comments on commit 8e9fda1

Please sign in to comment.