From 7362a60d287a98defa6e78ca7ed667669c0532b6 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 13 Aug 2025 09:58:37 +0200 Subject: [PATCH] fix: che-phpstorm-server editor definitions Signed-off-by: Anatolii Bazko --- editors-definitions/che-phpstorm-server-latest.yaml | 2 +- editors-definitions/che-phpstorm-server-next.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors-definitions/che-phpstorm-server-latest.yaml b/editors-definitions/che-phpstorm-server-latest.yaml index e6f564175e..d3485b2144 100644 --- a/editors-definitions/che-phpstorm-server-latest.yaml +++ b/editors-definitions/che-phpstorm-server-latest.yaml @@ -67,7 +67,7 @@ components: - name: editor-injector container: image: quay.io/che-incubator/che-idea-dev-server:latest - command: ['/entrypoint-init-container.sh', 'phpstorm'] + command: ['/entrypoint-init-container.sh', 'phpstorm', 'che-incubator/che-phpstorm-server/latest'] volumeMounts: - name: idea-server path: /idea-server diff --git a/editors-definitions/che-phpstorm-server-next.yaml b/editors-definitions/che-phpstorm-server-next.yaml index 77bcf2309d..b9d1174026 100644 --- a/editors-definitions/che-phpstorm-server-next.yaml +++ b/editors-definitions/che-phpstorm-server-next.yaml @@ -67,7 +67,7 @@ components: - name: editor-injector container: image: quay.io/che-incubator/che-idea-dev-server:next - command: ['/entrypoint-init-container.sh', 'phpstorm'] + command: ['/entrypoint-init-container.sh', 'phpstorm', 'che-incubator/che-phpstorm-server/next'] volumeMounts: - name: idea-server path: /idea-server