Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for PowerScale topology #123

Merged
merged 1 commit into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0"
name: karavi-observability
forrestxia marked this conversation as resolved.
Show resolved Hide resolved
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.3.0
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