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 2805217 commit 97b7e41Copy full SHA for 97b7e41
Makefile
@@ -15,7 +15,7 @@ GIT_COMMIT ?= $(shell git rev-parse --short HEAD)
15
OS ?= $(shell uname -s | tr A-Z a-z)
16
ALL_ARCH = amd64 arm arm64 ppc64le s390x
17
PKG = github.com/prometheus/common
18
-PROMETHEUS_VERSION = 2.39.1
+PROMETHEUS_VERSION = 2.40.6
19
GO_VERSION = 1.19.4
20
IMAGE = $(REGISTRY)/kube-state-metrics
21
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
0 commit comments