diff --git a/config/prow/alb_controller.yaml b/config/prow/alb_controller.yaml index e36d74997c..bff9cd551c 100644 --- a/config/prow/alb_controller.yaml +++ b/config/prow/alb_controller.yaml @@ -1,4 +1,4 @@ -apiVersion: apiextensions.k8s.io/v1beta1 +apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: diff --git a/config/prow/prowjob_custromresourcedefinition.yaml b/config/prow/prowjob_custromresourcedefinition.yaml index f6df069f68..9d9bd3eb95 100644 --- a/config/prow/prowjob_custromresourcedefinition.yaml +++ b/config/prow/prowjob_custromresourcedefinition.yaml @@ -1,5 +1,5 @@ --- -apiVersion: apiextensions.k8s.io/v1beta1 +apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: prowjobs.prow.k8s.io