We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bb656 commit 7d21413Copy full SHA for 7d21413
e2e-tests/conf/client.yaml
@@ -14,7 +14,7 @@ spec:
14
spec:
15
containers:
16
- name: pg-client
17
- image: perconalab/percona-distribution-postgresql:15
+ image: perconalab/percona-distribution-postgresql:17
18
imagePullPolicy: Always
19
command:
20
- sleep
e2e-tests/functions
@@ -2,7 +2,7 @@
2
3
# set root repo relatively to a test dir
4
ROOT_REPO=${ROOT_REPO:-$(realpath ../../..)}
5
-CERT_MANAGER_VER="1.15.3"
+CERT_MANAGER_VER="1.17.0"
6
test_name=$(basename "$(pwd)")
7
source "${ROOT_REPO}/e2e-tests/vars.sh"
8
0 commit comments