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 = [ AUTHORIZED_REPOS = [
"registry.suse.com/suse/sles/", "registry.suse.com/suse/sles/",
"registry.suse.com/rancher",
"registry.rancher.com", "registry.rancher.com",
] ]

View File

@@ -1,10 +1,2 @@
extra_apis: extra_apis:
- k8s.cni.cncf.io/v1/NetworkAttachmentDefinition - 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 # Image URIs for sriov-network-operator components
images: images:
operator: operator:
repository: rancher/hardened-sriov-network-operator repository: registry.suse.com/rancher/hardened-sriov-network-operator
tag: v1.5.0-build20250425 tag: v1.5.0-build20250425
sriovConfigDaemon: sriovConfigDaemon:
repository: rancher/hardened-sriov-network-config-daemon repository: registry.suse.com/rancher/hardened-sriov-network-config-daemon
tag: v1.5.0-build20250425 tag: v1.5.0-build20250425
sriovCni: sriovCni:
repository: rancher/hardened-sriov-cni repository: registry.suse.com/rancher/hardened-sriov-cni
tag: v2.9.0-build20250425 tag: v2.9.0-build20250425
ibSriovCni: ibSriovCni:
repository: rancher/hardened-ib-sriov-cni repository: registry.suse.com/rancher/hardened-ib-sriov-cni
tag: v1.2.1-build20250425 tag: v1.2.1-build20250425
sriovDevicePlugin: sriovDevicePlugin:
repository: rancher/hardened-sriov-network-device-plugin repository: registry.suse.com/rancher/hardened-sriov-network-device-plugin
tag: v3.9.0-build20250425 tag: v3.9.0-build20250425
resourcesInjector: resourcesInjector:
repository: rancher/hardened-sriov-network-resources-injector repository: registry.suse.com/rancher/hardened-sriov-network-resources-injector
tag: v1.7.1-build20250425 tag: v1.7.1-build20250425
webhook: webhook:
repository: rancher/hardened-sriov-network-webhook repository: registry.suse.com/rancher/hardened-sriov-network-webhook
tag: v1.5.0-build20250425 tag: v1.5.0-build20250425
imagePullSecrets: [] imagePullSecrets: []
extraDeploy: [] extraDeploy: []