File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,15 @@ jobs:
155155 uses : ./.github/actions/k3d
156156 with :
157157 k3s-channel : " ${{ matrix.kubernetes }}"
158+ prefetch-timeout : 5m
158159 prefetch-images : |
159160 registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
160161 registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
161162 registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
163+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542
164+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542
165+ registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542
166+ registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542
162167
163168 - name : Get pgMonitor files.
164169 run : make get-pgmonitor
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kuttl.dev/v1beta1
22kind : TestSuite
33testDirs :
44- testing/kuttl/e2e-generated/
5- timeout : 300
5+ timeout : 450
66parallel : 2
77# by default kuttl will run in a generated namespace to override
88# that functionality simply uncomment the line below and replace
You can’t perform that action at this time.
0 commit comments