Skip to content

Commit

Permalink
chore: update version in Makefile on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Oct 15, 2024
1 parent 6c181de commit 6e424f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= azurefile-csi
IMAGE_VERSION ?= v1.31.0
IMAGE_VERSION ?= v1.32.0
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
ifndef PUBLISH
Expand Down

0 comments on commit 6e424f3

Please sign in to comment.