From 03a14896230726d1df797e8809a29e1b9400ecae Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Fri, 1 May 2020 17:51:08 -0400 Subject: [PATCH] build: Build pause:3.3 image Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 2 +- build/pause/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 2c186821d9b..3627cfb79b4 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -118,7 +118,7 @@ dependencies: match: tag = - name: "k8s.gcr.io/pause" - version: 3.2 + version: 3.3 refPaths: - path: build/pause/Makefile match: TAG = diff --git a/build/pause/Makefile b/build/pause/Makefile index 1979c49548c..0559b13a8a8 100644 --- a/build/pause/Makefile +++ b/build/pause/Makefile @@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io IMAGE = $(REGISTRY)/pause IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH) -TAG = 3.2 +TAG = 3.3 REV = $(shell git describe --contains --always --match='v*') # Architectures supported: amd64, arm, arm64, ppc64le and s390x