We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d38e7f3 + c85189b commit 0a27c13Copy full SHA for 0a27c13
deploy/helm/values.yaml
@@ -1002,16 +1002,16 @@ operator:
1002
# filling this to satisfy subchart requirement
1003
repository: "solarwinds/swi-opentelemetry-collector"
1004
autoInstrumentationImage:
1005
- # Currently only Java is supported, other languages are TBD
+ # Currently only Java and Python supported, other languages are TBD
1006
java:
1007
- repository: "ghcr.io/solarwinds/autoinstrumentation-java"
1008
- tag: "2.9.0"
+ repository: "solarwinds/autoinstrumentation-java"
+ tag: "2.13.0"
1009
nodejs:
1010
repository: ""
1011
tag: ""
1012
python:
1013
- repository: ""
1014
- tag: ""
+ repository: "solarwinds/autoinstrumentation-python"
+ tag: "3.4.0"
1015
dotnet:
1016
1017
0 commit comments