From a7d128b8c4c5a84a51c3088f687742e23bff7d6df3057f18f2402f8719fdedca Mon Sep 17 00:00:00 2001 From: Denislav Prodanov Date: Wed, 14 May 2025 15:21:05 +0300 Subject: [PATCH] updated sriov images --- edge-build-checks/20-helm-images | 1 + sriov-network-operator-chart/.checks_helm.yaml | 10 +--------- sriov-network-operator-chart/values.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/edge-build-checks/20-helm-images b/edge-build-checks/20-helm-images index 60d9884..64a8f31 100644 --- a/edge-build-checks/20-helm-images +++ b/edge-build-checks/20-helm-images @@ -8,6 +8,7 @@ import pprint AUTHORIZED_REPOS = [ "registry.suse.com/suse/sles/", + "registry.suse.com/rancher", "registry.rancher.com", ] diff --git a/sriov-network-operator-chart/.checks_helm.yaml b/sriov-network-operator-chart/.checks_helm.yaml index c4e475c..bf20c06 100644 --- a/sriov-network-operator-chart/.checks_helm.yaml +++ b/sriov-network-operator-chart/.checks_helm.yaml @@ -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 \ No newline at end of file + - k8s.cni.cncf.io/v1/NetworkAttachmentDefinition \ No newline at end of file diff --git a/sriov-network-operator-chart/values.yaml b/sriov-network-operator-chart/values.yaml index dfe76f2..7eace4e 100644 --- a/sriov-network-operator-chart/values.yaml +++ b/sriov-network-operator-chart/values.yaml @@ -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: [] -- 2.49.0