Browse Source
Update the tag of cilium hubble related images (#9509)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/9515/head
ERIK
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
roles/download/defaults/main.yml
|
|
@ -982,11 +982,11 @@ cilium_operator_image_tag: "{{ cilium_version }}" |
|
|
|
cilium_hubble_relay_image_repo: "{{ quay_image_repo }}/cilium/hubble-relay" |
|
|
|
cilium_hubble_relay_image_tag: "{{ cilium_version }}" |
|
|
|
cilium_hubble_certgen_image_repo: "{{ quay_image_repo }}/cilium/certgen" |
|
|
|
cilium_hubble_certgen_image_tag: "v0.1.3" |
|
|
|
cilium_hubble_certgen_image_tag: "v0.1.8" |
|
|
|
cilium_hubble_ui_image_repo: "{{ quay_image_repo }}/cilium/hubble-ui" |
|
|
|
cilium_hubble_ui_image_tag: "v0.7.3" |
|
|
|
cilium_hubble_ui_image_tag: "v0.9.2" |
|
|
|
cilium_hubble_ui_backend_image_repo: "{{ quay_image_repo }}/cilium/hubble-ui-backend" |
|
|
|
cilium_hubble_ui_backend_image_tag: "v0.7.3" |
|
|
|
cilium_hubble_ui_backend_image_tag: "v0.9.2" |
|
|
|
cilium_hubble_envoy_image_repo: "{{ docker_image_repo }}/envoyproxy/envoy" |
|
|
|
cilium_hubble_envoy_image_tag: "v1.14.5" |
|
|
|
kube_ovn_container_image_repo: "{{ docker_image_repo }}/kubeovn/kube-ovn" |
|
|
|