Browse Source
Upgrade cilium related images (#12568)
Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
pull/12590/head
Ali Afsharzadeh
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
roles/kubespray_defaults/defaults/main/download.yml
|
|
@ -243,13 +243,13 @@ cilium_operator_image_tag: "v{{ cilium_version }}" |
|
|
|
cilium_hubble_relay_image_repo: "{{ quay_image_repo }}/cilium/hubble-relay" |
|
|
|
cilium_hubble_relay_image_tag: "v{{ cilium_version }}" |
|
|
|
cilium_hubble_certgen_image_repo: "{{ quay_image_repo }}/cilium/certgen" |
|
|
|
cilium_hubble_certgen_image_tag: "v0.2.1" |
|
|
|
cilium_hubble_certgen_image_tag: "v0.2.4" |
|
|
|
cilium_hubble_ui_image_repo: "{{ quay_image_repo }}/cilium/hubble-ui" |
|
|
|
cilium_hubble_ui_image_tag: "v0.13.2" |
|
|
|
cilium_hubble_ui_image_tag: "v0.13.3" |
|
|
|
cilium_hubble_ui_backend_image_repo: "{{ quay_image_repo }}/cilium/hubble-ui-backend" |
|
|
|
cilium_hubble_ui_backend_image_tag: "v0.13.2" |
|
|
|
cilium_hubble_ui_backend_image_tag: "v0.13.3" |
|
|
|
cilium_hubble_envoy_image_repo: "{{ quay_image_repo }}/cilium/cilium-envoy" |
|
|
|
cilium_hubble_envoy_image_tag: "v1.32.5-1744305768-f9ddca7dcd91f7ca25a505560e655c47d3dec2cf" |
|
|
|
cilium_hubble_envoy_image_tag: "v1.34.7-1757592137-1a52bb680a956879722f48c591a2ca90f7791324" |
|
|
|
kube_ovn_container_image_repo: "{{ docker_image_repo }}/kubeovn/kube-ovn" |
|
|
|
kube_ovn_container_image_tag: "v{{ kube_ovn_version }}" |
|
|
|
kube_ovn_vpc_container_image_repo: "{{ docker_image_repo }}/kubeovn/vpc-nat-gateway" |
|
|
|