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 23, 2022
1 parent 451ba5b commit 48ddfe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/karavi-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.2.0"
appVersion: "1.2.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.2.0
version: 1.2.1
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.2.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 48ddfe5

Please sign in to comment.