From 5ef03a05d5ad8333c53d0e4902a9920423fc16bd Mon Sep 17 00:00:00 2001 From: Derek Su Date: Wed, 11 Sep 2024 16:16:13 +0000 Subject: [PATCH] fix(crd): update conversion webhook port to 9501 longhorn/longhorn crds.yaml is already updated. Correct the port number to avoid any confusion. Longhorn 9438 Signed-off-by: Derek Su --- k8s/crds.yaml | 2 +- k8s/patches/crd/webhook/engineimage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/crds.yaml b/k8s/crds.yaml index e0c8017bf6..783cd2ddd9 100644 --- a/k8s/crds.yaml +++ b/k8s/crds.yaml @@ -1357,7 +1357,7 @@ spec: name: longhorn-conversion-webhook namespace: longhorn-system path: /v1/webhook/conversion - port: 9443 + port: 9501 conversionReviewVersions: - v1beta2 - v1beta1 diff --git a/k8s/patches/crd/webhook/engineimage.yaml b/k8s/patches/crd/webhook/engineimage.yaml index 4caf41d594..72a2d459bd 100644 --- a/k8s/patches/crd/webhook/engineimage.yaml +++ b/k8s/patches/crd/webhook/engineimage.yaml @@ -12,5 +12,5 @@ spec: namespace: longhorn-system name: longhorn-conversion-webhook path: /v1/webhook/conversion - port: 9443 + port: 9501 \ No newline at end of file