Skip to content

Commit cad71f2

Browse files
authored
Merge pull request #3004 from replicatedhq/migrate-from-usehelminstallfalse
Update useHelmInstall: false migration limitation
2 parents f73dab8 + eb46039 commit cad71f2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/release-notes/rn-app-manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Support for Kubernetes: 1.29, 1.30, and 1.31
4040
4141
This flag allows Helm to take ownership of existing resources that were installed without Helm, like resources deployed with HelmChart v1beta1 and `useHelmInstall: false`.
4242

43+
To migrate an existing installation from `kots.io/v1beta1` with `useHelmInstall: false` to `kots.io/v1beta2`, reach out to your Replicated account representative in Slack or over email.
44+
4345
## 1.123.1
4446

4547
Released on January 13, 2025

docs/vendor/helm-native-v2-using.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,3 +365,5 @@ The `kots.io/v1beta2` HelmChart custom resource has the following differences fr
365365
### Migrate Existing HelmChart v1 Installations to v2
366366

367367
After you complete the tasks in this topic to configure the `kots.io/v1beta2` HelmChart custom resource, you can migrate any existing installations that were deployed with `kots.io/v1beta1` with `useHelmInstall: true` to use `kots.io/v1beta2` instead. For more information, see [Migrating Existing Installations to HelmChart v2](helm-v2-migrate).
368+
369+
To migrate an existing installation from `kots.io/v1beta1` with `useHelmInstall: false` to `kots.io/v1beta2`, reach out to your Replicated account representative in Slack or over email.

docs/vendor/helm-v2-migrate.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ The HelmChart custom resource `kots.io/v1beta1` is deprecated and is not recomme
88

99
### `useHelmInstall: false` Limitation
1010

11-
Migration from `kots.io/v1beta1` with `useHelmInstall: false` to any other installation method (including to `kots.io/v1beta1` with `useHelmInstall: true` or to `kots.io/v1beta2`) is _not_ supported.
12-
13-
To change the installation method from `useHelmInstall: false` to a different method, the user must reinstall your application.
11+
To migrate an existing installation from `kots.io/v1beta1` with `useHelmInstall: false` to `kots.io/v1beta2`, reach out to your Replicated account representative in Slack or over email.
1412

1513
## How to Migrate Existing Installations
1614

0 commit comments

Comments
 (0)