Skip to content

Commit bfac104

Browse files
committed
edits
1 parent b789ecb commit bfac104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/helm-v2-migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To migrate existing installations from HelmChart v1 and `useHelmInstall: false`
5959
1. In the HelmChart custom resource, under the `helmUpgradeFlags` field, add the `--take-ownership` flag:
6060

6161
```yaml
62-
# HelmChart v1 beta2
62+
# HelmChart v2
6363
apiVersion: kots.io/v1beta2
6464
kind: HelmChart
6565
metadata:
@@ -71,7 +71,7 @@ To migrate existing installations from HelmChart v1 and `useHelmInstall: false`
7171

7272
When the `--take-ownership` upgrade flag is enabled, Helm automatically takes ownership of resources that were previously deployed without Helm.
7373

74-
1. Save the release
74+
1. Save the release.
7575

7676
1. Test the migration process:
7777

@@ -149,7 +149,7 @@ To migrate applications that were previously packaged as standard Kubernetes man
149149

150150
1. After you are done testing the migration process, promote the first release containing your application manifests with the `kots.io/keep` annotation to one or more customer-facing channels. Replicated recommends that you mark the release as required by enabling **Prevent this release from being skipped during upgrades**. For more information about required releases, see [Properties](/vendor/releases-about#properties) in _About Channels and Releases_.
151151

152-
1. Promote the second release containing your Helm chart(s) and the HelmChart v2 custom resource(s) to the same channels. Replicated recommends that you mark the release as required by enabling **Prevent this release from being skipped during upgrades**.
152+
1. Promote the second release containing your Helm chart(s) to the same channels. Replicated recommends that you mark the release as required by enabling **Prevent this release from being skipped during upgrades**.
153153

154154
1. Instruct customers to migrate by first upgrading to the release containing the standard manifests, then upgrading to the release packaged with Helm.
155155

0 commit comments

Comments
 (0)