mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-23 03:48:00 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0796537fc7 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
ansible==11.13.0
|
||||
ansible==14.1.0
|
||||
# Prevented passlib version conflicts
|
||||
bcrypt<6
|
||||
# Needed for community.crypto module
|
||||
|
||||
@@ -596,7 +596,7 @@ downloads:
|
||||
cilium_operator:
|
||||
enabled: "{{ kube_network_plugin == 'cilium' or cilium_deploy_additionally }}"
|
||||
container: true
|
||||
repo: "{{ cilium_operator_image_repo }}-generic"
|
||||
repo: "{{ cilium_operator_image_repo }}"
|
||||
tag: "{{ cilium_operator_image_tag }}"
|
||||
checksum: "{{ cilium_operator_digest_checksum | default(None) }}"
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user