Skip to content

Commit

Permalink
chore: update master branch build version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Sep 14, 2023
1 parent 552cb0e commit 983ab13
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 @@ -19,7 +19,7 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= azuredisk-csi
ifneq ($(BUILD_V2), true)
PLUGIN_NAME = azurediskplugin
IMAGE_VERSION ?= v1.29.0
IMAGE_VERSION ?= v1.30.0
CHART_VERSION ?= latest
else
PLUGIN_NAME = azurediskpluginv2
Expand Down

0 comments on commit 983ab13

Please sign in to comment.