info added to FEATURES.md (#433)
* added more info to features.md * added details to FEATURES.md * . * reset to last commit * Update FEATURES.md
43
FEATURES.md
@@ -74,6 +74,49 @@ It executes the test scripts or commands within the deployed application's envir
|
||||
Running test hooks results
|
||||

|
||||
|
||||
The Helm Dashboard provides basic information about your Helm releases, including revision number, deployment date, release message, cluster details, and deployment status.
|
||||

|
||||
|
||||
### Resource Tab
|
||||
|
||||
In the Resources tab of the Helm Dashboard, you can view the kind (type), name, status, and any associated messages for your Kubernetes resources.
|
||||

|
||||
|
||||
### Manifest Tab
|
||||
|
||||
Text: The Manifests tab displays the textual representation of the Kubernetes manifests associated with your Helm release. It provides the YAML or JSON configuration files that define the desired state of the resources deployed in your cluster.
|
||||

|
||||
|
||||
Diff with Previous: The "Diff with Previous" feature allows you to compare the current version of the manifests with the previous version. It highlights the differences between the two versions, making it easier to identify the changes made in the deployment.
|
||||

|
||||
|
||||
Diff with Specific: The "Diff with Specific" option enables you to compare the current version of the manifests with a specific past version. It allows you to select a particular revision and view the differences between that revision and the current one.
|
||||

|
||||
|
||||
### Values Tab
|
||||
|
||||
Text: The Values tab displays the textual representation of the values file associated with your Helm chart. It shows the YAML or JSON file that contains the configuration values used during the deployment of the chart.
|
||||

|
||||
|
||||
Diff: The "Diff" feature allows you to compare the current values with the previous values used in a previous deployment. It highlights any differences between the two versions, making it easier to identify changes made to the configuration.
|
||||

|
||||
|
||||
### Text Tab
|
||||
|
||||
Text: The Notes tab displays any accompanying notes or documentation related to the Helm chart.
|
||||

|
||||
|
||||
Diff with previous: The "Diff" feature is not typically available in the Notes tab. This tab is primarily meant for viewing the static text-based notes associated with the chart and doesn't involve comparisons or tracking changes like in the Manifests or Values tabs.
|
||||

|
||||
|
||||
Diff with Specific Version: Similar to the previous point, the ability to view a diff with a specific version of the notes is not a standard feature in the Notes section of the Helm Dashboard. The Notes section usually presents the information for the specific version of the Helm chart that is currently deployed.
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
images/screenshot_basic_info.png
Normal file
|
After Width: | Height: | Size: 734 KiB |
BIN
images/screenshot_manifest_diff_prev.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
images/screenshot_manifest_diff_specific.png
Normal file
|
After Width: | Height: | Size: 648 KiB |
BIN
images/screenshot_manifest_view.png
Normal file
|
After Width: | Height: | Size: 512 KiB |
BIN
images/screenshot_notes_diff_prev.png
Normal file
|
After Width: | Height: | Size: 943 KiB |
BIN
images/screenshot_notes_diff_specific_version.png
Normal file
|
After Width: | Height: | Size: 342 KiB |
BIN
images/screenshot_notes_view.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
images/screenshot_resource.png
Normal file
|
After Width: | Height: | Size: 734 KiB |
BIN
images/screenshot_values_diff_prev.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
images/screenshot_values_view.png
Normal file
|
After Width: | Height: | Size: 445 KiB |