Skip to content

Commit 7d21413

Browse files
committed
Update cert manager version
1 parent d5bb656 commit 7d21413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/conf/client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: pg-client
17-
image: perconalab/percona-distribution-postgresql:15
17+
image: perconalab/percona-distribution-postgresql:17
1818
imagePullPolicy: Always
1919
command:
2020
- sleep

e2e-tests/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# set root repo relatively to a test dir
44
ROOT_REPO=${ROOT_REPO:-$(realpath ../../..)}
5-
CERT_MANAGER_VER="1.15.3"
5+
CERT_MANAGER_VER="1.17.0"
66
test_name=$(basename "$(pwd)")
77
source "${ROOT_REPO}/e2e-tests/vars.sh"
88

0 commit comments

Comments
 (0)