Skip to content

Commit

Permalink
chore: change package version
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Dec 23, 2024
1 parent 0113cf2 commit 6a1abed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/operator/app/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

monitoringv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
"github.com/spf13/cobra"
admissionv1beta1 "k8s.io/api/admission/v1beta1"
admissionv1 "k8s.io/api/admission/v1"
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
Expand Down Expand Up @@ -66,7 +66,7 @@ func init() {
utilruntime.Must(podmetricsv1beta1.AddToScheme(scheme))

// Add admission webhook scheme.
utilruntime.Must(admissionv1beta1.AddToScheme(scheme))
utilruntime.Must(admissionv1.AddToScheme(scheme))

// +kubebuilder:scaffold:scheme
}
Expand Down

0 comments on commit 6a1abed

Please sign in to comment.