Skip to content

Commit

Permalink
charts/karavi-observability: Version fix for csm-metrics-powerscale (#…
Browse files Browse the repository at this point in the history
…148)

* Update otel-collector-config.yaml

updated tls settings for otel

* Update Chart.yaml

increment helm chart version

* Update otel-collector-config.yaml

updating correct tls settings

* Update otel-collector-config.yaml

update tls settings

* update observability metric service immage taags for CSM .3 release (#124)

* align authorization sidecar with CSM 1.3 release (#126)

* add support for PowerScale topology (#123)

* Rollback otel-collecter image version to 0.42.0 (#131)

* Update code owners list (#132)

* Add more code owners

* chart/csm-authorization: Release v1.3.0 updates (#128)

* [charts/csm-authorization] feature-261: Authorization helm chart (#109)
* use 1.3.0 (#125)

Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: EvgenyUglov <[email protected]>

Co-authored-by: sharmilarama <[email protected]>
Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: EvgenyUglov <[email protected]>

* Correct codeowners format (#133)

* add support for csm-metrics-powerscale (#129)

Add powerscale configuration to support csm-metrics-powerscale:
  - Add karavi-metrics-powerscale.yaml, karavi-metrics-powerscale.yaml;
  - Add pscale configuration to karavi-observability-configmap.yaml,
  values.yaml, cert-manager.yaml and NOTES.txt.

* Adjust PowerScale polling enable and frequency (#134)

The new enable and frequency are:
capacityMetricsEnabled: "true"
performanceMetricsEnabled: "true"
clusterCapacityPollFrequencySeconds: 30
clusterPerformancePollFrequencySeconds: 20
quotaCapacityPollFrequencySeconds: 30

Co-authored-by: Yiming Bao <[email protected]>

* enable authorization for csm observability powerscale (#135)

* Update Authorization sidecar image to 1.4.0 (#138)

* Update observability image tags for CSM 1.4 release (#142)

Co-authored-by: Yiming Bao <[email protected]>

* Update csm-metrics-powerscale to 1.0.0 (#147)

Update csm-metrics-powerscale to 1.0.0 to accommodate csm-metrics-powerscale release

Co-authored-by: hoppea2 <[email protected]>
Co-authored-by: shaynafinocchiaro <[email protected]>
Co-authored-by: Sharmila Ramamoorthy <[email protected]>
Co-authored-by: YianZong <[email protected]>
Co-authored-by: taohe1012 <[email protected]>
Co-authored-by: forrestxia <[email protected]>
Co-authored-by: sharmilarama <[email protected]>
Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: EvgenyUglov <[email protected]>
Co-authored-by: Yiming Bao <[email protected]>
Co-authored-by: bjiang27 <[email protected]>
  • Loading branch information
12 people authored Sep 21, 2022
1 parent 51185b2 commit 405a4de
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.3.0"
appVersion: "1.3.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.3.0
version: 1.3.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 @@ -79,7 +79,7 @@ karaviMetricsPowerstore:
probability: 0.0

karaviMetricsPowerscale:
image: dellemc/csm-metrics-powerscale:v1.3.0
image: dellemc/csm-metrics-powerscale:v1.0.0
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-isilon.dellemc.com)
Expand Down

0 comments on commit 405a4de

Please sign in to comment.