diff --git a/product/buildAllInBrewCopyToQuay.sh b/product/buildAllInBrewCopyToQuay.sh index 4b1e4c933e..041c0d46cc 100755 --- a/product/buildAllInBrewCopyToQuay.sh +++ b/product/buildAllInBrewCopyToQuay.sh @@ -82,6 +82,7 @@ if [[ $PHASES == *"1"* ]]; then doBuild "devspaces-code \ devspaces-configbump \ devspaces-dashboard \ + devspaces-jetbrains-ide \ devspaces-idea \ devspaces-imagepuller \ devspaces-machineexec \ diff --git a/product/getLatestImageTags.sh b/product/getLatestImageTags.sh index 657c2640a9..a1ef4a166e 100755 --- a/product/getLatestImageTags.sh +++ b/product/getLatestImageTags.sh @@ -76,6 +76,7 @@ devspaces/configbump-rhel8 \ devspaces/devspaces-rhel8-operator \ devspaces/devspaces-operator-bundle \ devspaces/dashboard-rhel8 \ +devspaces/jetbrains-ide-rhel9 \ \ devspaces/idea-rhel8 \ devspaces/imagepuller-rhel8 \ diff --git a/product/tagRelease.sh b/product/tagRelease.sh index a5a7889703..03b9a8aa70 100755 --- a/product/tagRelease.sh +++ b/product/tagRelease.sh @@ -220,6 +220,7 @@ if [[ "${pkgs_devel_branch}" ]] && [[ "${CSV_VERSION}" ]]; then devspaces-code \ devspaces-configbump \ devspaces-dashboard \ + devspaces-jetbrains-ide \ devspaces-idea \ devspaces-imagepuller \ \