Skip to content

Commit 3afbeac

Browse files
authored
Merge pull request #2740 from replicatedhq/grantmiller-patch-9
Update helm-install-airgap.mdx
2 parents 912d9a5 + 677a19b commit 3afbeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/helm-install-airgap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The manual update instructions provided in the Download Portal are similar to th
8484

8585
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.
8686

87-
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.
87+
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` command. Your customer will then need to edit the `values.yaml` to reference the new image tags.
8888

8989
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.
9090

@@ -100,4 +100,4 @@ After logging into the registry, the customer exports their current version and
100100

101101
With the list of images the provided `bash` script will automate the process of pulling updated images from the repository, tagging them with a name for an internal registry, and then pushing the newly tagged images to their internal registry.
102102

103-
With the assumption that the customer has set up the `values` to preserve the updated tag, they should now be able to login to the OCI registry and perform the commands to install the updated chart.
103+
Unless the customer has set up the `values` to preserve the updated tag (for example, by using the `latest` tag), they need to edit the `values.yaml` to reference the new image tags. After doing so, they can log in to the OCI registry and perform the commands to install the updated chart.

0 commit comments

Comments
 (0)