Skip to content

Commit d03a6b4

Browse files
committed
Add tag for RHEL9
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent de2df21 commit d03a6b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-lib-postgresql.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ function test_postgresql_imagestream() {
3131
local tag="-el7"
3232
if [ "${OS}" == "rhel8" ]; then
3333
tag="-el8"
34+
elif [ "${OS}" == "rhel9" ]; then
35+
tag="-el9"
3436
fi
3537
ct_os_test_image_stream_template "${THISDIR}/imagestreams/postgresql-${OS%[0-9]*}.json" "${THISDIR}/examples/postgresql-ephemeral-template.json" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
3638
}

0 commit comments

Comments
 (0)