Skip to content

Commit 0a27c13

Browse files
Merge pull request #939 from cheempz/NH-81448-update-images
NH-81448 update to latest dockerhub images
2 parents d38e7f3 + c85189b commit 0a27c13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: deploy/helm/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1002,16 +1002,16 @@ operator:
10021002
# filling this to satisfy subchart requirement
10031003
repository: "solarwinds/swi-opentelemetry-collector"
10041004
autoInstrumentationImage:
1005-
# Currently only Java is supported, other languages are TBD
1005+
# Currently only Java and Python supported, other languages are TBD
10061006
java:
1007-
repository: "ghcr.io/solarwinds/autoinstrumentation-java"
1008-
tag: "2.9.0"
1007+
repository: "solarwinds/autoinstrumentation-java"
1008+
tag: "2.13.0"
10091009
nodejs:
10101010
repository: ""
10111011
tag: ""
10121012
python:
1013-
repository: ""
1014-
tag: ""
1013+
repository: "solarwinds/autoinstrumentation-python"
1014+
tag: "3.4.0"
10151015
dotnet:
10161016
repository: ""
10171017
tag: ""

0 commit comments

Comments
 (0)