add java ai image#103
Conversation
|
Warning Review limit reached
More reviews will be available in 59 minutes and 19 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds a new java-17-ai IDE image to the Theia deployment configuration so it can be defined as an app and exposed in the landing page across the main environments.
Changes:
- Add
ghcr.io/eduide/eduide/java-17-aito the preloaded image lists for production, staging, and test environments. - Expose a new
java-17-ai-latestentry in each updated environment’slandingPage.additionalApps. - Add a new
java-17-ai-latestAppDefinition default in thetheia-appdefinitionschart.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
deployments/theia.artemis.cit.tum.de/values.yaml |
Adds the AI image to production preloading and landing page app options. |
deployments/theia-staging.artemis.cit.tum.de/values.yaml |
Adds the AI image to staging preloading and landing page app options. |
deployments/test1.theia-test.artemis.cit.tum.de/values.yaml |
Adds the AI image to test1 preloading and landing page app options. |
deployments/test2.theia-test.artemis.cit.tum.de/values.yaml |
Adds the AI image to test2 preloading and landing page app options. |
charts/theia-appdefinitions/values.yaml |
Registers the new AI AppDefinition in the shared chart defaults. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| images: | ||
| - ghcr.io/eduide/eduidec-landing-page:latest | ||
| - ghcr.io/eduide/eduide/java-17:latest | ||
| - ghcr.io/eduide/eduide/java-17-ai:latest |
| images: | ||
| - ghcr.io/eduide/eduidec-landing-page:latest | ||
| - ghcr.io/eduide/eduide/java-17:latest | ||
| - ghcr.io/eduide/eduide/java-17-ai:latest |
| images: | ||
| - ghcr.io/eduide/eduidec-landing-page:latest | ||
| - ghcr.io/eduide/eduide/java-17:latest | ||
| - ghcr.io/eduide/eduide/java-17-ai:latest |
Signed-off-by: Fangxing Liu <fx.liu@tum.de>
| - name: java-17-ai-latest | ||
| image: ghcr.io/eduide/eduide/java-17-ai | ||
| # imageTag: latest # Optional: override defaultImageTag for this app | ||
| requestsMemory: 500M | ||
| requestsCpu: 500m | ||
| limitsMemory: 3000M | ||
| minInstances: 3 | ||
| maxInstances: 1000 | ||
| options: | ||
| dataBridgeEnabled: "true" | ||
| dataBridgePort: "16281" | ||
|
|
||
| - name: java-17-templates-ai-latest | ||
| image: ghcr.io/eduide/eduide/java-17-templates-ai | ||
| # imageTag: latest # Optional: override defaultImageTag for this app | ||
| requestsMemory: 500M | ||
| requestsCpu: 500m | ||
| limitsMemory: 3000M | ||
| minInstances: 0 | ||
| maxInstances: 1000 |
| - ghcr.io/eduide/eduide/java-17-ai:latest | ||
| - ghcr.io/eduide/eduide/java-17-templates-ai:latest |
| - ghcr.io/eduide/eduide/java-17-ai:latest | ||
| - ghcr.io/eduide/eduide/java-17-templates-ai:latest |
Features
This PR adds support for the Ai Java 17 Image.
See related PRs: