diff --git a/FEATURES.md b/FEATURES.md index 5ea8794..b683e84 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -7,6 +7,10 @@ To close Helm-dashboard, click on the button in the rightmost corner of the scre If you want to switch to a different cluster, simply click on the corresponding cluster as shown in the figure. [Click here](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) to learn how to access multiple clusters. ![Multicluster_screenshot](images/screenshot_multicluster.png) +# Reset Cache +The "Reset Cache" feature in Helm Dashboard clears the cached data and fetches the latest information from the backend or data source. It ensures that the dashboard displays up-to-date data and reflects any recent changes or updates. +![Detail1](images/screenshot_reset_cache.png) + # Repository Essentially, a repository is a location where charts are gathered and can be shared. If you want to learn more about repositories, [click here](https://helm.sh/docs/topics/chart_repository/). You can find the repository in the home section, as depicted in the figure. ![Repository3](images/screenshot_repository3.png) @@ -48,10 +52,29 @@ Namespaces are a way to organize clusters into virtual sub-clusters — they can Updated" refers to the amount of time that has passed since the last revision of the release. Whenever you install or upgrade the release, a new revision is created. You can think of it as the "age" of the latest revision. ![Releases5](images/screenshot_release5.png) +Indication of upgrade possible/repo suggested. +![Release6](images/screenshot_upgrade_available.png) + # Release details This indicates the status of the deployed release, and 'Age' represents the amount of time that has passed since the creation of the revision until now. ![Detail](images/screenshot_release_detail.png) You can use the Upgrade/Downgrade button to switch to different release versions, as shown in the figure. -![Detail1](images/screenshot_release_detail1.png) +![Detail1](images/screenshot_upgrade_available2.png) + +Confirm the upgrade settings and configuration and click on confirm button to continue +![Detail2](images/screenshot_upgrade_confirmation.png) + +Once the upgrade is done, your release will show the status +![Detail3](images/screenshot_upgrade_complete.png) + +It executes the test scripts or commands within the deployed application's environment and displays the results +![Detail4](images/screenshot_run_tests.png) + +Running test hooks results +![Detail5](images/screenshot_test_results.png) + + + + diff --git a/images/screenshot_reset_cache.png b/images/screenshot_reset_cache.png new file mode 100644 index 0000000..1a9a42a Binary files /dev/null and b/images/screenshot_reset_cache.png differ diff --git a/images/screenshot_run_test.png b/images/screenshot_run_test.png deleted file mode 100755 index 22b6708..0000000 Binary files a/images/screenshot_run_test.png and /dev/null differ diff --git a/images/screenshot_run_test_result.png b/images/screenshot_run_test_result.png deleted file mode 100755 index e5bdbc3..0000000 Binary files a/images/screenshot_run_test_result.png and /dev/null differ diff --git a/images/screenshot_run_tests.png b/images/screenshot_run_tests.png new file mode 100644 index 0000000..fd117f5 Binary files /dev/null and b/images/screenshot_run_tests.png differ diff --git a/images/screenshot_test_results.png b/images/screenshot_test_results.png new file mode 100644 index 0000000..68aada9 Binary files /dev/null and b/images/screenshot_test_results.png differ diff --git a/images/screenshot_upgrade_available.png b/images/screenshot_upgrade_available.png new file mode 100644 index 0000000..2fc8ce8 Binary files /dev/null and b/images/screenshot_upgrade_available.png differ diff --git a/images/screenshot_upgrade_available2.png b/images/screenshot_upgrade_available2.png new file mode 100644 index 0000000..41cc6a0 Binary files /dev/null and b/images/screenshot_upgrade_available2.png differ diff --git a/images/screenshot_upgrade_complete.png b/images/screenshot_upgrade_complete.png new file mode 100644 index 0000000..658b75d Binary files /dev/null and b/images/screenshot_upgrade_complete.png differ diff --git a/images/screenshot_upgrade_confirmation.png b/images/screenshot_upgrade_confirmation.png new file mode 100644 index 0000000..2d47d3c Binary files /dev/null and b/images/screenshot_upgrade_confirmation.png differ