UNCLASSIFIED - NO CUI

Skip to content

kiali update to 1.89.7-bb.1

BB_AUTO_MR_TOKEN requested to merge update-kiali-tag-1.89.7-bb.1 into master

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/kiali/-/blob/1.89.7-bb.1/CHANGELOG.md

Package MR

big-bang/product/packages/kiali!267 (merged)

For Issue

Closes (big-bang/product/packages/kiali#187 (closed))

Upgrade Notices

This update changes the labels Kiali looks for by default. Instead of it looking for app and version, it will now look for the app.kubernetes.io/name and app.kubernetes.io/version labels respectively. This change was made to adhere more closely with Kubernetes label recommendations and to clear the majority of the "Missing App"/"Missing Version" errors displayed with a vanilla deployment of Kiali.

Big Bang will be removing the auto-labeling of app and version on helm charts in future releases. This functionality is currently found in chart/templates/_helpers.tpl

The kiali defaults can be restored -- if needed -- by specifying the following in your values.yaml file:

kiali:
 values:
   cr:
     spec:
       istio_labels:
         app_label_name: "app"
         version_label_name: "version"
Edited by Michael Martin

Merge request reports