updated sriov images #152

Merged
steven.hardy merged 1 commits from dprodanov/Factory:sriov-images into main 2025-05-15 14:47:53 +02:00
3 changed files with 9 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ import pprint
AUTHORIZED_REPOS = [
"registry.suse.com/suse/sles/",
"registry.suse.com/rancher",
"registry.rancher.com",
]

View File

@@ -1,10 +1,2 @@
extra_apis:
- k8s.cni.cncf.io/v1/NetworkAttachmentDefinition
image_exceptions:
- rancher/hardened-sriov-network-operator
- rancher/hardened-sriov-network-config-daemon
- rancher/hardened-sriov-cni
- rancher/hardened-ib-sriov-cni
- rancher/hardened-sriov-network-device-plugin
- rancher/hardened-sriov-network-resources-injector
- rancher/hardened-sriov-network-webhook

View File

@@ -101,25 +101,25 @@ supportedExtraNICs: []
# Image URIs for sriov-network-operator components
images:
operator:
repository: rancher/hardened-sriov-network-operator
repository: registry.suse.com/rancher/hardened-sriov-network-operator
tag: v1.5.0-build20250425
sriovConfigDaemon:
repository: rancher/hardened-sriov-network-config-daemon
repository: registry.suse.com/rancher/hardened-sriov-network-config-daemon
tag: v1.5.0-build20250425
sriovCni:
repository: rancher/hardened-sriov-cni
repository: registry.suse.com/rancher/hardened-sriov-cni
tag: v2.9.0-build20250425
ibSriovCni:
repository: rancher/hardened-ib-sriov-cni
repository: registry.suse.com/rancher/hardened-ib-sriov-cni
tag: v1.2.1-build20250425
sriovDevicePlugin:
repository: rancher/hardened-sriov-network-device-plugin
repository: registry.suse.com/rancher/hardened-sriov-network-device-plugin
tag: v3.9.0-build20250425
resourcesInjector:
repository: rancher/hardened-sriov-network-resources-injector
repository: registry.suse.com/rancher/hardened-sriov-network-resources-injector
tag: v1.7.1-build20250425
webhook:
repository: rancher/hardened-sriov-network-webhook
repository: registry.suse.com/rancher/hardened-sriov-network-webhook
tag: v1.5.0-build20250425
imagePullSecrets: []
extraDeploy: []