Skip to content

Commit

Permalink
Force controller-gen v0.16.2 for all controller (#550)
Browse files Browse the repository at this point in the history
Looks like controller builds will start failing once we move to controller-runtime v0.19.0
Just trying to stay ahead of the dependencies here

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
a-hilaly authored Oct 2, 2024
1 parent de73d2b commit 9b58156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export CONTROLLER_TOOLS_VERSION="v0.14.0"
export CONTROLLER_TOOLS_VERSION="v0.16.2"
export HELM_VERSION="v3.7"

# setting the -x option if debugging is true
Expand Down

0 comments on commit 9b58156

Please sign in to comment.