Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ node-feature-discovery:

image:
repository: nvcr.io/nvstaging/mellanox/node-feature-discovery
tag: network-operator-v26.1.0-beta.7
tag: 9c9e3fd8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using commit hash 9c9e3fd8 instead of semantic version tag reduces traceability - verify this is intentional for this CI update

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

pullPolicy: IfNotPresent
# imagePullSecrest for node-feature-discovery Network Operator related images
#imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion hack/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ nodeFeatureDiscovery:
image: node-feature-discovery
repository: nvcr.io/nvstaging/mellanox
sourceRepository: node-feature-discovery
version: network-operator-v26.1.0-beta.7
version: 9c9e3fd8
chartLocation: deployment/helm/node-feature-discovery
nSpectScope: gov-ready
k8sLaunchKit:
Expand Down
Loading