Skip to content

Commit a46d97a

Browse files
chore(deps): Updated cilium to v1.15.2 (#484)
* chore(deps): Updated cilium to v1.15.2 * fix(molecule): increase timeout for slow CI
1 parent dc9d571 commit a46d97a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

inventory/sample/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ calico_tag: "v3.27.2" # calico version tag
1919
# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
2020
# cilium_iface: "eth0"
2121
cilium_mode: "native" # native when nodes on same subnet or using bgp, else set routed
22-
cilium_tag: "v1.15.1" # cilium version tag
22+
cilium_tag: "v1.15.2" # cilium version tag
2323
cilium_hubble: true # enable hubble observability relay and ui
2424

2525
# if using calico or cilium, you may specify the cluster pod cidr pool

roles/k3s_server_post/tasks/calico.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
k3s kubectl wait {{ item.type }}/{{ item.name }}
4949
--namespace='tigera-operator'
5050
--for=condition=Available=True
51-
--timeout=7s
51+
--timeout=30s
5252
register: tigera_result
5353
changed_when: false
5454
until: tigera_result is succeeded
@@ -87,7 +87,7 @@
8787
--namespace='{{ item.namespace }}'
8888
--for=condition=Available
8989
{% endif %}
90-
--timeout=7s
90+
--timeout=30s
9191
register: cr_result
9292
changed_when: false
9393
until: cr_result is succeeded

roles/k3s_server_post/tasks/cilium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
--namespace=kube-system
203203
--for=condition=Available
204204
{% endif %}
205-
--timeout=7s
205+
--timeout=30s
206206
register: cr_result
207207
changed_when: false
208208
until: cr_result is succeeded

0 commit comments

Comments
 (0)