File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,12 @@ jobs:
243243 if [ "$SOURCE_REPO" = "null" ]; then
244244 continue
245245 fi
246+
247+ # We always need to add '-stig-fips' suffix for corresponding image version
248+ # TODO: do not DOCA Driver image for now because $SOURCE_REPO is null one Network Operator will support a new version format
249+ if [[ "$component" == *StigFips ]]; then
250+ COMPONENT_TAG="${COMPONENT_TAG}-stig-fips"
251+ fi
246252
247253 echo "Updating component: $component"
248254 echo " Setting repository to: $DOCKER_REGISTRY_MANAGED_COMPONENTS"
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ SriovConfigDaemon:
2424 repository : nvcr.io/nvstaging/mellanox
2525 sourceRepository : sriov-network-operator
2626 version : network-operator-v25.10.0-beta.4
27+ SriovConfigDaemonStigFips :
28+ image : sriov-network-operator-config-daemon-stig-fips
29+ repository : nvcr.io/nvstaging/mellanox
30+ sourceRepository : sriov-network-operator
31+ version : network-operator-v25.10.0-beta.4-stig-fips
2732SriovCni :
2833 image : sriov-cni
2934 repository : nvcr.io/nvstaging/mellanox
You can’t perform that action at this time.
0 commit comments