Skip to content

Commit 41e301c

Browse files
authored
[ISV-4972] Update tkn client for integration tests (#676)
Signed-off-by: Maurizio Porrato <[email protected]>
1 parent 5aa1cd6 commit 41e301c

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/integration_tests/tasks

1 file changed

+1
-1
lines changed

ansible/roles/integration_tests/tasks/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- name: Download and extract the tkn binary
1212
ansible.builtin.unarchive:
13-
src: https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.11.2/x86_64/linux/tkn-linux-amd64.tar.gz
13+
src: https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.13.0/tkn-linux-amd64.tar.gz
1414
dest: "{{ temp_tools_dir.path }}"
1515
remote_src: true
1616
include:

0 commit comments

Comments
 (0)