Andreas Krüger
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/download/defaults/main.yml
|
|
@ -71,7 +71,7 @@ calico_policy_image_tag: "{{ calico_policy_version }}" |
|
|
|
calico_rr_image_repo: "quay.io/calico/routereflector" |
|
|
|
calico_rr_image_tag: "{{ calico_rr_version }}" |
|
|
|
hyperkube_image_repo: "gcr.io/google-containers/hyperkube" |
|
|
|
hyperkube_image_tag: "v{{ kube_version }}" |
|
|
|
hyperkube_image_tag: "{{ kube_version }}" |
|
|
|
pod_infra_image_repo: "gcr.io/google_containers/pause-amd64" |
|
|
|
pod_infra_image_tag: "{{ pod_infra_version }}" |
|
|
|
install_socat_image_repo: "xueshanf/install-socat" |
|
|
|