Skip to content

Commit ed7766b

Browse files
committed
Update Makefile to use latest catalog-cd binary
1 parent b64a281 commit ed7766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $(BIN):
9090

9191
CATALOGCD = $(or ${CATALOGCD_BIN},${CATALOGCD_BIN},$(BIN)/catalog-cd)
9292
$(BIN)/catalog-cd: $(BIN)
93-
curl -fsL https://github.com/openshift-pipelines/catalog-cd/releases/download/v0.1.0/catalog-cd_0.1.0_linux_x86_64.tar.gz | tar xzf - -C $(BIN) catalog-cd
93+
curl -fsL https://github.com/openshift-pipelines/catalog-cd/releases/download/v0.3.0/catalog-cd_0.3.0_linux_x86_64.tar.gz | tar xzf - -C $(BIN) catalog-cd
9494

9595
# renders the task resource file printing it out on the standard output
9696
helm-template:

0 commit comments

Comments
 (0)