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: charts/rstudio-pm/NEWS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 0.5.44
4
+
5
+
- Set `enableMigration: false` to by default disable the migration job because it is not needed for new installations and is only needed if you update from a Package Manager version that is 3+ years old. If you are upgrading from a Package Manager version that does run as root, you can enable the migration job by setting `enableMigration: true`.
6
+
3
7
## 0.5.43
4
8
5
9
- Update default Posit Package Manager version to 2024.11.0-7
@@ -202,7 +202,7 @@ The Helm `config` values are converted into the `rstudio-pm.gcfg` service config
202
202
| awsSecretAccessKey | string | `nil` | awsSecretAccessKey is the secret access key, needs to be filled if access_key_id is |
203
203
| command | bool | `false` | command is the pod's run command. By default, it uses the container's default |
204
204
| config | object | `{"HTTP":{"Listen":":4242"},"Metrics":{"Enabled":true}}` | config is a nested map of maps that generates the rstudio-pm.gcfg file |
205
-
| enableMigration | bool | `true` | Enable migrations for shared storage (if necessary) using Helm hooks. |
205
+
| enableMigration | bool | `false` | Enable migrations for shared storage (if necessary) using Helm hooks. |
206
206
| enableSandboxing | bool | `true` | Enable sandboxing of Git builds, which requires elevated security privileges for the Package Manager container. |
207
207
| extraContainers | list | `[]` | sidecar container list |
208
208
| extraObjects | list | `[]` | Extra objects to deploy (value evaluated as a template) |
0 commit comments