From b3ece6708ab41c0d00956091e97da543c459a057 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Wed, 28 Jul 2021 15:36:58 +0100 Subject: [PATCH] Adds v1beta1 as a `conversionReviewVersion` but don't actually support it Signed-off-by: joshvanl --- deploy/crds/crd-certificaterequests.yaml | 2 +- deploy/crds/crd-certificates.yaml | 2 +- deploy/crds/crd-challenges.yaml | 2 +- deploy/crds/crd-clusterissuers.yaml | 2 +- deploy/crds/crd-issuers.yaml | 2 +- deploy/crds/crd-orders.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/crds/crd-certificaterequests.yaml b/deploy/crds/crd-certificaterequests.yaml index d919ed94b..d569327e4 100644 --- a/deploy/crds/crd-certificaterequests.yaml +++ b/deploy/crds/crd-certificaterequests.yaml @@ -27,7 +27,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert diff --git a/deploy/crds/crd-certificates.yaml b/deploy/crds/crd-certificates.yaml index 0d7f526ce..fcd128402 100644 --- a/deploy/crds/crd-certificates.yaml +++ b/deploy/crds/crd-certificates.yaml @@ -27,7 +27,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert diff --git a/deploy/crds/crd-challenges.yaml b/deploy/crds/crd-challenges.yaml index dfa4f472f..f68672e21 100644 --- a/deploy/crds/crd-challenges.yaml +++ b/deploy/crds/crd-challenges.yaml @@ -25,7 +25,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert diff --git a/deploy/crds/crd-clusterissuers.yaml b/deploy/crds/crd-clusterissuers.yaml index 70263460e..72513154e 100644 --- a/deploy/crds/crd-clusterissuers.yaml +++ b/deploy/crds/crd-clusterissuers.yaml @@ -24,7 +24,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert diff --git a/deploy/crds/crd-issuers.yaml b/deploy/crds/crd-issuers.yaml index 6a2378d68..49b5a0be5 100644 --- a/deploy/crds/crd-issuers.yaml +++ b/deploy/crds/crd-issuers.yaml @@ -24,7 +24,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert diff --git a/deploy/crds/crd-orders.yaml b/deploy/crds/crd-orders.yaml index 66981e051..c1dd7e7ad 100644 --- a/deploy/crds/crd-orders.yaml +++ b/deploy/crds/crd-orders.yaml @@ -25,7 +25,7 @@ spec: strategy: Webhook # webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server. webhook: - conversionReviewVersions: ["v1"] + conversionReviewVersions: ["v1", "v1beta1"] clientConfig: # {{- if .Values.webhook.url.host }} url: https://{{ .Values.webhook.url.host }}/convert