File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ YQ_VER := v4.25.2
106
106
YQ_BIN := yq
107
107
YQ := $(TOOLS_BIN_DIR ) /$(YQ_BIN ) -$(YQ_VER )
108
108
109
- KPROMO_VER := v3.5.1
109
+ KPROMO_VER := v4.0.5
110
110
KPROMO_BIN := kpromo
111
111
KPROMO := $(TOOLS_BIN_DIR ) /$(KPROMO_BIN ) -$(KPROMO_VER )
112
112
@@ -229,7 +229,7 @@ $(YQ):
229
229
GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL ) github.com/mikefarah/yq/v4 $(YQ_BIN ) ${YQ_VER}
230
230
231
231
$(KPROMO ) :
232
- GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL ) sigs.k8s.io/promo-tools/v3 /cmd/kpromo $(KPROMO_BIN ) ${KPROMO_VER}
232
+ GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL ) sigs.k8s.io/promo-tools/v4 /cmd/kpromo $(KPROMO_BIN ) ${KPROMO_VER}
233
233
234
234
$(CONVERSION_GEN ) :
235
235
GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL ) k8s.io/code-generator/cmd/conversion-gen $(CONVERSION_GEN_BIN ) ${CONVERSION_GEN_VER}
@@ -502,7 +502,7 @@ update-helm-plugin-repo:
502
502
503
503
.PHONY : promote-images
504
504
promote-images : $(KPROMO )
505
- $(KPROMO ) pr --project capi-operator --tag $(RELEASE_TAG ) --reviewers " $( IMAGE_REVIEWERS) " --fork $(USER_FORK ) --image cluster-api-operator
505
+ $(KPROMO ) pr --project capi-operator --tag $(RELEASE_TAG ) --reviewers " $( IMAGE_REVIEWERS) " --fork $(USER_FORK ) --image cluster-api-operator --use-ssh=false
506
506
507
507
# # --------------------------------------
508
508
# # Cleanup / Verification
You can’t perform that action at this time.
0 commit comments