You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/rn-app-manager.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,28 @@ The following table lists the versions of Kubernetes that are compatible with ea
18
18
19
19
<!--RELEASE_NOTES_PLACEHOLDER-->
20
20
21
+
## 1.124.0
22
+
23
+
Released on January 24, 2025
24
+
25
+
Support for Kubernetes: 1.29, 1.30, and 1.31
26
+
27
+
### New Features {#new-features-1-124-0}
28
+
* You can migrate Helm charts that were installed with HelmChart v1beta1 and `useHelmInstall: false` to HelmChart v1beta2 by passing the `--take-ownership` flag to the `helmUpgradeFlags` field in HelmChart custom resource as shown below:
29
+
30
+
```yaml
31
+
# HelmChart v1 beta2
32
+
apiVersion: kots.io/v1beta2
33
+
kind: HelmChart
34
+
metadata:
35
+
name: samplechart
36
+
spec:
37
+
helmUpgradeFlags:
38
+
- --take-ownership
39
+
```
40
+
41
+
This flag allows Helm to take ownership of existing resources that were installed without Helm, like resources deployed with HelmChart v1beta1 and `useHelmInstall: false`.
0 commit comments