diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index fdab7222..c1672aad 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -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: diff --git a/deploy/helm/templates/obi/configmap.yaml b/deploy/helm/templates/obi/configmap.yaml index a286256d..2c0502f6 100644 --- a/deploy/helm/templates/obi/configmap.yaml +++ b/deploy/helm/templates/obi/configmap.yaml @@ -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: diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 39510eca..46734d85 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -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: ""