Skip to content

Commit dd7d202

Browse files
committed
makefile: bump-publish-kubebuilder-tools to 1.33.2
1 parent 933316e commit dd7d202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publish-kubebuilder-tools:
3737
@# Pull secret should be the standard pull secret used for spinning up OpenShift clusters, if you do not have one, follow https://docs.google.com/document/d/1ez2jrjiIQJChobfSu2ISJ5uM_-3HGouamL_xIa2_1W4/edit#heading=h.me93l6citmsq
3838
@# This also expects you to be already authenticated with the OpenShift GCE devel project on Google Cloud, if you are not,
3939
@# follow the 'Create the Service Account and grant permissions' and 'Generate an access key' @# steps at https://docs.google.com/document/d/1qm37EKkjgoPtjW4909UClzvsjQO5VSpPUvFO_hW_PEg
40-
go run ./publish-kubebuilder-tools/main.go -version v1.32.1 -output-dir /tmp/kubebuilder-tools -payload=registry.ci.openshift.org/ocp/release:4.19.0-0.ci-2025-01-30-154351 -pull-secret $(PULL_SECRET) -index-file ../envtest-releases.yaml
40+
go run ./publish-kubebuilder-tools/main.go -version v1.33.2 -output-dir /tmp/kubebuilder-tools -payload=registry.ci.openshift.org/ocp/release:4.20.0-0.ci-2025-07-17-072431 -pull-secret $(PULL_SECRET) -index-file ../envtest-releases.yaml
4141

4242
#############################################
4343
#

0 commit comments

Comments
 (0)