Skip to content

Commit d6bde97

Browse files
authored
Update README.md
Signed-off-by: Sebastian Florek <[email protected]>
1 parent 1006553 commit d6bde97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
1010

11+
As of version 7.0.0, we have dropped support for Manifest-based installation. Only Helm-based installation is supported now. Due to multi-container setup and hard dependency on Kong gateway API proxy
12+
it would not be feasible to easily support Manifest-based installation.
13+
14+
Additionally, we have changed the versioning scheme and dropped `appVersion` from Helm chart. It is because, with a multi-container setup, every module is now versioned separately. Helm chart version
15+
can be considered an app version now.
16+
1117
![Dashboard UI workloads page](docs/images/overview.png)
1218

1319
## Installation

0 commit comments

Comments
 (0)