• 2.14.0 5e66b6aeb0

    csv: Fix metrics utility fields (#1783)
    Some checks failed
    CI / molecule (--skip-tags=replicas) (push) Failing after 2m32s
    CI / molecule (-t replicas) (push) Failing after 3m52s
    CI / helm (push) Failing after 20s
    CI / no-log (push) Successful in 11s

    alex released this 2024-03-26 13:16:27 +00:00 | 121 commits to main since this release

    The metrics utility fields were configured under the statusDescriptors
    section rather than specDescriptors so displaying those fields in the
    UI wasn't done correctly (not under the Advanced section nor using the
    correct field type).

    This also changes the metrics_utility_configmap descriptor from
    urn:alm:descriptor:com.tectonic.ui:selector:core:v1:ConfigMap to
    urn:alm:descriptor:io.kubernetes:ConfigMap because the first value
    doesn't work.

    Finally, all metrics utility fields are only displayed (in the Advanced
    section) when metrics_utility_enabled is enabled (not default).

    Signed-off-by: Dimitri Savineau dsavinea@redhat.com

    Downloads