This is like a bug in the CircleCI release agent. This has been demonstrated with https://github.com/circle-makotom/playground-20260416-multi-deployments
Repro:
  1. Configure a SCM repository, CircleCI project and the K8s release agent accordingly.
  2. Set up two (or more K8s if you want) resource
    deployment
    resource which has the same
    circleci.com/component-name:
    property value. For instance, the above repository has
    nginx
    and
    apache-httpd
    both of which has
    circleci.com/component-name: 20260416-multi-deployments-component
    in their labels.
  3. Run deployment (see the
    config.yml
    )
Expected results:
There would be a single row appearing in the Deploy dashboard that represents the single components having multiple deployments.
Actual results:
Two rows actually appeared in the Deploy dashboard - one of them would be tagged as "redeploy" - in the Deploy dashboard.