You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ghost.arbRpcUrl | string |`nil`| RPC url for ARB |
22
22
| ghost.argsOverride | list |`[]`| args override for the validator |
@@ -32,7 +32,7 @@ A Helm chart for deploying Chronicle Validator on Kubernetes
32
32
| ghost.ethRpcUrl | string |`nil`| RPC URL for ETH |
33
33
| ghost.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 |
34
34
| ghost.gnoRpcUrl | string |`nil`| RPC url for GNO |
35
-
| ghost.image.tag | string |`"0.45.7@sha256:32008d81e18661def3b9c3718096d62834a9985b8ae5b9a288c72434b46a34cb"`| Overrides the image tag whose default is the chart appVersion. |
35
+
| ghost.image.tag | string |`"0.42.2@sha256:66724907b479004e6a46a26175038c5cb88c88c2f47617df6e7fc3741e6d1876"`| Overrides the image tag whose default is the chart appVersion. |
36
36
| ghost.ingress | object |`{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific","port":8000}]}],"tls":[]}`| Ingress for the validator (Do not enable ingress, as libp2p does not support path based routing yet) |
37
37
| ghost.ingress.enabled | bool |`false`| Disabled by default, since there is a bug in libp2p port assignment for dns based routing |
0 commit comments