|
1 | 1 | import Prerequisites from "../partials/helm/_helm-install-prereqs.mdx" |
2 | 2 |
|
3 | | -# Installing and Updating with Helm in an Air Gap Environment (Alpha) |
| 3 | +# Installing and Updating with Helm in Air Gap Environments (Alpha) |
4 | 4 |
|
5 | 5 | :::note |
6 | 6 | Air gap Helm installations are an Alpha feature. If you are interested in trying Helm air gap installations and providing feedback, please reach out to your account rep to enable this feature. |
@@ -74,19 +74,17 @@ This section describes the processes of performing manual and automatic updates |
74 | 74 |
|
75 | 75 | The manual update instructions provided in the Download Portal are similar to the installation instructions. |
76 | 76 |
|
77 | | -However, the first step prompts the customer to select their current version an the target version to install. |
78 | | - |
79 | | -This step takes [required releases](/vendor/releases-about#properties) into consideration, thereby guiding the customer to the versions that are upgradable from their current version. |
| 77 | +However, the first step prompts the customer to select their current version an the target version to install. This step takes [required releases](/vendor/releases-about#properties) into consideration, thereby guiding the customer to the versions that are upgradable from their current version. |
80 | 78 |
|
81 | 79 | The additional steps are consistent with installation process until the `preflight` and `install` commands where customers provide the existing values from the cluster with the `helm get values` and `--reuse-values` commands. |
82 | 80 |
|
83 | | -Should you introduce new images, or other values, you should call this out at the top of your release notes so that customers know they will need to make additional edits to the `values.yaml` before installing. |
| 81 | +If the new version introduces new images or other values, Replicated recommends that you explain this at the top of your release notes so that customers know they will need to make additional edits to the `values.yaml` before installing. |
84 | 82 |
|
85 | 83 | ### Automate Updates |
86 | 84 |
|
87 | | -The automate update instructions rely on a few new API endpoints that your customers can automate against. |
| 85 | +The instructions in the Download Portal for automating updates use API endpoints that your customers can automate against. |
88 | 86 |
|
89 | | -The instructions in the Download Portal provide customers with example commands that can be put into a script that they run periodically (as in, nightly or weekly) using GitHub Actions, Jenkins etc. |
| 87 | +The instructions in the Download Portal provide customers with example commands that can be put into a script that they run periodically (nightly, weekly) using GitHub Actions, Jenkins, or other platforms. |
90 | 88 |
|
91 | 89 | This method assumes that the customer has already done a successful manual installation, including the configuration of the appropriate `values`. |
92 | 90 |
|
|
0 commit comments