File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : rstudio-connect
22description : Official Helm chart for Posit Connect
3- version : 0.8.7
3+ version : 0.8.8
44apiVersion : v2
55appVersion : 2025.07.0
66icon : https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.8
4+
5+ - Update Python executable versions to ` 3.12.11 ` and ` 3.11.13 `
6+
37## 0.8.7
48
59- Bump Chronicle Agent to version 2025.08.0
Original file line number Diff line number Diff line change 11# Posit Connect
22
3- ![ Version: 0.8.7 ] ( https://img.shields.io/badge/Version-0.8.7 -informational?style=flat-square ) ![ AppVersion: 2025.07.0] ( https://img.shields.io/badge/AppVersion-2025.07.0-informational?style=flat-square )
3+ ![ Version: 0.8.8 ] ( https://img.shields.io/badge/Version-0.8.8 -informational?style=flat-square ) ![ AppVersion: 2025.07.0] ( https://img.shields.io/badge/AppVersion-2025.07.0-informational?style=flat-square )
44
55#### _ Official Helm chart for Posit Connect_
66
@@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future
3030
3131## Installing the chart
3232
33- To install the chart with the release name ` my-release ` at version 0.8.7 :
33+ To install the chart with the release name ` my-release ` at version 0.8.8 :
3434
3535``` {.bash}
3636helm repo add rstudio https://helm.rstudio.com
37- helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.7
37+ helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.8
3838```
3939
4040To explore other chart versions, look at:
Original file line number Diff line number Diff line change @@ -421,8 +421,8 @@ config:
421421 # For Off-Host Execution, Python versions are defined by the set of Execution Environments
422422 # https://docs.posit.co/connect/admin/python/
423423 Executable :
424- - /opt/python/3.12.1 /bin/python
425- - /opt/python/3.11.7 /bin/python
424+ - /opt/python/3.12.11 /bin/python
425+ - /opt/python/3.11.13 /bin/python
426426 Quarto :
427427 Enabled : true
428428 # Note: The `Executable` listed below is only used for Local Execution.
You can’t perform that action at this time.
0 commit comments