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 542a3f2 commit 1a5e398Copy full SHA for 1a5e398
Makefile
@@ -67,9 +67,11 @@ TARBALL=$(NPD_NAME_VERSION).tar.gz
67
IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG)
68
IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG)
69
ifeq ($(REGISTRY), gcr.io/k8s-staging-npd)
70
+ifeq (,$(findstring heads,$(BRANCH)))
71
IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH)
72
IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH)
73
endif
74
+endif
75
76
# ENABLE_JOURNALD enables build journald support or not. Building journald
77
# support needs libsystemd-dev or libsystemd-journal-dev.
version.txt
@@ -1 +1 @@
1
-v1.35.0
+v1.35.1
0 commit comments