Skip to content

Commit 1cda1ce

Browse files
helm releases
Signed-off-by: Sourav Roy <souravroy@appscode.com>
1 parent 3874094 commit 1cda1ce

3 files changed

Lines changed: 35 additions & 14 deletions

File tree

docs/platform/guides/cluster-management/cluster-helm-charts.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,48 @@ menu_name: docsplatform_{{.version}}
1010
section_menu_id: guides
1111
---
1212

13+
# Helm Chart Management
1314

14-
# Manage Helm Charts in Platform Console
15+
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.
1516

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
1718

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.
1922

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.
2128

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.
2430

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+
![Helm Releases list page showing all HelmRelease resources with namespace, age, ready, and status columns](images/cluster-helm-charts/helm-releases-list.png)
34+
35+
---
2636

27-
### Install New Charts
37+
## Helm Charts
2838

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+
![Helm Charts list page showing all HelmChart resources with chart name, version, source kind, source name, ready, and status columns](images/cluster-helm-charts/helm-charts-list.png)
46+
47+
---
3248

33-
### Interact with Existing Releases
49+
## Quick Reference
3450

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 |
189 KB
Loading
188 KB
Loading

0 commit comments

Comments
 (0)