-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* single antd box style * show service external IPs * helm releases tab * single antd box style * register helm release routes * sse to receive path * helm logos * support helm releases * bump go.mod * add helm methods to k8s client interface * add service external IPs * k8s client helm support implementation * helm release mapper * helm release client * helm release handler * make mockery * add deps * ⚙️ update cyclops to v0.15.0-rc.1 * remove root from deps * ⚙️ update cyclops to v0.15.0-rc.2 * remove error deletion * return nil on empty schema * await for release chart schema * ⚙️ update cyclops to v0.15.0-rc.3 * helm tab key * release telemetry * namespaced scoped helm release management (#658) * namespaced scope release management * fix typo * terminate loading * reorder sidebar * uninstall error * highlight release name on delete * inline --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
95e5d76
commit 1d74654
Showing
32 changed files
with
2,022 additions
and
52 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
DISABLE_TELEMETRY=true | ||
PORT=8888 | ||
WATCH_NAMESPACE=cyclops | ||
WATCH_NAMESPACE_HELM= | ||
CYCLOPS_VERSION=v0.0.0 |
This file contains 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
This file contains 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
Oops, something went wrong.