Ethereum evaluation presets
Three new lightweight Ethereum presets are available in the deployment flow: Mainnet, Sepolia, and Hoodi. The deployment Control Panel now lists every preset configuration available for a given network instead of surfacing only one, so you can pick the client combination and footprint that matches your evaluation or production target without leaving the wizard.Simpler installs and upgrades
cpctl install now defaults to the latest available chart version when you omit -v, so first-time installs no longer require looking up a version string. Error messages from the version resolver are clearer about what went wrong — empty tag lists, dev-only registries, and unsupported version jumps are now reported separately.
Upgrades also run without the previous Helm hook step, which removes a class of upgrade-time failures on clusters with restrictive RBAC.