UNCLASSIFIED - NO CUI

Skip to content

512 - fix to allow helm upgrades

Michael Martin requested to merge 512-upgrade_to_1.23.0 into main

upstream added a label to their jaeger-operator.labels helper function. This breaks helm upgrades, as the label is used in the immutable selector field of the Deployment.

The solution is to create a separate helper which is used in the selector to allow helm upgrades to work

Verified the helm upgrade path worked correctly now, and I can reach the UI web server pods through the virtual service on tracing.bigbang.dev

Edited by Michael Martin

Merge request reports