diff --git a/content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-helm-charts.md b/content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-helm-charts.md index b58dd28a527..6772da10838 100644 --- a/content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-helm-charts.md +++ b/content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-helm-charts.md @@ -9,7 +9,7 @@ weight: 50 By default, Mendix on Kubernetes uses the mxpc-cli tool for configuring namespaces and performing base installations. However, you can also integrate Helm charts into your pipelines in order to directly install components and run the configurations through the Helm chart UI. -The solution consists of two main components: the Helm charts themselves, and a tool called *mx-ops-cli*. The mx-ops-cli acts as a user interface, allowing you to input configurations and then generate Helm charts values from the helm charts. +The solution consists of two main components: the Helm charts themselves, and a tool called *mx-ops-cli*. This Helm Chart UI acts as a user interface, allowing you to input configurations and then generate Helm charts values from the helm charts. {{% alert color="info" %}} Before using Helm charts, make sure to review the official Helm documentation. @@ -78,6 +78,8 @@ To install the solution, perform the following steps: 11. In the **Ingress** tab, specify your network ingress settings. For more information about the available options, see [Network Ingress Settings in Mendix on Kubernetes](/developerportal/deploy/private-cloud-cluster/private-cloud-ingress-settings/). + With the new release of mx-ops-cli (2.27.0), it is now possible to add Ingress Annotation in the Helm Chart UI. + {{< figure src="/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png" >}} {{% alert color="info" %}}Keep in mind that changing the ingress type resets the value of all fields in this tab.{{% /alert %}} diff --git a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md index 03717d4cf46..94a7df8ee7d 100644 --- a/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-for-private-cloud.md @@ -26,7 +26,7 @@ For information on the current status of deployment to Mendix on Kubernetes and ### May 1, 2026 -#### Mendix Ops CLI +#### Helm Chart UI * We have released a new mx-ops-cli tool for configuring namespaces and performing base installations by using Helm charts. For more information, see [Installing Components through the Helm Chart UI](/developerportal/deploy/helm-charts/). diff --git a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png index 78b62ffbdf3..09ba411e0f5 100644 Binary files a/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png and b/static/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard5.png differ