Skip to content

Commit

Permalink
Add tag for RHEL9
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Nov 9, 2022
1 parent de2df21 commit d03a6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-lib-postgresql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ function test_postgresql_imagestream() {
local tag="-el7"
if [ "${OS}" == "rhel8" ]; then
tag="-el8"
elif [ "${OS}" == "rhel9" ]; then
tag="-el9"
fi
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}"
}
Expand Down

0 comments on commit d03a6b4

Please sign in to comment.