Skip to content

Commit 828d5fd

Browse files
Shiva Kumarshivakunv
authored andcommitted
Tag git commit sha with bundle image
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent dc462e0 commit 828d5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ bundle: manifests install-tools
137137
# Update the bundle CSV file with operator image tag
138138
update-bundle-csv:
139139
@echo "Updating GPU operator image in $(BUNDLE_CSV_FILE) to $(OPERATOR_IMAGE_NAME):$(OPERATOR_VERSION)"
140-
@sed -i '' -e 's|ghcr.io/nvidia/gpu-operator:[^ "]*|$(OPERATOR_IMAGE_NAME):$(OPERATOR_VERSION)|g' $(BUNDLE_CSV_FILE)
140+
@sed -i'' -e 's|ghcr.io/nvidia/gpu-operator:[^ "]*|$(OPERATOR_IMAGE_NAME):$(OPERATOR_VERSION)|g' $(BUNDLE_CSV_FILE)
141141
@echo "Bundle CSV updated successfully"
142142

143143
# Build the bundle image.

0 commit comments

Comments
 (0)