Merge "Add support to pull intel-qat-plugin and intel-gpu-plugin images"
This commit is contained in:
commit
bb0740dbec
@ -105,6 +105,7 @@
|
||||
- "{{ multus_img }}"
|
||||
- "{{ sriov_cni_img }}"
|
||||
- "{{ sriov_network_device_img }}"
|
||||
- "{{ intel_qat_plugin_img }}"
|
||||
static_images:
|
||||
- "{{ n3000_opae_img }}"
|
||||
- "{{ kubernetes_entrypoint_img }}"
|
||||
@ -114,6 +115,8 @@
|
||||
- "{{ default_backend_img }}"
|
||||
- "{{ flux_helm_controller_img }}"
|
||||
- "{{ flux_source_controller_img }}"
|
||||
- "{{ intel_gpu_plugin_img }}"
|
||||
- "{{ intel_gpu_initcontainer_img }}"
|
||||
storage_images:
|
||||
- "{{ snapshot_controller_img }}"
|
||||
security_images:
|
||||
|
@ -8,6 +8,9 @@ calico_kube_controllers_img: quay.io/calico/kube-controllers:v3.24.0
|
||||
multus_img: ghcr.io/k8snetworkplumbingwg/multus-cni:v3.9.2
|
||||
sriov_cni_img: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.3
|
||||
sriov_network_device_img: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1
|
||||
intel_qat_plugin_img: docker.io/intel/intel-qat-plugin:0.26.0
|
||||
intel_gpu_plugin_img: docker.io/intel/intel-gpu-plugin:0.26.0
|
||||
intel_gpu_initcontainer_img: docker.io/intel/intel-gpu-initcontainer:0.26.0
|
||||
# Nginx images
|
||||
nginx_ingress_controller_img: k8s.gcr.io/ingress-nginx/controller:v1.1.1
|
||||
nginx_kube_webhook_certgen_img: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user