cyclops-ui / cyclops

Developer Friendly Kubernetes 👁️
https://cyclops-ui.com
Apache License 2.0
2.5k stars 770 forks source link

Helm release management #654

Closed petar-cvit closed 1 month ago

petar-cvit commented 1 month ago

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