Skip to content

Commit 18059cc

Browse files
committed
Hard code otel version until 0.112.0 is fixed
1 parent d4e7048 commit 18059cc

File tree

1 file changed

+1
-1
lines changed
  • content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/2-preparation

1 file changed

+1
-1
lines changed

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/2-preparation/1-otel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To install the collector run the following command, do **NOT** edit this:
4545
{{% tab title="Helm Install" %}}
4646

4747
```bash
48-
helm install splunk-otel-collector \
48+
helm install splunk-otel-collector --version 0.111.0 \
4949
--set="operator.enabled=true", \
5050
--set="certmanager.enabled=true", \
5151
--set="splunkObservability.realm=$REALM" \

0 commit comments

Comments
 (0)