Implements management for already installed Helm releases. Installed releases can be upgraded through the UI which is rendered based on the schema stored in the release secret.
Currently, bumping Helm chart version is not supported, and only release values can be changed. Existing releases can also be deleted from the cluster, along with the resources the releases are managing.
Also, the PR introduces the externalIPs section on the service view for easier access.
✅ Checks
[x] I have tested my code (provide screenshots or screen recordings of a working solution)
615
📑 Description
Implements management for already installed Helm releases. Installed releases can be upgraded through the UI which is rendered based on the schema stored in the release secret.
Currently, bumping Helm chart version is not supported, and only release values can be changed. Existing releases can also be deleted from the cluster, along with the resources the releases are managing.
Also, the PR introduces the
externalIPs
section on the service view for easier access.✅ Checks