From e5062b90215c54e25f316b96a98841847efe636a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Wed, 11 Dec 2024 08:45:56 +0100 Subject: [PATCH 1/2] Remove conversion webhook config in EventPolicy CRD As we don't have multiple EP versions yet, we don't need the conversion webhook configuration in the EventPolicy CRD --- config/core/resources/eventpolicy.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/core/resources/eventpolicy.yaml b/config/core/resources/eventpolicy.yaml index b68003ac1af..f6c6dfbc5bc 100644 --- a/config/core/resources/eventpolicy.yaml +++ b/config/core/resources/eventpolicy.yaml @@ -209,11 +209,3 @@ spec: - knative - eventing scope: Namespaced - conversion: - strategy: Webhook - webhook: - conversionReviewVersions: ["v1", "v1beta1"] - clientConfig: - service: - name: eventing-webhook - namespace: knative-eventing From 284225aad707cee89b07afcda23a08c77d31a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Wed, 11 Dec 2024 11:27:06 +0100 Subject: [PATCH 2/2] run `make generate-release` --- openshift/release/artifacts/eventing-core.yaml | 8 -------- openshift/release/artifacts/eventing-crds.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/openshift/release/artifacts/eventing-core.yaml b/openshift/release/artifacts/eventing-core.yaml index 65533411eae..941f6f1ff35 100644 --- a/openshift/release/artifacts/eventing-core.yaml +++ b/openshift/release/artifacts/eventing-core.yaml @@ -2901,14 +2901,6 @@ spec: - knative - eventing scope: Namespaced - conversion: - strategy: Webhook - webhook: - conversionReviewVersions: ["v1", "v1beta1"] - clientConfig: - service: - name: eventing-webhook - namespace: knative-eventing --- # Copyright 2020 The Knative Authors # diff --git a/openshift/release/artifacts/eventing-crds.yaml b/openshift/release/artifacts/eventing-crds.yaml index 1d7cd240369..7c4fdf5e653 100644 --- a/openshift/release/artifacts/eventing-crds.yaml +++ b/openshift/release/artifacts/eventing-crds.yaml @@ -1245,14 +1245,6 @@ spec: - knative - eventing scope: Namespaced - conversion: - strategy: Webhook - webhook: - conversionReviewVersions: ["v1", "v1beta1"] - clientConfig: - service: - name: eventing-webhook - namespace: knative-eventing --- # Copyright 2020 The Knative Authors #