Skip to content

Commit

Permalink
node-agent v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jan 18, 2024
1 parent ca3fae2 commit eb8eb1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.53
appVersion: "1.16.2"
version: 0.1.54
appVersion: "1.17.0"
4 changes: 2 additions & 2 deletions charts/node-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ spec:
- name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT
value: "{{ .Values.otel.logsEndpoint }}"
{{- end }}
{{- if .Values.profiling.pyroscopeEndpoint }}
{{- if .Values.profiling.profilesEndpoint }}
- name: PROFILES_ENDPOINT
value: "{{ .Values.profiling.pyroscopeEndpoint }}"
value: "{{ .Values.profiling.profilesEndpoint }}"
{{- end }}
{{- with .Values.env }}
{{- . | toYaml | nindent 12 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/node-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ otel:
logsEndpoint: ""

profiling:
pyroscopeEndpoint: ""
profilesEndpoint: ""

0 comments on commit eb8eb1d

Please sign in to comment.