Skip to content

Commit

Permalink
[Automatic] - Update chart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored and github-actions[bot] committed Aug 1, 2024
1 parent 78d2193 commit 7346dde
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The charts are published to the OCI registry at `oci://us-west1-docker.pkg.dev/d
- [odis-signer](./charts/odis-signer/README.md) - Helm chart for deploying Celo ODIS signer
- [op-batcher](./charts/op-batcher/README.md) - Celo implementation for op-batcher client (Optimism Rollup)
- [op-bootnode](./charts/op-bootnode/README.md) - Celo implementation for op-bootnode (Optimism Rollup)
- [op-conductor](./charts/op-conductor/README.md) - Helm chart deploying OP Conductor, a HA controller for op-node
- [op-geth](./charts/op-geth/README.md) - Celo implementation for op-geth execution engine (Optimism Rollup)
- [op-node](./charts/op-node/README.md) - Celo implementation for op-node consensus engine (Optimism Rollup)
- [op-proposer](./charts/op-proposer/README.md) - Celo implementation for op-proposer client (Optimism Rollup)
Expand Down
84 changes: 84 additions & 0 deletions charts/op-conductor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# op-conductor

![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) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)

Helm chart deploying OP Conductor, a HA controller for op-node

**Homepage:** <https://clabs.co>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| cLabs | <devops@clabs.co> | <https://clabs.co> |

## Source Code

* <https://github.com/Layr-Labs/eigenda-proxy/tree/main>
* <https://celo.org>
* <https://docs.celo.org>
* <https://clabs.co>
* <https://github.com/celo-org>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config.consensus.addr | string | `"0.0.0.0"` | |
| config.consensus.port | int | `50050` | |
| config.execution.rpc | string | `"http://op-geth:8545"` | |
| config.healthcheck.interval | int | `0` | |
| config.healthcheck.minPeerCount | int | `0` | |
| config.healthcheck.safeEnabled | bool | `false` | |
| config.healthcheck.safeInterval | int | `1200` | |
| config.healthcheck.unsafeInterval | int | `0` | |
| config.log.format | string | `"json"` | |
| config.log.level | string | `"INFO"` | |
| config.metrics.addr | string | `"0.0.0.0"` | |
| config.metrics.enabled | bool | `true` | |
| config.metrics.port | int | `7300` | |
| config.network | string | `""` | |
| config.node.rpc | string | `"http://op-node:8547"` | |
| config.paused | bool | `false` | |
| config.raft.bootstrap | bool | `false` | |
| config.raft.server.id | int | `1` | |
| config.raft.storage.dir | string | `"/raft"` | |
| config.rpc.addr | string | `"0.0.0.0"` | |
| config.rpc.enableAdmin | bool | `false` | |
| config.rpc.enableProxy | bool | `true` | |
| config.rpc.port | int | `8545` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"us-docker.pkg.dev/oplabs-tools-artifacts/images/op-conductor"` | |
| image.tag | string | `"v0.0.1-rc.4"` | |
| init.image.pullPolicy | string | `"IfNotPresent"` | |
| init.image.repository | string | `"alpine"` | |
| init.image.tag | float | `3.19` | |
| init.rollup.url | string | `"https://storage.googleapis.com/cel2-rollup-files/dango/rollup.json"` | |
| persistence.mountPath | string | `"/raft"` | |
| persistence.pvc.accessMode | string | `"ReadWriteOnce"` | |
| persistence.pvc.annotations | string | `nil` | |
| persistence.pvc.size | string | `"1Gi"` | |
| persistence.pvc.storageClass | string | `""` | |
| persistence.type | string | `"pvc"` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| secrets.jwt.secretKey | string | `""` | |
| secrets.jwt.secretName | string | `""` | |
| secrets.jwt.value | string | `""` | |
| services.consensus.annotations | object | `{}` | |
| services.consensus.clusterIPs | list | `[]` | |
| services.consensus.loadBalancerIPs | list | `[]` | |
| services.consensus.port | int | `50050` | |
| services.consensus.publishNotReadyAddresses | bool | `true` | |
| services.consensus.type | string | `"ClusterIP"` | |
| services.rpc.annotations | object | `{}` | |
| services.rpc.clusterIPs | list | `[]` | |
| services.rpc.loadBalancerIPs | list | `[]` | |
| services.rpc.port | int | `8545` | |
| services.rpc.publishNotReadyAddresses | bool | `true` | |
| services.rpc.type | string | `"ClusterIP"` | |
| statefulset.annotations | object | `{}` | |
| statefulset.podAnnotations | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder.
2 changes: 1 addition & 1 deletion charts/op-proposer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-proposer

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-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.5](https://img.shields.io/badge/Version-0.1.5-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)

Celo implementation for op-proposer client (Optimism Rollup)

Expand Down

0 comments on commit 7346dde

Please sign in to comment.