Skip to content

Commit

Permalink
Update tektoncd/results to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 8, 2022
1 parent 247344a commit 2b69492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ KO = $(or ${KO_BIN},${KO_BIN},$(BIN)/ko)
TEKTON_PIPELINE_VERSION ?= latest
TEKTON_TRIGGERS_VERSION ?= latest
TEKTON_DASHBOARD_VERSION ?= latest
TEKTON_RESULTS_VERSION ?= v0.3.1 # latest returns an older version hence hard coding to v0.3.1 for now (tektoncd/results#138)
TEKTON_RESULTS_VERSION ?= v0.4.0 # latest returns an older version hence hard coding to v0.3.1 for now (tektoncd/results#138)
PAC_VERSION ?= 0.5.2

$(BIN)/ko: PACKAGE=github.com/google/ko/cmd/ko
Expand Down
2 changes: 1 addition & 1 deletion test/config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export TEKTON_PIPELINE_VERSION=latest
export TEKTON_TRIGGERS_VERSION=latest
export TEKTON_RESULTS_VERSION=v0.3.1
export TEKTON_RESULTS_VERSION=v0.4.0
export TEKTON_DASHBOARD_VERSION=latest
export PAC_VERSION=0.5.2

0 comments on commit 2b69492

Please # to comment.