Skip to content

Commit

Permalink
Merge pull request #3 from OffchainLabs/at/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
a-thomas-22 authored Jan 26, 2024
2 parents 94c53f3 + e610255 commit c9e11f1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/nitro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.1.10
version: 0.1.11

appVersion: "v2.2.2-8f33fea"
2 changes: 1 addition & 1 deletion charts/nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| `affinity` | Affinity for the pod | `{}` |
| `additionalVolumeClaims` | Additional volume claims for the pod | `[]` |
| `configmap.enabled` | Enable a configmap for the nitro container | `true` |
| `confimap.data` | See Configuration Options for the full list of options | |
| `configmap.data` | See Configuration Options for the full list of options | |
| `configmap.data.http.addr` | Address to bind http service to | `0.0.0.0` |
| `configmap.data.http.api` | List of apis to enable | `["arb","personal","eth","net","web3","txpool","arbdebug"]` |
| `configmap.data.http.corsdomain` | CORS domain | `*` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ additionalVolumeClaims: []
configmap:
## @param configmap.enabled Enable a configmap for the nitro container
enabled: true
## @extra confimap.data See Configuration Options for the full list of options
## @extra configmap.data See Configuration Options for the full list of options
data:
## @param configmap.data.http.addr Address to bind http service to
## @param configmap.data.http.api List of apis to enable
Expand Down
2 changes: 1 addition & 1 deletion charts/relay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.1.6
version: 0.1.7

appVersion: "v2.2.2-8f33fea"
2 changes: 1 addition & 1 deletion charts/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
| Name | Description | Value |
| ---------------------------------------------------------- | ------------------------------------------------------ | --------- |
| `configmap.enabled` | Enable configmap | `true` |
| `confimap.data` | See Configuration Options for the full list of options | |
| `configmap.data` | See Configuration Options for the full list of options | |
| `configmap.data.chain.id` | Chain id | `42161` |
| `configmap.data.log-type` | Log type | `json` |
| `configmap.data.metrics` | Enable metrics | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ affinity: {}
configmap:
## @param configmap.enabled Enable configmap
enabled: true
## @extra confimap.data See Configuration Options for the full list of options
## @extra configmap.data See Configuration Options for the full list of options
data:
## @param configmap.data.chain.id Chain id
chain:
Expand Down

0 comments on commit c9e11f1

Please sign in to comment.