Skip to content

Commit

Permalink
fix: update base image reference in script
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase authored and k8s-infra-cherrypick-robot committed Aug 22, 2022
1 parent 163c0f6 commit 3fb0170
Show file tree
Hide file tree
Showing 3 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 @@ -30,7 +30,7 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
# Release version is the current supported release for the driver
# Update this version when the helm chart is being updated for release
RELEASE_VERSION := v1.2.3
IMAGE_VERSION ?= v1.2.3
IMAGE_VERSION ?= v1.2.3.0

# Use a custom version for E2E tests if we are testing in CI
ifdef CI
Expand Down
4 changes: 2 additions & 2 deletions docker/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linux/amd64=k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
linux/arm64=k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
linux/amd64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
linux/arm64=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.1
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
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REGISTRY?=docker.io/deislabs
IMAGE_NAME=driver
CRD_IMAGE_NAME=driver-crds
IMAGE_VERSION?=v1.2.3
IMAGE_VERSION?=v1.2.3.0
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
Expand Down

0 comments on commit 3fb0170

Please sign in to comment.