Skip to content

Commit

Permalink
node-agent v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Feb 28, 2024
1 parent 786c4ba commit ed341be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/node-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: node-agent
description: A Prometheus exporter based on eBPF that gathers comprehensive container metrics.
type: application
version: 0.1.59
version: 0.1.60
appVersion: "1.18.4"
2 changes: 1 addition & 1 deletion charts/node-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: TRACES_ENDPOINT
value: "{{ .Values.tracesEndpoint }}"
{{- end }}
{{- if .Values.otel.logsEndpoint }}
{{- if .Values.logsEndpoint }}
- name: LOGS_ENDPOINT
value: "{{ .Values.logsEndpoint }}"
{{- end }}
Expand Down

0 comments on commit ed341be

Please sign in to comment.