This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Bounty Submission (Milestone): Helm + Tilt foundation for Universal Deployment - #309
Open
lustsazeus-lab wants to merge 1 commit into
Open
Conversation
Author
|
Friendly follow-up on this milestone PR. It has been open for a while and is still mergeable, but appears to be waiting on maintainer review. If you want me to refresh/rebase it or split anything out to make review easier, I can do that. Otherwise, I'd appreciate a look when you have time. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
This PR delivers a shippable milestone toward issue #144 (Universal One-Click Deployment), focused on the Kubernetes + Tilt foundation without over-claiming full cross-platform completion.
What is included
deploy/helm/finmindto package the core stack:autoscaling/v2).Tiltfilefor local K8s dev loop.scripts/deploy-k8s-helm.sh.README.mddeploy/k8s/README.mddeploy/helm/README.mdWhy this scope
Issue #144 requests a very large matrix (many PaaS providers + K8s + Tilt + runtime verification of full product flows). Implementing all mandatory platform paths with production-grade validation in one shot is high-risk and likely not reviewable in a single safe PR.
This milestone is intended to be merged independently and used as the deployment control plane baseline for subsequent provider-specific one-click paths.
Validation run in this environment
sh -n scripts/deploy-k8s-helm.shsh -n scripts/deploy-k8s.shgit diff --checkMilestone acceptance checklist
helm upgrade --installTiltfile)Closes #144 (milestone progress)