-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump k8s api 1.22 - bump to latest controller-tools, controller-runtime - latest k8s api 1.22 removes spec.topologyKeys from services spec which removes this key from our CRD service override - controller-gen now does not support CRD v1beta1 and crd options such as trivialVersions and preserveUnknownFields are not necessary anymore
- Loading branch information
Showing
7 changed files
with
312 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
render: | ||
kubernetesVersion: "1.20" | ||
kubernetesVersion: "1.22" | ||
|
Oops, something went wrong.