Skip to content

Commit

Permalink
chore(edge): remove pipeline_id from task results query param
Browse files Browse the repository at this point in the history
Was not used and is now removed from the service.

ref: LOG-18815
  • Loading branch information
aholmberg committed Jan 10, 2024
1 parent 9505db4 commit 7fb3e11
Show file tree
Hide file tree
Showing 2 changed files with 2 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: "1.17.3"
version: 0.6.0
version: 0.6.1
maintainers:
- name: Mezmo
email: help@mezmo.com
2 changes: 1 addition & 1 deletion charts/edge/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: MEZMO_TASKS_FETCH_ENDPOINT_URL
value: "{{include "edge.mezmoApiBaseUrl" . }}/v3/pipeline/account/local-deploy/tasks?edge_id={{include "edge.Id" . | urlquery }}"
- name: MEZMO_TASKS_POST_ENDPOINT_URL
value: "{{include "edge.mezmoApiBaseUrl" . }}/v3/pipeline/account/local-deploy/tasks/:task_id/results?pipeline_id=:pipeline_id"
value: "{{include "edge.mezmoApiBaseUrl" . }}/v3/pipeline/account/local-deploy/tasks/:task_id/results
- name: VECTOR_LOG
value: {{ .Values.logLevel }}
- name: POD_NAME
Expand Down

0 comments on commit 7fb3e11

Please sign in to comment.