Skip to content

Commit

Permalink
charts/karavi-observability: Patch v1.1.1 updates (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmilarama authored May 6, 2022
1 parent 2efa23b commit 63b407f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.0"
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.0
version: 1.1.1
dependencies:
- name: cert-manager
version: 1.6.1
Expand Down
4 changes: 2 additions & 2 deletions charts/karavi-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ karaviTopology:
probability: 0.0

karaviMetricsPowerflex:
image: dellemc/csm-metrics-powerflex:v1.1.0
image: dellemc/csm-metrics-powerflex:v1.1.1
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com)
Expand Down Expand Up @@ -53,7 +53,7 @@ karaviMetricsPowerflex:
skipCertificateValidation: true

karaviMetricsPowerstore:
image: dellemc/csm-metrics-powerstore:v1.1.0
image: dellemc/csm-metrics-powerstore:v1.1.1
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-powerstore.dellemc.com)
Expand Down

0 comments on commit 63b407f

Please sign in to comment.