Skip to content

Commit bc047c0

Browse files
authored
Merge pull request #712 from rstudio/connect-2025.09.0-helm
Bump Connect to version 2025.09.0
2 parents 52fe677 + 2aa4c55 commit bc047c0

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.github/workflows/chart-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

charts/rstudio-connect/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: rstudio-connect
22
description: Official Helm chart for Posit Connect
3-
version: 0.8.8
3+
version: 0.8.9
44
apiVersion: v2
5-
appVersion: 2025.07.0
5+
appVersion: 2025.09.0
66
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
77
home: https://www.rstudio.com
88
sources:
@@ -18,7 +18,7 @@ dependencies:
1818
annotations:
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

charts/rstudio-connect/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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`

charts/rstudio-connect/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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}
3636
helm 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

4040
To explore other chart versions, look at:

0 commit comments

Comments
 (0)