diff --git a/charts/node-agent/Chart.yaml b/charts/node-agent/Chart.yaml index 464c652..2ce797b 100644 --- a/charts/node-agent/Chart.yaml +++ b/charts/node-agent/Chart.yaml @@ -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" diff --git a/charts/node-agent/templates/daemonset.yaml b/charts/node-agent/templates/daemonset.yaml index 509c979..e278616 100644 --- a/charts/node-agent/templates/daemonset.yaml +++ b/charts/node-agent/templates/daemonset.yaml @@ -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 }} diff --git a/charts/node-agent/values.yaml b/charts/node-agent/values.yaml index 731a1a7..3b05c1c 100644 --- a/charts/node-agent/values.yaml +++ b/charts/node-agent/values.yaml @@ -26,4 +26,4 @@ otel: logsEndpoint: "" profiling: - pyroscopeEndpoint: "" + profilesEndpoint: ""