×
Back to ITRS Analytics FAQ
How can I tell what version of ITRS Analytics I am running?
You can check the ITRS Analytics version from the Web Console, Admin Console, a Kubernetes ConfigMap, or a support bundle.
Web Console Copied
In the Web Console, click About near the bottom left of the toolbar. The installed version is shown on this page.
Admin Console Copied
When you log in to the Admin Console, the version is displayed on the Dashboard tab.
ConfigMap Copied
Run the following command to read the installation metadata ConfigMap:
kubectl -n itrs-rbac get cm kots-installation-metadata -o yaml
The version is in the replicatedVersionLabel field. Example output:
apiVersion: v1
data:
kotsInstallationMetadata: |-
- date: "2025-07-03 09:57:53"
installedClusterType: "non_ha"
installedAppsType: "beta_apps"
replicatedVersionLabel: "2.11.0+11"
kafkaDiskSize: "100Gi"
Support bundle Copied
In a support bundle, open replicated-sdk/itrs/replicated-xxx/replicated-app-info-stdout.txt. The version is in the versionLabel field under currentRelease. Example output:
{"instanceID":"2yjm2NhjzWUR8HQ9BTMDmbWvhMP","appSlug":"itrs-analytics","appName":"ITRS Analytics",
"appStatus":"ready","helmChartURL":"oci://registry.replicated.com/obcerv-robial/test/replicated",
"currentRelease":{"versionLabel":"2.11.0+12",
"releaseNotes":"# Release 2.11.0+12 - June 16, 2025\n\nSee the [changelog](https://docs.itrsgroup.com/docs/all/itrs-analytics/install-package/changelog-2110-12/index.html).
","createdAt":"2025-06-16T06:24:40.000Z",
"deployedAt":"2025-06-19T18:28:40Z",
"helmReleaseName":"iax-operator",
"helmReleaseRevision":1,
"helmReleaseNamespace":"itrs"},
"channelID":"2qAspgFv8BSvjwzyA50YTJu6mNT",
"channelName":"Stable",
"channelSequence":28,
"releaseSequence":388}
["Geneos"]
["FAQ"]