Skip to content

Commit

Permalink
bump version to 0.0.6 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase authored May 22, 2020
1 parent cea054b commit e662ff7
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 @@ -4,7 +4,7 @@ export $(shell test -f secrets.env && sed 's/=.*//' secrets.env)
REGISTRY_NAME ?= upstreamk8sci
REGISTRY ?= $(REGISTRY_NAME).azurecr.io
DOCKER_IMAGE ?= $(REGISTRY)/public/k8s/csi/secrets-store/provider-azure
IMAGE_VERSION ?= 0.0.5
IMAGE_VERSION ?= 0.0.6
IMAGE_NAME ?= secrets-store-csi-driver-provider-azure

BUILD_DATE=$$(date +%Y-%m-%d-%H:%M)
Expand Down

0 comments on commit e662ff7

Please sign in to comment.