Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: swo-k8s-collector
version: 5.0.0
version: 5.0.1
appVersion: 0.136.5
description: SolarWinds Kubernetes Integration
keywords:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/templates/obi/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ data:
endpoint: http://swo-gateway:{{ .Values.otel.gateway.otlp_endpoint.port }}
protocol: grpc
interval: {{ quote .Values.otel.metrics.prometheus.scrape_interval }}
features: ["application", "application_service_graph", "network"]
features: ["application", "network"]
{{- end }}
{{- if not .Values.network_topology.config.ebpf }}
ebpf:
context_propagation: all
context_propagation: disabled
{{- end }}
{{- if not .Values.network_topology.config.network }}
network:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,13 +1229,13 @@ operator:
# Currently only Java and Python supported, other languages are TBD
java:
repository: "solarwinds/autoinstrumentation-java"
tag: "3.1.0"
tag: "3.1.1"
nodejs:
repository: ""
tag: ""
python:
repository: "solarwinds/autoinstrumentation-python"
tag: "5.1.0"
tag: "5.2.0"
dotnet:
repository: ""
tag: ""
Expand Down
Loading