What version are you using?
latest helm chart for stellar/soroban-rpc
What did you do?
helm install my-rpc stellar/soroban-rpc --set global.image.sorobanRpc.tag=22.1.1 --set sorobanRpc.persistence.enabled=true --set sorobanRpc.persistence.storageClass=default --set sorobanRpc.resources.limits.cpu=1 --set sorobanRpc.resources.limits.memory=2560Mi
What did you expect to see?
- the chart name should reflect the newer product name of
stellar-rpc
- the deployed pod for rpc instance should be in running state.
What did you see instead?
crashloop backoff on the pod with error logs indicating the captive core cfg file has deprecated settings:
$ kubectl logs my-rpc-soroban-rpc-0
time="2025-03-11T20:24:36.113Z" level=info msg="starting Stellar RPC" commit=05947eaadfbbf7f702659fa42fbe208f30343d26 pid=1 version=22.1.1-05947eaadfbbf7f702659fa42fbe208f30343d26
time="2025-03-11T20:24:36.113Z" level=fatal msg="Invalid captive core toml" error="could not unmarshal captive core toml: these fields are not supported by captive core: [\"EXPERIMENTAL_BUCKETLIST_DB\" \"EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT\"]" pid=1
What version are you using?
latest helm chart for stellar/soroban-rpc
What did you do?
What did you expect to see?
stellar-rpcWhat did you see instead?
crashloop backoff on the pod with error logs indicating the captive core cfg file has deprecated settings: