File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8484 uses : azure/setup-helm@v4
8585
8686 - name : Install helm unittest plugin
87- run : helm plugin install https://github.com/helm-unittest/helm-unittest.git
87+ run : helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v1.0.0
8888
8989 - name : Run chart unit tests
9090 id : unittest
Original file line number Diff line number Diff line change 11name : rstudio-connect
22description : Official Helm chart for Posit Connect
3- version : 0.8.8
3+ version : 0.8.9
44apiVersion : v2
5- appVersion : 2025.07 .0
5+ appVersion : 2025.09 .0
66icon : https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
77home : https://www.rstudio.com
88sources :
@@ -18,7 +18,7 @@ dependencies:
1818annotations :
1919 artifacthub.io/images : |
2020 - name: rstudio-connect
21- image: rstudio/rstudio-connect:ubuntu2204-2025.07 .0
21+ image: rstudio/rstudio-connect:ubuntu2204-2025.09 .0
2222 artifacthub.io/license : MIT
2323 artifacthub.io/links : |
2424 - name: Docker Images
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.9
4+
5+ - Bump Connect version to 2025.09.0
6+
37## 0.8.8
48
59- Update Python executable versions to ` 3.12.11 ` and ` 3.11.13 `
Original file line number Diff line number Diff line change 11# Posit Connect
22
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 )
3+ ![ Version: 0.8.9 ] ( https://img.shields.io/badge/Version-0.8.9 -informational?style=flat-square ) ![ AppVersion: 2025.09 .0] ( https://img.shields.io/badge/AppVersion-2025.09 .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.8 :
33+ To install the chart with the release name ` my-release ` at version 0.8.9 :
3434
3535``` {.bash}
3636helm repo add rstudio https://helm.rstudio.com
37- helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.8
37+ helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.9
3838```
3939
4040To explore other chart versions, look at:
You can’t perform that action at this time.
0 commit comments