Skip to content

Helm charts for PC#10848

Open
katarzyna-koltun-mx wants to merge 3 commits intodevelopmentfrom
kk-pc-helm
Open

Helm charts for PC#10848
katarzyna-koltun-mx wants to merge 3 commits intodevelopmentfrom
kk-pc-helm

Conversation

@katarzyna-koltun-mx
Copy link
Collaborator

No description provided.

Comment on lines +51 to +66
{{< figure src="/attachments/deployment/private-cloud/private-cloud-cluster/helm-chart-wizard.png" >}}

6. In the **General Settings** tab, enter the cluster that you created in step 1.
7. Follow the wizard to configure the other options according to your requirements.

You must specify the database, [storage plan](/developerportal/deploy/private-cloud-storage-plans/), [ingress](/deploy/private-cloud-cluster/private-cloud-ingress-settings/), and [registry](/developerportal/deploy/private-cloud-registry/).

8. Click **Generate & Download** to generate the yaml file with the configurations that you provided.

9. Run the following command: `helm install -n <your namespace> -f <yaml file name> <your namespace> ./mx-privatecloud-operator-installer`.

The installer performs the basic installation and applies the configurations at the same time.

## Upgrading the Operator with Helm Charts

If you want to update your configuration (for example, change the database), recreate the yaml file by using the same wizard as above, and then run the following command: `helm update -n <your namespace> -f <yaml file name> <your namespace> ./mx-privatecloud-operator-installer`. No newline at end of file
Copy link
Contributor

@ilholbea ilholbea Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The screenshot must be updated since now have a Service Account section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants