Skip to content

Commit

Permalink
chore: update tekton version in test cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Oct 17, 2023
1 parent 5b0d006 commit ce93c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tekton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -o pipefail

export TERM="${TERM:-dumb}"

tekton_release="previous/v0.47.0"
tekton_release="previous/v0.49.0"
git_clone_release="0.4"
namespace="${NAMESPACE:-default}"
tasks_source_path="$(dirname "$(cd "$(dirname "$0")" && pwd )")"
Expand Down

0 comments on commit ce93c9c

Please sign in to comment.