Skip to content

Commit e278481

Browse files
authored
fix: [sc-12212] Watchdog unable to load files (#216)
* Test non-empty password from env var * new image
1 parent 577c7d6 commit e278481

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/validator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 0.3.25
25+
version: 0.3.26
2626

2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to
3030
# follow Semantic Versioning. They should reflect the version the application is using.
3131
# It is recommended to use it with quotes.
32-
appVersion: "0.57.2"
32+
appVersion: "0.57.3"

charts/validator/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# validator
22

3-
![Version: 0.3.25](https://img.shields.io/badge/Version-0.3.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.57.2](https://img.shields.io/badge/AppVersion-0.57.2-informational?style=flat-square)
3+
![Version: 0.3.26](https://img.shields.io/badge/Version-0.3.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.57.3](https://img.shields.io/badge/AppVersion-0.57.3-informational?style=flat-square)
44

55
A Helm chart for deploying Chronicle Validator on Kubernetes
66

@@ -16,7 +16,7 @@ A Helm chart for deploying Chronicle Validator on Kubernetes
1616
| Key | Type | Default | Description |
1717
|-----|------|---------|-------------|
1818
| extraObjects | list | `[]` | Extra K8s manifests to deploy |
19-
| ghost | object | `{"affinity":{},"arbRpcUrl":null,"argsOverride":[],"bnbRpcUrl":null,"chainId":"1","chainName":"eth","chainTxType":null,"commandOverride":[],"env":{"normal":{}},"ethArchRpcUrl":null,"ethConfig":{},"ethRpcUrl":null,"fullnameOverride":"ghost","gnoRpcUrl":null,"image":{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.57.2@sha256:bcdfd647a368ce4bd5f3842e2e4c1c0ac09eb2891751e18381020695dbb5eab1"},"imagePullSecrets":[],"ingress":{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific","port":8000}]}],"tls":[]},"libp2pSubscriptionBufferSize":"4096","libp2pValidateQueueSize":"4096","liveness":{"enabled":true,"livenessProbe":{"httpGet":{"path":"/healthcheck","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"logFormat":"text","logLevel":"info","metrics":{"enabled":true,"port":9090},"mntRpcUrl":null,"nameOverride":"","nodeSelector":{},"optRpcUrl":null,"podAnnotations":{},"podSecurityContext":{},"polRpcUrl":null,"readiness":{"enabled":true,"readinessProbe":{"httpGet":{"path":"/healthcheck","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"replicaCount":1,"resources":{},"rpcUrl":null,"securityContext":{},"service":{"annotations":{},"ports":{"libp2p":{"port":8000,"protocol":"TCP"},"webapi":{"port":8080,"protocol":"TCP"}},"type":"LoadBalancer"},"serviceAccount":{"annotations":{},"create":true,"name":""},"tolerations":[],"watchdogConfigReg":"0x94Fea534aef6df5cF66C2DAE5CE0A05d10C068F3","watchdogInterval":"300s","webApi":{"enabled":true,"listenAddr":"0.0.0.0:8080"}}` | Values for Ghost |
19+
| ghost | object | `{"affinity":{},"arbRpcUrl":null,"argsOverride":[],"bnbRpcUrl":null,"chainId":"1","chainName":"eth","chainTxType":null,"commandOverride":[],"env":{"normal":{}},"ethArchRpcUrl":null,"ethConfig":{},"ethRpcUrl":null,"fullnameOverride":"ghost","gnoRpcUrl":null,"image":{"pullPolicy":"Always","repository":"ghcr.io/chronicleprotocol/ghost","tag":"0.57.3@sha256:cc50f2eb8092dce67584f334cc73ce750a8ede0ca970dd759679df7b40501ee5"},"imagePullSecrets":[],"ingress":{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific","port":8000}]}],"tls":[]},"libp2pSubscriptionBufferSize":"4096","libp2pValidateQueueSize":"4096","liveness":{"enabled":true,"livenessProbe":{"httpGet":{"path":"/healthcheck","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"logFormat":"text","logLevel":"info","metrics":{"enabled":true,"port":9090},"mntRpcUrl":null,"nameOverride":"","nodeSelector":{},"optRpcUrl":null,"podAnnotations":{},"podSecurityContext":{},"polRpcUrl":null,"readiness":{"enabled":true,"readinessProbe":{"httpGet":{"path":"/healthcheck","port":9100},"initialDelaySeconds":30,"periodSeconds":60}},"replicaCount":1,"resources":{},"rpcUrl":null,"securityContext":{},"service":{"annotations":{},"ports":{"libp2p":{"port":8000,"protocol":"TCP"},"webapi":{"port":8080,"protocol":"TCP"}},"type":"LoadBalancer"},"serviceAccount":{"annotations":{},"create":true,"name":""},"tolerations":[],"watchdogConfigReg":"0x94Fea534aef6df5cF66C2DAE5CE0A05d10C068F3","watchdogInterval":"300s","webApi":{"enabled":true,"listenAddr":"0.0.0.0:8080"}}` | Values for Ghost |
2020
| ghost.affinity | object | `{}` | pod Affinity spec applied validator |
2121
| ghost.arbRpcUrl | string | `nil` | RPC url for ARB |
2222
| ghost.argsOverride | list | `[]` | args override for the validator |
@@ -32,7 +32,7 @@ A Helm chart for deploying Chronicle Validator on Kubernetes
3232
| ghost.ethRpcUrl | string | `nil` | RPC URL for ETH |
3333
| 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 |
3434
| ghost.gnoRpcUrl | string | `nil` | RPC url for GNO |
35-
| ghost.image.tag | string | `"0.57.2@sha256:bcdfd647a368ce4bd5f3842e2e4c1c0ac09eb2891751e18381020695dbb5eab1"` | Overrides the image tag whose default is the chart appVersion. |
35+
| ghost.image.tag | string | `"0.57.3@sha256:cc50f2eb8092dce67584f334cc73ce750a8ede0ca970dd759679df7b40501ee5"` | Overrides the image tag whose default is the chart appVersion. |
3636
| 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) |
3737
| ghost.ingress.enabled | bool | `false` | Disabled by default, since there is a bug in libp2p port assignment for dns based routing |
3838
| ghost.libp2pSubscriptionBufferSize | string | `"4096"` | libp2p buffer size |

charts/validator/ci/mainnet-envs-values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ghost:
1818
# GOLOG_LOG_LEVEL: pubsub=debug
1919
# if no .Values.ethConfig.eth*.existingSecret is specified, then the following env vars need to be supplied:
2020
# These are dummy values. please do not use these eth keys at all as you will lose any funds
21-
CFG_ETH_FROM: "0x1e68967a10a30602EbBa297cffeCC3645cB28D99"
22-
CFG_ETH_PASS: ""
23-
CFG_ETH_KEYS: '{"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"22ae1be4ab7cd766e05c03e334deb9d2"},"ciphertext":"56439cc948fbecff1c252f5cede620f65821c6446ddb6d4bfa38f17754555a44","kdf":"scrypt","kdfparams":{"dklen":32,"n":8192,"p":1,"r":8,"salt":"7dcaf2f0196aa5c9d05dc15fac39ec15dbd99db2311813fd3d1d98324faf05c5"},"mac":"191ffca516d2c263402bd03e4cf1a6df60ebc833f489346fefdf0fe89138f305"},"id":"aea697d6-94d9-4433-bd69-4808597b0768","version":3}'
21+
CFG_ETH_FROM: "0x535e1946bD6F571e9E7f53433b3756478586384d"
22+
CFG_ETH_PASS: "test888"
23+
CFG_ETH_KEYS: '{"address":"535e1946bd6f571e9e7f53433b3756478586384d","crypto":{"cipher":"aes-128-ctr","ciphertext":"b782b4988c2ec5904f2adf9b3db0984d0032cfe34e1740e093d724e844fbc453","cipherparams":{"iv":"a34d149bb369fbec1e295352cf733829"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"094aa5e2499767c050a6c817a124d642259b235b52f6d8cb374461ef02b9d2e9"},"mac":"5405b9d0878959fa28d9751b5a0d3ee41c875807c66df69f14d63ee231d43cb7"},"id":"4ca6d42e-5e38-466e-934d-8f0ac799d99c","version":3}'
2424

2525
WATCHDOG_ETH_FROM: "0x0000000000000000000000000000000000000000"

charts/validator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ghost:
1010
repository: ghcr.io/chronicleprotocol/ghost
1111
pullPolicy: Always
1212
# -- Overrides the image tag whose default is the chart appVersion.
13-
tag: "0.57.2@sha256:bcdfd647a368ce4bd5f3842e2e4c1c0ac09eb2891751e18381020695dbb5eab1"
13+
tag: "0.57.3@sha256:cc50f2eb8092dce67584f334cc73ce750a8ede0ca970dd759679df7b40501ee5"
1414

1515
# -- Log level for the validator, can be one of `debug`, `info`, `warning`, `error`
1616
logLevel: info

0 commit comments

Comments
 (0)