We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc462e0 commit 828d5fdCopy full SHA for 828d5fd
Makefile
@@ -137,7 +137,7 @@ bundle: manifests install-tools
137
# Update the bundle CSV file with operator image tag
138
update-bundle-csv:
139
@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)
+ @sed -i'' -e 's|ghcr.io/nvidia/gpu-operator:[^ "]*|$(OPERATOR_IMAGE_NAME):$(OPERATOR_VERSION)|g' $(BUNDLE_CSV_FILE)
141
@echo "Bundle CSV updated successfully"
142
143
# Build the bundle image.
0 commit comments