Skip to content

Commit

Permalink
fix(charts/cognative): remove helm warnings seen during install
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpitz committed Jun 7, 2024
1 parent e3004e8 commit 2c4d096
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/cognative/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords:
- monitoring
- alerting

version: 0.2403.2
version: 0.2403.3

# -- Where can I find additional information about the project?

Expand Down
2 changes: 1 addition & 1 deletion charts/cognative/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cognative

![Version: 0.2403.2](https://img.shields.io/badge/Version-0.2403.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2403.3](https://img.shields.io/badge/Version-0.2403.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

cognative is an opinionated, minimalistic approach to business intelligence 🧠 and operations 🚨. We strongly believe
companies should be able to own their own data, and many solutions out there leave organizations to the whims of
Expand Down
18 changes: 9 additions & 9 deletions charts/cognative/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ cluster:
target_label: Service

# disable these...
otlp: null
jaeger: null
zipkin: null
otlp: {}
jaeger: {}
zipkin: {}

# -- @ignore
processors:
Expand All @@ -205,7 +205,7 @@ cluster:
# -- @ignore
service:
pipelines:
traces: null
traces: {}
metrics:
exporters:
- otlp/2
Expand Down Expand Up @@ -269,10 +269,10 @@ node:
- container.id

# disable these...
prometheus: null
otlp: null
jaeger: null
zipkin: null
prometheus: {}
otlp: {}
jaeger: {}
zipkin: {}

# -- @ignore
processors:
Expand Down Expand Up @@ -313,7 +313,7 @@ node:
# -- @ignore
service:
pipelines:
traces: null
traces: {}
metrics:
exporters:
- otlp/2
Expand Down

0 comments on commit 2c4d096

Please sign in to comment.