Skip to content

Commit 33748bf

Browse files
committed
fix: update the new entrypoint since v2.0.2
1 parent c8650a1 commit 33748bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hdx-oss-v2/templates/cronjobs/task-checkAlerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: task
2323
image: "{{ .Values.hyperdx.image.repository }}:{{ .Values.hyperdx.image.tag | default .Chart.AppVersion }}"
2424
imagePullPolicy: {{ .Values.hyperdx.image.pullPolicy }}
25-
command: ["node", "/app/api/build/tasks/index.js", "check-alerts"]
25+
command: ["node", "/app/packages/api/tasks/index", "check-alerts"]
2626
envFrom:
2727
- configMapRef:
2828
name: {{ include "hdx-oss.fullname" . }}-app-config

0 commit comments

Comments
 (0)