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.16
19
+ IMAGE_VERSION? =v0.0.17
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.16
17
+ IMAGE_VERSION? =v0.0.17
18
18
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
19
19
export
20
20
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type SecretsStore struct {
40
40
}
41
41
42
42
var (
43
- vendorVersion = "0.0.16 "
43
+ vendorVersion = "0.0.17 "
44
44
)
45
45
46
46
// GetDriver returns a new secrets store driver
You can’t perform that action at this time.
0 commit comments