Skip to content

Commit 0b00a61

Browse files
author
J0zi
authored
[CVP-3273] bump tools (#354)
* latest tools Signed-off-by: J0zi <[email protected]> * final Signed-off-by: J0zi <[email protected]> Signed-off-by: J0zi <[email protected]>
1 parent bbb7159 commit 0b00a61

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
kind:
3-
version: v0.12.0
4-
kube_version: v1.23.4
3+
version: v0.16.0
4+
kube_version: v1.24.6
55
registry:
66
enable: true
77
ssl: true
88
tekton:
99
pipeline:
10-
version: v0.34.1
10+
version: v0.40.2
1111
triggers:
12-
version: v0.19.1
12+
version: v0.21.0
1313
dashboard:
14-
version: v0.24.1
14+
version: v0.29.2
1515
tkn:
16-
version: 0.23.1
16+
version: 0.26.0
1717
tools:
1818
kubectl:
19-
version: v1.23.4
19+
version: v1.25.2
2020
oc:
21-
version: 4.3.5
21+
version: 4.11.7
2222
operator_sdk:
23-
version: v1.18.1
23+
version: v1.23.0
2424
olm:
25-
version: v0.20.0
25+
version: v0.22.0

ansible/roles/install-binary/tasks/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name:
33
block:
44
- name: "Check '{{ package_binary }}' version"
5-
ansible.builtin.command: "{{ package_binary }} version"
5+
ansible.builtin.command: "{{ op_bin_dir }}/{{ package_binary }} version"
66
register: package_version_result
77
changed_when: false
88
failed_when: false

0 commit comments

Comments
 (0)