Skip to content

Commit

Permalink
[karavi-observability] Patch release 1.1.1 (#120)
Browse files Browse the repository at this point in the history
* Update otel-collector-config.yaml

updated tls settings for otel

* Update Chart.yaml

increment helm chart version
  • Loading branch information
hoppea2 authored May 25, 2022
1 parent c2e889d commit 3a44ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 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.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
3 changes: 2 additions & 1 deletion charts/karavi-observability/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ receivers:
otlp:
protocols:
grpc:
tls_settings:
endpoint: 0.0.0.0:55680
tls:
cert_file: /etc/ssl/certs/tls.crt
key_file: /etc/ssl/certs/tls.key

Expand Down

0 comments on commit 3a44ce8

Please sign in to comment.