kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.01k stars 1.01k forks source link

'commonLabels' is deprecated. #5887

Closed therealdwright closed 3 days ago

therealdwright commented 2 weeks ago

Report

'commonLabels' is deprecated. Kustomizations should use 'labels' instead.

Expected Behavior

When running kustomize build . on a modern version there is no deprecation warning.

Actual Behavior

There is a deprecation warning:

# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

Steps to Reproduce the Problem

  1. cd config/default
  2. kustomize build . using kustomize 5.x

Logs from KEDA operator

N/A

KEDA Version

2.14.0

Kubernetes Version

1.27

Platform

Amazon Web Services

Scaler Details

No response

Anything else?

No response

ayushrakesh commented 1 week ago

Hey @therealdwright, is this issue solved? I am interested to work.

therealdwright commented 1 week ago

Yes I already made a PR.