Skip to content

Incorrect labels in Chart v0.13.1 - extra Listener pods #4346

@chrede88

Description

@chrede88

Checks

Controller Version

0.13.1

Deployment Method

Helm

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions).
  • I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes

To Reproduce

1. Update charts to v0.31.1
2. Notice extra Listener pod and incorrect labels (still referring to 0.13.0)

Describe the bug

The most recent version of the action runner charts apply incorrect labels - still referring to 0.13.0, instead of 0.13.1.
This results in the controller not removing the old AutoscalingListener when creating the new one. As a result, two listener pods are scheduled and conflicting.

If the old AutoscalingListener is removed the issue is resolved, but all resources still have the wrong version labels.

Here is the current yaml manifest as per my cluster (running v0.13.1):

apiVersion: actions.github.com/v1alpha1
kind: AutoscalingListener
metadata:
  labels:
    app.kubernetes.io/part-of: gha-runner-scale-set
    app.kubernetes.io/version: 0.13.0
    helm.sh/chart: gha-rs-0.13.0_8c7de2bc84e9
spec:
  image: ghcr.io/actions/gha-runner-scale-set-controller:0.13.1

Describe the expected behavior

Correct version labels are applied to the resources.

Additional Context

N.A.

Controller Logs

N.A.

Runner Pod Logs

N.A.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggha-runner-scale-setRelated to the gha-runner-scale-set modeneeds triageRequires review from the maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions