forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating to k8s 1.30 dependencies and kubebuilder v4 (operator-framew…
…ork#6848) * updating go to 1.22 and k8s to 1.30 Signed-off-by: Adam D. Cornett <[email protected]> * Disable interactive Signed-off-by: Neo2308 <[email protected]> * Fix malformed manager.yaml in helm testdata * Fix malformerd manager.yaml in helm testdata. * Use patches instead of patchesJson6902. Signed-off-by: Neo2308 <[email protected]> * Partially fix integration test Signed-off-by: Neo2308 <[email protected]> * Revert "Partially fix integration test" This reverts commit 0468c3f. Signed-off-by: Neo2308 <[email protected]> * Fixing tests Signed-off-by: Neo2308 <[email protected]> * fixing go binary version in sdk docker file Signed-off-by: Adam D. Cornett <[email protected]> * changing curl logic to look for '< HTTP/1.1 200 OK' Signed-off-by: Adam D. Cornett <[email protected]> * fixup! fixing go binary version in sdk docker file Signed-off-by: Adam D. Cornett <[email protected]> * Fix helm test * Use http endpoint instead of https endpoint for helm e2e tests. * Delete curl pod from tc Namespace properly. Signed-off-by: Neo2308 <[email protected]> * fixup! updating go to 1.22 and k8s to 1.30 Signed-off-by: Adam D. Cornett <[email protected]> * switching helm tests back to https, there is more work to do around `metrics-secure` for helm (and then ansible repo) Signed-off-by: Adam D. Cornett <[email protected]> * adding in new flag to helm operator to support metrics authn/authz Signed-off-by: Adam D. Cornett <[email protected]> * updating helm scaffolding based on pr comments Signed-off-by: Adam D. Cornett <[email protected]> * removing env-test plugin since go/v2 scaffolding support has been removed Signed-off-by: Adam D. Cornett <[email protected]> * adding hasDifferentAPIVersion method directly for helm plugin, since this has been removed from kubebuilder and is probably still needed for helm Signed-off-by: Adam D. Cornett <[email protected]> * removing predicate go file that was added, and updating helm controller logic to use generics properly Signed-off-by: Adam D. Cornett <[email protected]> * fixing copy past issue in run bundle md, for ubi default image Signed-off-by: Adam D. Cornett <[email protected]> * updating metrics-require-rbac and metrics-secure validation logic and error log Signed-off-by: Adam D. Cornett <[email protected]> * switching back helm watch calls to use type casting to `client.Object` for consistency in the operator-sdk ecosystem Signed-off-by: Adam D. Cornett <[email protected]> * updating default init image back to ubi from ubi-minimal Signed-off-by: Adam D. Cornett <[email protected]> --------- Signed-off-by: Adam D. Cornett <[email protected]> Signed-off-by: Neo2308 <[email protected]> Co-authored-by: Adam D. Cornett <[email protected]>
- Loading branch information
1 parent
625fccd
commit 9a639f2
Showing
143 changed files
with
1,031 additions
and
1,223 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
Oops, something went wrong.