Skip to content

Commit 97b7e41

Browse files
committed
Makefile: Bump to prometheus 2.40.6
1 parent 2805217 commit 97b7e41

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
@@ -15,7 +15,7 @@ GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
1515
OS ?= $(shell uname -s | tr A-Z a-z)
1616
ALL_ARCH = amd64 arm arm64 ppc64le s390x
1717
PKG = github.com/prometheus/common
18-
PROMETHEUS_VERSION = 2.39.1
18+
PROMETHEUS_VERSION = 2.40.6
1919
GO_VERSION = 1.19.4
2020
IMAGE = $(REGISTRY)/kube-state-metrics
2121
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)

0 commit comments

Comments
 (0)