File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -448,8 +448,10 @@ update-version:
448448
449449# Prepare release
450450PG_VER ?= $(shell grep -o "postgresVersion: .* " deploy/cr.yaml|grep -oE "[0-9]+")
451+ CERT_MANAGER_VER := $(shell grep -Eo "cert-manager v.* " go.mod|grep -Eo "[0-9]+\.[0-9]+\.[0-9]+")
451452include e2e-tests/release_versions
452453release : generate
454+ $(SED ) -i " /CERT_MANAGER_VER/s/CERT_MANAGER_VER=\" .*/CERT_MANAGER_VER=\" $( CERT_MANAGER_VER) \" /" e2e-tests/functions
453455 $(SED ) -i \
454456 -e " /^spec:/,/^ crVersion:/{s/crVersion: .*/crVersion: $( VERSION) /}" \
455457 -e " /^spec:/,/^ image:/{/^#/! s#image: .*#image: $( REGISTRY_NAME_FULL) $( IMAGE_POSTGRESQL18) #}" \
Original file line number Diff line number Diff line change 22
33# set root repo relatively to a test dir
44ROOT_REPO=${ROOT_REPO:- $(realpath ../ ../ ..)}
5- CERT_MANAGER_VER=" 1.19.1 "
5+ CERT_MANAGER_VER=" 1.20.0 "
66test_name=$( basename " $( pwd) " )
77source " ${ROOT_REPO} /e2e-tests/vars.sh"
88
You can’t perform that action at this time.
0 commit comments