Update demo-bundled image build: switch console image and remove manual tarball steps#7242
Merged
Update demo-bundled image build: switch console image and remove manual tarball steps#7242
Conversation
- Fix CI workflow: only login to GHCR on push/dispatch events, remove manual console image tarball step, and use conditional push flag - Add flyteconsole-v2 to sandbox image manifest - Add minio deployment, service, secret, PVC, and service account to both complete and dev demo-bundled manifests Signed-off-by: Kevin Su <pingsutw@apache.org>
AdilFayyaz
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
The demo-bundled sandbox was pulling the console image (
flyte-client-v2) manually and saving tarballs, which added unnecessary complexity. The console image has moved tounionai-oss/flyteconsole-v2and is now included in the image manifest for automatic handling.What changes were proposed in this pull request?
ghcr.io/flyteorg/flyte-client-v2:latesttodocker.io/unionai-oss/flyteconsole-v2:sandboxin manifests and helm valuesflyteconsole-v2to the sandbox image manifest (manifest.txt) so it's pulled automaticallypushflag for demo-bundled image buildHow was this patch tested?
CI workflow changes tested via GitHub Actions. Manifest changes verified by inspection.
Labels
Check all the applicable boxes
main