Container Observability upgrade
Container Observability runs as a set of Helm releases across shared services, the frontend and backend, and the South components. Upgrade Container Observability whenever you upgrade the Virtana Platform to 2026.6.1.
This topic describes how to upgrade an existing Container Observability deployment to version 2026.6.1. Complete the procedures in the order shown: first upgrade the shared services, then the frontend and backend, and finally the South components.
Prerequisites
Before you upgrade Container Observability to 2026.6.1, confirm that your environment meets the following requirements:
An existing Container Observability deployment running.
An upgraded Global View 2026.6.1 deployment. The frontend upgrade reads the organization ID from the upgraded Global View and Keycloak.
A Kubernetes cluster with Helm 3.x installed, and access to the cluster from the machine that runs the upgrade.
Access to the Virtana Helm repository and valid Docker registry credentials.
For the shared services upgrade, storage classes for the Solr and Zookeeper persistent volume claims that support volume expansion (
allowVolumeExpansion: true).
What's new in 2026.6.1
Version 2026.6.1 changes several parts of the Container Observability configuration. Review these changes before you prepare your values files:
Shared services deployment tag changed: The shared services deployment tag changes from
tags.oc_shared_services=truetotags.platform=true. Update your deployment commands to use the new tag.Solr and Zookeeper images replaced: The Bitnami Solr and Zookeeper images are replaced. Because the new images store data differently, the upgrade runs a one-time data migration for the shared services. Plan for this migration before you begin.
New frontend namespace variable: A new variable,
FRONTEND_NAMESPACE, identifies the namespace that hosts the Container Observability frontend. You set this variable for each backend deployment.
The following table shows the deployment-tag change for the shared services:
Previous release | Current release |
|---|---|
|
|
Deployments that use the previous tag (tags.oc_shared_services=true) must be updated to use tags.platform=true to remain compatible with this release.
Re-deploy the frontend and backend
After you upgrade the shared services, see Deploy Container Observability Frontend and Backend to re-deploy the CO frontend and one backend per monitored cluster.
Re-deploy the South components
After deploying the frontend and backend, see Deploy Container Observability South to re-deploy the CO South components to collect data from your monitored clusters.