Skip to content

Commit cf5fa71

Browse files
feat: Add sriov-network-operator-config-daemon-stig-fips image into release.yaml (#1811)
2 parents 26488dd + 6c93557 commit cf5fa71

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

hack/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2732
SriovCni:
2833
image: sriov-cni
2934
repository: nvcr.io/nvstaging/mellanox

0 commit comments

Comments
 (0)