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 d34c986 commit 301fe0eCopy full SHA for 301fe0e
Makefile
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
18
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
19
IMAGE_NAME ?= blob-csi
20
-IMAGE_VERSION = v1.26.6-3
+IMAGE_VERSION = v1.26.7
21
CLOUD ?= AzurePublicCloud
22
# Use a custom version for E2E tests if we are in Prow
23
ifdef CI
0 commit comments