Skip to content

Commit

Permalink
Update node-driver-registrar version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgleung committed Nov 13, 2023
1 parent cbce5a0 commit 0f6ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod2daemon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $(BINDIR)/csi-driver-%: $(SRC_FILES)
$(call build_binary, csidriver/main.go, $@)

UPSTREAM_REGISTRAR_PROJECT ?= kubernetes-csi/$(REGISTRAR_IMAGE)
UPSTREAM_REGISTRAR_TAG ?= v2.8.0
UPSTREAM_REGISTRAR_TAG ?= v2.9.1

REGISTRAR_TIGERA_BUILD_CMD="cd /go/src/github.com/$(UPSTREAM_REGISTRAR_PROJECT) && \
go build -tags $(TAGS) -buildvcs=false -v -o $(BINDIR)/csi-node-driver-registrar cmd/csi-node-driver-registrar/*.go"
Expand Down

0 comments on commit 0f6ba0c

Please sign in to comment.