Skip to content

Commit 7417738

Browse files
committed
v1.34.1
1 parent 06a5048 commit 7417738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= azurefile-csi
20-
IMAGE_VERSION = v1.34.0
20+
IMAGE_VERSION = v1.34.1
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI
2323
ifndef PUBLISH
2424
override IMAGE_VERSION := $(IMAGE_VERSION)
2525
endif
2626
endif
2727
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
28-
override IMAGE_VERSION = v1.34.0
28+
override IMAGE_VERSION = v1.34.1
2929
endif
3030
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
3131
CSI_IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGE_NAME):latest

0 commit comments

Comments
 (0)