Skip to content

Commit

Permalink
Fix conversionReviewVersions for CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkan Erol committed Jul 9, 2024
1 parent 4ec7509 commit 352c6fe
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Stop overwriting `conversionReviewVersions` in CRDs and use the upstream versions.

## [1.20.0] - 2024-06-11

### Changed
Expand Down
3 changes: 0 additions & 3 deletions config/helm/patches/crds/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions:
- v1
- v1beta1
clientConfig:
caBundle: Cg==
service:
Expand Down
3 changes: 0 additions & 3 deletions config/helm/patches/crds/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions:
- v1
- v1beta1
clientConfig:
caBundle: Cg==
service:
Expand Down
3 changes: 0 additions & 3 deletions config/helm/patches/crds/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ spec:
conversion:
strategy: Webhook
webhook:
conversionReviewVersions:
- v1
- v1beta1
clientConfig:
caBundle: Cg==
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ spec:
namespace: '{{ .Release.Namespace }}'
path: /convert
port: 443
conversionReviewVersions:
- v1
- v1beta1
group: runtime.cluster.x-k8s.io
names:
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ spec:
namespace: '{{ .Release.Namespace }}'
path: /convert
port: 443
conversionReviewVersions:
- v1
- v1beta1
group: ipam.cluster.x-k8s.io
names:
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ spec:
namespace: '{{ .Release.Namespace }}'
path: /convert
port: 443
conversionReviewVersions:
- v1
- v1beta1
group: ipam.cluster.x-k8s.io
names:
categories:
Expand Down

0 comments on commit 352c6fe

Please sign in to comment.