Skip to content

Commit

Permalink
fix: tracoor single startup flags (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jul 29, 2024
1 parent 188fd52 commit b889ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tracoor-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tracoor-single
description: Ethereum debug data capture and indexer
home: https://github.com/ethpandaops/tracoor
type: application
version: 0.0.1
version: 0.0.2
maintainers:
- name: samcm
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/tracoor-single/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# tracoor-single

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Ethereum debug data capture and indexer

Expand Down
2 changes: 1 addition & 1 deletion charts/tracoor-single/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
{{- else }}
- "/tracoor"
- "single"
- --config=/config.yaml
- --single-config=/config.yaml
{{- if gt (len .Values.args) 0 }}
{{- toYaml .Values.args | nindent 12}}
{{- end }}
Expand Down

0 comments on commit b889ea0

Please sign in to comment.