diff --git a/v3/plugins/eclipse/che-theia/next/meta.yaml b/v3/plugins/eclipse/che-theia/next/meta.yaml index 079e8edeb2..64703b3b43 100644 --- a/v3/plugins/eclipse/che-theia/next/meta.yaml +++ b/v3/plugins/eclipse/che-theia/next/meta.yaml @@ -67,3 +67,15 @@ spec: - exposedPort: 13132 - exposedPort: 13133 memoryLimit: "512M" + initContainers: + - name: remote-runtime-injector + image: eclipse/che-theia-endpoint-runtime-binary:next + volumes: + - mountPath: "/remote-endpoint" + name: remote-endpoint + ephemeral: true + env: + - name: PLUGIN_REMOTE_ENDPOINT_EXECUTABLE + value: /remote-endpoint/plugin-remote-endpoint + - name: REMOTE_ENDPOINT_VOLUME_NAME + value: remote-endpoint diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml index fd6c22df1c..3dc2821ae6 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml @@ -16,4 +16,6 @@ spec: name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix + - https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix - https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.0.21/openshift-connector-0.0.21-228.vsix diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml index 06ce2d18ae..6feec22099 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml @@ -16,4 +16,6 @@ spec: name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix + - https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix - https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.1.0/redhat.vscode-openshift-connector-0.1.0.vsix