File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
16
16
REGISTRY_NAME = $(shell echo $(REGISTRY ) | sed "s/.azurecr.io//g")
17
17
GIT_COMMIT ?= $(shell git rev-parse HEAD)
18
18
IMAGE_NAME =secrets-store-csi
19
- IMAGE_VERSION? =v0.0.12
19
+ IMAGE_VERSION? =v0.0.13
20
20
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT )
21
21
# Use a custom version for E2E tests if we are testing in CI
22
22
ifdef CI
Original file line number Diff line number Diff line change 14
14
15
15
REGISTRY? =docker.io/deislabs
16
16
IMAGE_NAME =driver
17
- IMAGE_VERSION? =v0.0.12
17
+ IMAGE_VERSION? =v0.0.13
18
18
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
19
19
export
20
20
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type SecretsStore struct {
38
38
}
39
39
40
40
var (
41
- vendorVersion = "0.0.12 "
41
+ vendorVersion = "0.0.13 "
42
42
)
43
43
44
44
// GetDriver returns a new secrets store driver
You can’t perform that action at this time.
0 commit comments