Skip to content

Commit

Permalink
feat: cluster visualizations (implement workloads topology & network …
Browse files Browse the repository at this point in the history
…topology)
  • Loading branch information
itnpeople committed Jul 1, 2022
2 parents 8f99ab3 + 010951d commit 597ed0d
Show file tree
Hide file tree
Showing 23 changed files with 844 additions and 244 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kore-board",
"version": "0.5.0",
"version": "0.5.1",
"description": "Kubernetes multi-clusters dashboard",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions scripts/install/kubernetes/helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kore-board
type: application
version: 0.5.0
appVersion: v0.5.0
version: 0.5.1
appVersion: v0.5.1
description: Kubernetes multi-clusters dashboard
26 changes: 18 additions & 8 deletions scripts/install/kubernetes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
acornsoft-dashboard:
- apiVersion: v2
appVersion: v0.3.0
created: "2022-05-23T16:10:46.861646+09:00"
created: "2022-07-01T15:15:14.062375+09:00"
description: Acornsoft Kubernetes Dashboard
digest: 9063661ae9ba91998ab0375fa3b96cf3c8f247816b77a734716357930f07d3b3
name: acornsoft-dashboard
Expand All @@ -13,7 +13,7 @@ entries:
version: 0.3.0
- apiVersion: v2
appVersion: v0.2.0
created: "2022-05-23T16:10:46.860676+09:00"
created: "2022-07-01T15:15:14.061557+09:00"
description: Acornsoft Kubernetes Dashboard
digest: 90d6e245dbbb0098514374152c92e78ac65bd50fadee0a69250ee0450257f879
name: acornsoft-dashboard
Expand All @@ -23,7 +23,7 @@ entries:
version: 0.2.0
- apiVersion: v2
appVersion: v0.1.2
created: "2022-05-23T16:10:46.859641+09:00"
created: "2022-07-01T15:15:14.060523+09:00"
description: Acornsoft Kubernetes Dashboard
digest: 3205f6217826ba691c6f040ab23809cb0a3047ab6f5295bea2100d874b82e519
name: acornsoft-dashboard
Expand All @@ -32,9 +32,19 @@ entries:
- acornsoft-dashboard-0.1.2.tgz
version: 0.1.2
kore-board:
- apiVersion: v2
appVersion: v0.5.1
created: "2022-07-01T15:15:14.068769+09:00"
description: Kubernetes multi-clusters dashboard
digest: 9fee906403036f7aca6971bcb39b2a83afcb1dbd7feafea31d89d954ce7221d1
name: kore-board
type: application
urls:
- kore-board-0.5.1.tgz
version: 0.5.1
- apiVersion: v2
appVersion: v0.5.0
created: "2022-05-23T16:10:46.865643+09:00"
created: "2022-07-01T15:15:14.066458+09:00"
description: Kubernetes multi-clusters dashboard
digest: e60368b94335ed7ab63dc03c6a6c2e0e6f706dcae823d9a55f1e2f86bfc089d6
name: kore-board
Expand All @@ -44,7 +54,7 @@ entries:
version: 0.5.0
- apiVersion: v2
appVersion: v0.4.2
created: "2022-05-23T16:10:46.864836+09:00"
created: "2022-07-01T15:15:14.065225+09:00"
description: Kubernetes multi-clusters dashboard
digest: 242fd23d5991dd585cec827ea5500c31801904660fc70c81b5b2d784964f25c8
name: kore-board
Expand All @@ -54,7 +64,7 @@ entries:
version: 0.4.2
- apiVersion: v2
appVersion: v0.4.0
created: "2022-05-23T16:10:46.863755+09:00"
created: "2022-07-01T15:15:14.064201+09:00"
description: Kubernetes multi-clusters dashboard
digest: 86b6253fad9c2843aa0555ac2dbfdba9020fdbf16fb626564235c84879ed5ee2
name: kore-board
Expand All @@ -64,12 +74,12 @@ entries:
version: 0.4.0
- apiVersion: v2
appVersion: v0.3.3
created: "2022-05-23T16:10:46.862709+09:00"
created: "2022-07-01T15:15:14.063278+09:00"
description: Kubernetes multi-clusters dashboard
digest: 5421b7f7072b0047e2c91c7d2f546271c085b1672eef703c7c8114be2c9c007d
name: kore-board
type: application
urls:
- kore-board-0.3.3.tgz
version: 0.3.3
generated: "2022-05-23T16:10:46.857308+09:00"
generated: "2022-07-01T15:15:14.058506+09:00"
Binary file added scripts/install/kubernetes/kore-board-0.5.1.tgz
Binary file not shown.
Loading

0 comments on commit 597ed0d

Please sign in to comment.