Skip to content

Commit 03a1489

Browse files
committed
build: Build pause:3.3 image
Signed-off-by: Stephen Augustus <[email protected]>
1 parent b583631 commit 03a1489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies:
118118
match: tag =
119119

120120
- name: "k8s.gcr.io/pause"
121-
version: 3.2
121+
version: 3.3
122122
refPaths:
123123
- path: build/pause/Makefile
124124
match: TAG =

build/pause/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
1818
IMAGE = $(REGISTRY)/pause
1919
IMAGE_WITH_ARCH = $(IMAGE)-$(ARCH)
2020

21-
TAG = 3.2
21+
TAG = 3.3
2222
REV = $(shell git describe --contains --always --match='v*')
2323

2424
# Architectures supported: amd64, arm, arm64, ppc64le and s390x

0 commit comments

Comments
 (0)