|
1 | 1 | # validator |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Chronicle Validator on Kubernetes |
6 | 6 |
|
@@ -31,14 +31,14 @@ A Helm chart for deploying Chronicle Validator on Kubernetes |
31 | 31 | | ghost.webApi | object | `{"enabled":true,"listenAddr":"0.0.0.0:8080"}` | WEB API (tor-proxy) | |
32 | 32 | | ghost.webApi.enabled | bool | `true` | Enables the web api and deploys the tor-proxy subchart | |
33 | 33 | | ghost.webApi.listenAddr | string | `"0.0.0.0:8080"` | Listen address for the web api | |
34 | | -| global | object | `{"affinity":{},"chainId":1,"chainName":"eth","chainTxType":"eip1559","fullnameOverride":"ghost","image":{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.61.13@sha256:d230400a477042ff6af80d25725aaad85d8ddbfe32e989a347584d63efaee4bc"},"imagePullSecrets":[],"liveness":{"enabled":true,"livenessProbe":{"httpGet":{"path":"/healthz","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"logFormat":"text","logLevel":"info","metrics":{"enabled":true,"port":9090},"nameOverride":"","nodeSelector":{},"podAnnotations":{},"podSecurityContext":{},"readiness":{"enabled":true,"readinessProbe":{"httpGet":{"path":"/healthz","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"replicaCount":1,"resources":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":"true","name":""},"tolerations":[]}` | Global values for the validator chart, values are used across the chart resources | |
| 34 | +| global | object | `{"affinity":{},"chainId":1,"chainName":"eth","chainTxType":"eip1559","fullnameOverride":"ghost","image":{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.63.0@sha256:89a76dc9a69e90a81964acd53505c420145b59b9a48edf43525650b81e1ca692"},"imagePullSecrets":[],"liveness":{"enabled":true,"livenessProbe":{"httpGet":{"path":"/healthz","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"logFormat":"text","logLevel":"info","metrics":{"enabled":true,"port":9090},"nameOverride":"","nodeSelector":{},"podAnnotations":{},"podSecurityContext":{},"readiness":{"enabled":true,"readinessProbe":{"httpGet":{"path":"/healthz","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"replicaCount":1,"resources":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":"true","name":""},"tolerations":[]}` | Global values for the validator chart, values are used across the chart resources | |
35 | 35 | | global.affinity | object | `{}` | pod Affinity spec applied validator | |
36 | 36 | | global.chainId | int | `1` | chain id for the "target" or "main" chain we use for the validator. Can be mainnet ethereum `1` or sepolia ethereum `11155111` | |
37 | 37 | | global.chainName | string | `"eth"` | chain name for the "target" or "main" chain we use for the validator | |
38 | 38 | | global.chainTxType | string | `"eip1559"` | chain tx type for the "target" or "main" chain we use for the validator. Can be mainnet ethereum `eip1559` or `legacy` | |
39 | 39 | | global.fullnameOverride | string | `"ghost"` | Override the release name to so tor-proxy can work with the default config. NB only change this if you know what you are doing | |
40 | | -| global.image | object | `{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.61.13@sha256:d230400a477042ff6af80d25725aaad85d8ddbfe32e989a347584d63efaee4bc"}` | Image for the validator | |
41 | | -| global.image.tag | string | `"0.61.13@sha256:d230400a477042ff6af80d25725aaad85d8ddbfe32e989a347584d63efaee4bc"` | Overrides the image tag whose default is the chart appVersion. | |
| 40 | +| global.image | object | `{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.63.0@sha256:89a76dc9a69e90a81964acd53505c420145b59b9a48edf43525650b81e1ca692"}` | Image for the validator | |
| 41 | +| global.image.tag | string | `"0.63.0@sha256:89a76dc9a69e90a81964acd53505c420145b59b9a48edf43525650b81e1ca692"` | Overrides the image tag whose default is the chart appVersion. | |
42 | 42 | | global.liveness | object | `{"enabled":true,"livenessProbe":{"httpGet":{"path":"/healthz","port":9100},"initialDelaySeconds":30,"periodSeconds":60}}` | Liveness probe : restart the validator if the healthcheck endpoint is not reachable | |
43 | 43 | | global.logFormat | string | `"text"` | Log format for the validator, can be one of `json`, `text` | |
44 | 44 | | global.logLevel | string | `"info"` | Log level for the validator, can be one of `debug`, `info`, `warning`, `error` | |
|
0 commit comments