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 d2f40b9 commit 2210307
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 ?= blob-csi
IMAGE_VERSION ?= v1.25.0
IMAGE_VERSION ?= v1.26.0
CLOUD ?= AzurePublicCloud
# Use a custom version for E2E tests if we are in Prow
ifdef CI
Expand Down

0 comments on commit 2210307

Please sign in to comment.