-
Notifications
You must be signed in to change notification settings - Fork 6
Milestone 7: WIP #2759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
emosbaugh
wants to merge
12
commits into
main
Choose a base branch
from
milestone-7-redo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Milestone 7: WIP #2759
Conversation
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
* feat(v3): install Helm charts directly without KOTS CLI * gofmt * fix tests * gofmt * update docs * feedback
…e when installing app charts (#2719) * feat(v3): use values and optionalValues from HelmChart custom resource when installing app charts * fix tests * fix conflicts
* Update milestone 7 proposal and improve some tests * fix namespace in test * fix release name in tests
…s being installed (#2750) * feat(api): update app install status endpoint to return list of charts being installed * f * f
* fix(api): use correct helm client k8s version * f * use embedded k0s version for linux installs * use embedded k0s version for linux installs * pass in k8s version to app release manager when target is kubernetes * f
bbebb5e
to
5fa0f88
Compare
…e image pull secrets (#2760) * feat(v3): rely on kots to process the app airgap bundle and create the image pull secrets * f
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer:
Airgap Installer (may take a few minutes before the airgap bundle is built):
Happy debugging! |
…lled with progress (#2769) * feat(v3): update the app installation page to show charts being installed with progress * f * f
* Use Helm binary instead of the Go SDK to manage charts * pass version to helm show command * add helm to operator image * fix tests * feedback * feedback * fix web lint * remove todo * fix tests and logs * move env flags * add helm log prefix * try fixing integration test * return context error * one more try * revert * debug logs * debug logs * no-op * one more try * use helm history * override cmd cancel function * auto rollback * remove modify cmd * tests * put log back * remove debug log * remove debug log * err msg * err msgs * refactor * rename * set helm HOME env vars * rename tmp dir * update comment
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.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?