New features of v1.0

This commit is contained in:
Andrei Pohilko
2023-02-01 16:01:35 +00:00
parent 0b891e7c28
commit 8faa5dabd5

View File

@@ -20,14 +20,16 @@ version.
This project is part of [Komodor's](https://komodor.com/?utm_campaign=Helm-Dash&utm_source=helm-dash-gh) vision of This project is part of [Komodor's](https://komodor.com/?utm_campaign=Helm-Dash&utm_source=helm-dash-gh) vision of
helping Kubernetes users to navigate and troubleshoot their clusters, the project is **NOT** an offical project by the [helm team](https://helm.sh/). helping Kubernetes users to navigate and troubleshoot their clusters, the project is **NOT** an offical project by the [helm team](https://helm.sh/).
Some of the key capabilities of the tool: Key capabilities of the tool:
- See all installed charts and their revision history - See all installed charts and their revision history
- See manifest diff of the past revisions - See manifest diff of the past revisions
- Browse k8s resources resulting from the chart - Browse k8s resources resulting from the chart
- Easy rollback or upgrade version with a clear and easy manifest diff - Easy rollback or upgrade version with a clear and easy manifest diff
- Integration with popular problem scanners - Integration with popular problem scanners
- Easy switch between multiple clusters - Easy switch between multiple clusters
- Can be used locally, or installed into Kubernetes cluster
- Does not require Helm or Kubectl installed
## Setup ## Setup