Skip to content

Commit

Permalink
Official xray docker uses another binary path (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
okgolove authored Apr 29, 2021
1 parent 0516341 commit 7bd317c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
name: aws-xray
sources:
- https://github.com/aws/aws-xray-daemon
version: 3.1.0
version: 3.1.1
2 changes: 1 addition & 1 deletion charts/aws-xray/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: xray-daemon
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "/usr/bin/xray", "-c", "/aws/xray/config.yaml" ]
command: [ "/xray", "-c", "/aws/xray/config.yaml" ]
ports:
- name: xray-ingest
containerPort: 2000
Expand Down

0 comments on commit 7bd317c

Please sign in to comment.