Skip to content

Commit ef94222

Browse files
committed
edits
1 parent baa0202 commit ef94222

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/vendor/helm-install-airgap.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Prerequisites from "../partials/helm/_helm-install-prereqs.mdx"
22

3-
# Installing and Updating with Helm in an Air Gap Environment (Alpha)
3+
# Installing and Updating with Helm in Air Gap Environments (Alpha)
44

55
:::note
66
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
7474

7575
The manual update instructions provided in the Download Portal are similar to the installation instructions.
7676

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

8179
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.
8280

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

8583
### Automate Updates
8684

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

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

9189
This method assumes that the customer has already done a successful manual installation, including the configuration of the appropriate `values`.
9290

docs/vendor/helm-install-overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The following diagram shows how Helm charts distributed with Replicated are inst
2121

2222
<HelmDiagramOverview/>
2323

24+
For information about how to install with Helm, see:
25+
* [Installing with Helm](/vendor/install-with-helm)
26+
* [Installing and Updating with Helm in Air Gap Environments (Alpha)](helm-install-airgap)
27+
2428
## About the `global.replicated` Helm Values
2529

2630
When a customer installs your Helm chart from the Replicated registry, the Replicated registry injects values into the `global.replicated` field of the Helm chart values file.

0 commit comments

Comments
 (0)