Skip to content

Commit

Permalink
[Automatic] - Update chart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 authored and github-actions[bot] committed Dec 12, 2024
1 parent 228887b commit cecbb66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The charts are published to the OCI registry at `oci://us-west1-docker.pkg.dev/d
- [op-challenger](./charts/op-challenger/README.md) - A Helm chart for Fault Proof Monitoring
- [op-conductor](./charts/op-conductor/README.md) - Helm chart deploying OP Conductor, a HA controller for op-node
- [op-conductor-mon](./charts/op-conductor-mon/README.md) - A Helm chart for OP Conductor monitoring
- [op-conductor-ops](./charts/op-conductor-ops/README.md) - Celo implementation for OP conductor-ops
- [op-conductor-start-tool](./charts/op-conductor-start-tool/README.md) - OP Conductor start tool Cel2 network
- [op-dispute-mon](./charts/op-dispute-mon/README.md) - A Helm chart for Fault Proof Monitoring
- [op-geth](./charts/op-geth/README.md) - Celo implementation for op-geth execution engine (Optimism Rollup)
Expand Down
24 changes: 5 additions & 19 deletions charts/op-conductor-ops/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# op-conductor-ops

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

Celo implementation for OP proxyd
Celo implementation for OP conductor-ops

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

Expand All @@ -24,34 +24,20 @@ Celo implementation for OP proxyd
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | Kubernetes pod affinity |
| autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | HPA configuration |
| config | string | `""` | Config as string. Minimal example at https://github.com/ethereum-optimism/optimism/blob/develop/proxyd/example.config.toml |
| env | object | `{"NETWORK":"alfajores-cel2"}` | Environment variables |
| fullnameOverride | string | `""` | Chart full name override |
| image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/proxyd/proxyd"` | Image repository |
| image.tag | string | `"v0.2.0"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| image.repository | string | `"us-west1-docker.pkg.dev/devopsre/op-conductor-ops/op-conductor-ops"` | Image repository |
| image.tag | string | `"v0.0.1"` | Image tag Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | Image pull secrets |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `"nginx"` | |
| ingress.enabled | bool | `false` | Enable ingress |
| ingress.hosts | list | `[]` | |
| ingress.tls | list | `[]` | |
| livenessProbe | object | `{"httpGet":{"path":"/healthz","port":"rpc"}}` | Liveness probe configuration |
| metrics.enabled | bool | `true` | Enable metrics |
| metrics.port | int | `9761` | Metrics port |
| nameOverride | string | `""` | Chart name override |
| nodeSelector | object | `{}` | Kubernetes node selector |
| podAnnotations | object | `{}` | Custom pod annotations |
| podLabels | object | `{}` | Custom pod labels |
| podSecurityContext | object | `{}` | Custom pod security context |
| readinessProbe | object | `{"httpGet":{"path":"/healthz","port":"rpc"}}` | Readiness probe configuration |
| replicaCount | int | `1` | Number of deployment replicas |
| resources | object | `{}` | Container resources |
| secretEnv | object | `{}` | Env Vars. mounted from a secret |
| securityContext | object | `{}` | Custom container security context |
| service.rpcPort | int | `8080` | RPC port |
| service.type | string | `"ClusterIP"` | K8S service type |
| service.wsPort | int | `8085` | WS port |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
Expand Down

0 comments on commit cecbb66

Please sign in to comment.