Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kilton authored Nov 7, 2024
1 parent b794f03 commit b939348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')

VERSION = $(shell cat PROJECT | grep "version:" | sed "s/^version: //g")
PREFIX = github.com/datasance/iofog-operator/v3/internal/util
PREFIX = github.com/eclipse-iofog/iofog-operator/v3/internal/util
LDFLAGS += -X $(PREFIX).portManagerTag=v3.1.2
LDFLAGS += -X $(PREFIX).kubeletTag=v3.0.1
LDFLAGS += -X $(PREFIX).proxyTag=v3.0.2
Expand Down

0 comments on commit b939348

Please sign in to comment.