Skip to content

Commit 301a633

Browse files
committed
Add the jetbrains-ide container image to the overall list of images
Signed-off-by: Artem Zatsarynnyi <[email protected]>
1 parent bb9d410 commit 301a633

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

product/buildAllInBrewCopyToQuay.sh

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ if [[ $PHASES == *"1"* ]]; then
8383
devspaces-configbump \
8484
devspaces-dashboard \
8585
devspaces-idea \
86+
devspaces-jetbrains-ide \
8687
devspaces-imagepuller \
8788
devspaces-machineexec \
8889
devspaces-operator \

product/getLatestImageTags.sh

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ devspaces/devspaces-operator-bundle \
7878
devspaces/dashboard-rhel9 \
7979
\
8080
devspaces/idea-rhel9 \
81+
devspaces/jetbrains-ide-rhel9 \
8182
devspaces/imagepuller-rhel9 \
8283
devspaces/machineexec-rhel9 \
8384
devspaces/pluginregistry-rhel9 \

product/tagRelease.sh

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ if [[ "${pkgs_devel_branch}" ]] && [[ "${CSV_VERSION}" ]]; then
221221
devspaces-configbump \
222222
devspaces-dashboard \
223223
devspaces-idea \
224+
devspaces-jetbrains-ide \
224225
devspaces-imagepuller \
225226
\
226227
devspaces-machineexec \

0 commit comments

Comments
 (0)