You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Helm** group in the Cluster UI sidebar lets you view and manage the Helm resources deployed in your cluster. It surfaces two types of FluxCD resources — Releases and HelmCharts — so you can see what is installed, check its status, and create new resources directly from the UI.
15
16
16
-
Platform Console's Helm Chart Management lets you manage Helm releases within your Kubernetes clusters — installing new charts, modifying existing releases, and rolling back versions from the UI.
17
+
## Open the Helm Section
17
18
18
-
## Accessing Helm Chart Management
19
+
1. Navigate to the [Platform Console](https://console.appscode.com).
20
+
2. Click on your imported cluster to open its Cluster Overview page.
21
+
3. In the left sidebar, click **Helm** to expand it.
19
22
20
-
To navigate to the Helm Chart Management page:
23
+
---
24
+
25
+
## Releases
26
+
27
+
A HelmRelease is a FluxCD resource that describes a deployed Helm chart in the cluster. The Platform Console tracks every HelmRelease and shows its current reconciliation state, so you can instantly see whether an installation or upgrade succeeded or is still in progress.
21
28
22
-
1. From the [Platform Console](https://console.appscode.com), click on your imported cluster to go to the Cluster Overview page.
23
-
2. In the left sidebar, under **Helm**, select **Releases** to access the Helm Chart Management page.
29
+
Use this page to verify that a chart was installed correctly, check for failed releases, or create a new HelmRelease without using the command line.
24
30
25
-
## Helm Chart Management Features
31
+
Lists every HelmRelease with its **Namespace**, **Age**, **Ready** status, and a **Status** message showing the last Helm operation result. Click **+ Create HelmRelease** to define a new release from the UI.
32
+
33
+

34
+
35
+
---
26
36
27
-
### Install New Charts
37
+
##Helm Charts
28
38
29
-
1.**Choose Chart Source:** Select a chart source from publicly available URLs or provide a custom URL.
30
-
2.**Select Chart and Version:** Browse and choose the desired chart and version.
31
-
3.**Customize Installation:** Provide a custom release name, namespace, and specify a custom values file during installation.
39
+
A HelmChart is a FluxCD resource that sources a specific chart and version from a HelmRepository. Each HelmRelease references a HelmChart behind the scenes. Viewing this page tells you which charts are being pulled, from where, and whether the source is reachable and up to date.
40
+
41
+
Use this page to check chart versions in use, verify that chart sources are resolving correctly, or create a new HelmChart resource.
42
+
43
+
Lists every HelmChart with its **Namespace**, **Annotations**, **Age**, **Chart** name, **Version**, **Source Kind**, **Source Name**, **Ready** state, and **Status**. Click **+ Create HelmChart** to add a new chart source.
44
+
45
+

46
+
47
+
---
32
48
33
-
### Interact with Existing Releases
49
+
##Quick Reference
34
50
35
-
-**Modify Releases:** Adjust existing Helm releases based on evolving requirements.
36
-
-**Rollback to Previous Versions:** Revert to previous versions of Helm releases if needed.
51
+
| Task | How to do it |
52
+
|---|---|
53
+
| Open the Helm view | Click your cluster → click **Helm** in the left sidebar |
54
+
| Check release status | Click **Releases** under the Helm group |
55
+
| View chart sources | Click **Helm Charts** under the Helm group |
56
+
| Create a new release | Click **+ Create HelmRelease** on the Releases page |
57
+
| Create a new chart source | Click **+ Create HelmChart** on the Helm Charts page |
0 commit comments