Upgrade from 1.4.x to 2026.7.
Role: Infrastructure engineer
Prerequisites
- Administrative access to the Kubernetes cluster (
kubectl,helm). - Required tools:
helm(Latest version recommended)kubectledbctlversion1.7.0or later — see the edbctl compatibility matrix for the supported version.
Upgrade 1.4.x → 2026.7
HM 2026.7 is the first Innovation Release following LTS 1.4.0. The operator is decoupled from the HM version — you don't need to upgrade the operator Helm chart for this release. The upgrade is a spec.version change applied through the existing operator.
Create new secrets
Run the following command to create the secrets for this release. No new secrets are required in 2026.7, but running this command as part of every upgrade is recommended to keep your credentials current:
edbctl hm create-install-secrets --version v2026.7.0For more CLI options, see edbctl hybrid-manager. To customize your component's secrets, see Customizing secrets.
Apply the updated CR
Update
spec.versiontov2026.7.0in yourHybridControlPlanemanifest and apply it:kubectl apply -f hybridmanager.yamlTrigger the upgrade:
kubectl annotate hybridcontrolplane edbpgai --overwrite edbpgai.com/ready-for-upgrade=true
Monitor progress:
kubectl get hybridcontrolplane edbpgai -w