Skip to content

Commit

Permalink
Merge pull request #382 from celo-org/jcortejoso/tx-overload-refactor
Browse files Browse the repository at this point in the history
Adding missing cmdflag to op-tx-overload
  • Loading branch information
jcortejoso authored Aug 16, 2024
2 parents bb5cddb + e09150b commit 6e7d41f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/eigenda-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: eigenda-proxy
apiVersion: v2
version: 0.1.6
version: 0.1.7
description: Helm chart deploying Layr-Labs eigenda-proxy
home: https://clabs.co
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/eigenda-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eigenda-proxy

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

Helm chart deploying Layr-Labs eigenda-proxy

Expand Down
2 changes: 1 addition & 1 deletion charts/op-tx-overload/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: op-tx-overload
description: Generate load on Optimism Bedrock using transactions with random calldata.
type: application
version: 0.2.0
version: 0.2.1
appVersion: "test"
sources:
- https://github.com/celo-org/tx-overload
Expand Down
4 changes: 2 additions & 2 deletions charts/op-tx-overload/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-tx-overload

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: test](https://img.shields.io/badge/AppVersion-test-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: test](https://img.shields.io/badge/AppVersion-test-informational?style=flat-square)

Generate load on Optimism Bedrock using transactions with random calldata.

Expand Down Expand Up @@ -48,4 +48,4 @@ Generate load on Optimism Bedrock using transactions with random calldata.
| tolerations | list | `[]` | Kubernetes tolerations |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder.
19 changes: 19 additions & 0 deletions charts/op-tx-overload/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder.
2 changes: 2 additions & 0 deletions charts/op-tx-overload/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
--eth-rpc={{ .Values.config.ethRpc }} \
--tx-mode={{ .Values.config.txMode }} \
--num-distributors={{ .Values.config.numDistributors }} \
--starting-index=$STARTING_INDEX \
--data-rate={{ .Values.config.dataRate }} \
--log.format={{ .Values.config.logFormat }} \
{{- if .Values.metrics.enabled }}
Expand All @@ -56,6 +57,7 @@ spec:
{{- with .Values.extraArgs }}
{{- toYaml . | nindent 14 }} \
{{- end }}
{{- if .Values.metrics.enabled }}
ports:
- name: metrics
Expand Down

0 comments on commit 6e7d41f

Please sign in to comment.