Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
To apply configuration changes to the Appcircle server installation, update the Helm release with the new configuration using the following command:

:::info
The namespace, release name, and Helm repository name in the example command below are written for the example installation document. If you have changed these values while installing the Appcircle server, adjust the values if required.
The arguments used for the `helm upgrade` parameters in the sample command below are based on the installation document, and it is compatible with a default installation.

- Release: `appcircle-server`
- Chart: `appcircle/appcircle`
- Namespace: `appcircle`

If you have customized these values while installing the Appcircle server, change the values to your customized ones.
:::

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ Current headlines are listed below:
- [Domain Verification](/self-hosted-appcircle/install-server/helm-chart/configuration/domain-verification)
- [External Image Registries](/self-hosted-appcircle/install-server/helm-chart/configuration/external-image-registry)
- [Advanced Configuration](/self-hosted-appcircle/install-server/helm-chart/configuration/advanced-configuration)
- [Resource Configuration](/self-hosted-appcircle/install-server/helm-chart/configuration/resource-configuration)

In order to see the details, check the submenu of this documentation page.
Loading