Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metadata.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUST_BUILD_VER=1.93.1

# Calico Enterprise shipping images now builds on UBI 10. For Calico OSS to Enterprise merges,
# please don't downgrade the base image back to UBI 9.
CALICO_BASE_VER=ubi10-1783525764
CALICO_BASE_VER=ubi10-1784675397

# Version of various tools used in the build and tests.
COREDNS_VERSION=1.5.2
Expand Down Expand Up @@ -50,7 +50,7 @@ GIT_REPO ?= calico-private
GIT_REMOTE ?= origin

RELEASE_BRANCH_PREFIX ?=release-calient
DEV_TAG_SUFFIX ?= calient-1.dev
DEV_TAG_SUFFIX ?= calient-2.dev

# Part of the git remote that is common to git and HTTP representations.
# Used to auto-detect the right remote.
Expand Down