Skip to content

Commit

Permalink
chore: bump version to v0.0.14 and update debian base to buster-v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Sep 17, 2020
1 parent a48a899 commit d008a77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
GIT_COMMIT ?= $(shell git rev-parse HEAD)
IMAGE_NAME=secrets-store-csi
IMAGE_VERSION?=v0.0.13
IMAGE_VERSION?=v0.0.14
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
Expand Down
2 changes: 1 addition & 1 deletion docker/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
linux/amd64=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2.0
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
windows/amd64/1903=mcr.microsoft.com/windows/nanoserver:1903
windows/amd64/1909=mcr.microsoft.com/windows/nanoserver:1909
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:v2.1.0
ARG BASEIMAGE=us.gcr.io/k8s-artifacts-prod/build-image/debian-base-amd64:buster-v1.2.0

FROM golang:1.13.10-alpine3.10 as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

REGISTRY?=docker.io/deislabs
IMAGE_NAME=driver
IMAGE_VERSION?=v0.0.13
IMAGE_VERSION?=v0.0.14
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
export

Expand Down

0 comments on commit d008a77

Please sign in to comment.