|
1 | 1 | # Posit Connect |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | #### _Official Helm chart for Posit Connect_ |
6 | 6 |
|
@@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future |
30 | 30 |
|
31 | 31 | ## Installing the chart |
32 | 32 |
|
33 | | -To install the chart with the release name `my-release` at version 0.8.5: |
| 33 | +To install the chart with the release name `my-release` at version 0.8.6: |
34 | 34 |
|
35 | 35 | ```{.bash} |
36 | 36 | helm repo add rstudio https://helm.rstudio.com |
37 | | -helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.5 |
| 37 | +helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.6 |
38 | 38 | ``` |
39 | 39 |
|
40 | 40 | To explore other chart versions, look at: |
@@ -227,6 +227,7 @@ The Helm `config` values are converted into the `rstudio-connect.gcfg` service c |
227 | 227 | | chronicleAgent.image.repository | string | `"rstudio/chronicle-agent"` | The Chronicle agent image repository | |
228 | 228 | | chronicleAgent.image.sha | string | `""` | The Chronicle agent image digest | |
229 | 229 | | chronicleAgent.image.tag | string | `"2025.05.2"` | The Chronicle agent image tag, defaults to using the auto-discovered Chronicle server version or is required if `chronicleAgent.autoDiscovery=false` | |
| 230 | +| chronicleAgent.resources | object | `{}` | Defines resources for the posit-chronicle-agent container | |
230 | 231 | | chronicleAgent.securityContext | object | `{"privileged":false,"runAsNonRoot":true}` | The container-level security context for the Chronicle agent container | |
231 | 232 | | chronicleAgent.serverAddress | string | `""` | Address for the Chronicle server including the protocol (ex. "http://address"), defaults to auto-discovered Chronicle server in the given namespace or is required if `chronicleAgent.autoDiscovery=false` | |
232 | 233 | | chronicleAgent.serverNamespace | string | `""` | Namespace to search for the Chronicle server when `chronicleAgent.autoDiscovery=true`, has no effect if `chronicleAgent.autoDiscovery=false` | |
|
0 commit comments