Skip to content

Commit

Permalink
feat: add vector version to heartbeat payload
Browse files Browse the repository at this point in the history
Adds the `vector_version` to the heartbeat payload

ref: LOG-19937
  • Loading branch information
matt-march committed Jul 25, 2024
1 parent ee8c124 commit b670106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: https://app.mezmo.com/assets/img/mz-logo-square-128.png
description: A Helm chart for deploying Mezmo Edge
type: application
appVersion: "3.14.1"
version: 1.2.0
version: 1.2.1
maintainers:
- name: Mezmo
email: [email protected]
3 changes: 2 additions & 1 deletion charts/edge/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ name: {{ $.Release.Name }}
deployment_group: {{ .Values.mezmoDeploymentGroup | quote }}
{{- end }}
ports: {{- include "edge.sourcePorts" . | nindent 2 }}
version: edge-{{ $.Chart.Version }}
chart_version: edge-{{ $.Chart.Version }}
vector_version: {{ .Chart.AppVersion }}
{{- end }}

{{/*
Expand Down

0 comments on commit b670106

Please sign in to comment.