Skip to content

Commit d841fe9

Browse files
Update Helm Docs (#150)
[create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jkremser <535866+jkremser@users.noreply.github.com>
1 parent 7393e5c commit d841fe9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

helmchart/otel-add-on/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# otel-add-on
44

5-
![Version: v0.0.13](https://img.shields.io/badge/Version-v0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.13](https://img.shields.io/badge/AppVersion-v0.0.13-informational?style=flat-square)
5+
![Version: v0.1.0](https://img.shields.io/badge/Version-v0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
66

77
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/otel-add-on)](https://artifacthub.io/packages/search?repo=otel-add-on)
88

@@ -40,7 +40,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
4040

4141
Install specific version:
4242
```bash
43-
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.0
43+
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.13
4444
```
4545

4646
Advanced stuff:
@@ -77,7 +77,8 @@ Example:
7777

7878
```yaml
7979
settings:
80-
metricStoreRetentionSeconds: 60
80+
metricStore:
81+
retentionSeconds: 60
8182
otelCollector:
8283
enabled: true
8384
# <HERE>
@@ -124,7 +125,7 @@ Configuration of `OpenTelemetryCollector` CR is driven by:
124125
> Also if the `alternateExporters` field in the merged config is empty, we will create an implicit exporter that will feed the metrics into KEDA OTel scaler with preconfigured service name.
125126
> If from any reason you would like to disable all the exporters for the OTel collector, add only a dummy `debug` exporter:
126127
> ```bash
127-
> noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.0 \
128+
> noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.13 \
128129
> --set otelOperatorCrs[0].alternateExporters.debug.verbosity=basic \
129130
> --set otelOperatorCrs[0].enabled=true
130131
> ```
@@ -1232,7 +1233,7 @@ admissionWebhooks:
12321233
12331234
(Type: yaml)</td>
12341235
<td>
1235-
values for OTel collector helm chart - these values overrides the defaults defined <a href="https://github.com/open-telemetry/opentelemetry-helm-charts/tree/opentelemetry-collector-0.130.1/charts/opentelemetry-collector/values.yaml">here</a> by default the collector is <code>disabled</code>
1236+
values for OTel collector helm chart - these values overrides the defaults defined <a href="https://github.com/open-telemetry/opentelemetry-helm-charts/tree/opentelemetry-collector-0.110.0/charts/opentelemetry-collector/values.yaml">here</a> by default the collector is <code>disabled</code>
12361237
</td>
12371238
<td>
12381239
<div style="max-width: 200px;">

0 commit comments

Comments
 (0)