APIService resource is incorrectly generated with v1beta1 while Kubernetes cluster supports v1 #687
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened?:
When installing Prometheus Adapter using Helm, the
APIService
resource in the rendered template is generated withapiVersion: apiregistration.k8s.io/v1beta1
. However, my Kubernetes cluster supportsapiVersion: apiregistration.k8s.io/v1
(verified withkubectl api-versions
).What did you expect to happen?:
The Helm chart should generate the
APIService
resource withapiVersion: apiregistration.k8s.io/v1
, as my Kubernetes cluster does not requirev1beta1
.Anything else we need to know?:
APIService
resource:apiVersion
is set toapiregistration.k8s.io/v1beta1
instead ofapiregistration.k8s.io/v1
.Environment:
kubectl version
): v1.31.2The text was updated successfully, but these errors were encountered: