From b75d1dbb5f47b6ab0d212e9af3fa25ec1b9705e3 Mon Sep 17 00:00:00 2001 From: David Kegley Date: Wed, 25 May 2022 13:54:28 -0400 Subject: [PATCH 1/4] bump connect chart for connect release 2022.05.0 --- charts/rstudio-connect/Chart.yaml | 6 +++--- charts/rstudio-connect/NEWS.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/rstudio-connect/Chart.yaml b/charts/rstudio-connect/Chart.yaml index 2a882751..a9a93f28 100644 --- a/charts/rstudio-connect/Chart.yaml +++ b/charts/rstudio-connect/Chart.yaml @@ -1,8 +1,8 @@ name: rstudio-connect description: Official Helm chart for RStudio Connect -version: 0.2.29 +version: 0.2.30 apiVersion: v2 -appVersion: 2022.04.2 +appVersion: 2022.05.0 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png home: https://www.rstudio.com sources: @@ -18,7 +18,7 @@ dependencies: annotations: artifacthub.io/images: | - name: rstudio-connect - image: rstudio/rstudio-connect:2022.04.2 + image: rstudio/rstudio-connect:2022.05.0 artifacthub.io/license: MIT artifacthub.io/links: | - name: Docker Images diff --git a/charts/rstudio-connect/NEWS.md b/charts/rstudio-connect/NEWS.md index cc4f0717..f9393d00 100644 --- a/charts/rstudio-connect/NEWS.md +++ b/charts/rstudio-connect/NEWS.md @@ -1,3 +1,7 @@ +# 0.2.30 + +- Bump Connect version to 2022.05.0 + # 0.2.29 - Add `pod.securityContext` value configuration option From 578a1962fc94ee075f1576a588d9b9e32ffb327d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 May 2022 17:55:15 +0000 Subject: [PATCH 2/4] Update helm-docs and README.md --- charts/rstudio-connect/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/rstudio-connect/README.md b/charts/rstudio-connect/README.md index 814f0200..0baed3c8 100644 --- a/charts/rstudio-connect/README.md +++ b/charts/rstudio-connect/README.md @@ -1,6 +1,6 @@ # RStudio Connect -![Version: 0.2.29](https://img.shields.io/badge/Version-0.2.29-informational?style=flat-square) ![AppVersion: 2022.04.2](https://img.shields.io/badge/AppVersion-2022.04.2-informational?style=flat-square) +![Version: 0.2.30](https://img.shields.io/badge/Version-0.2.30-informational?style=flat-square) ![AppVersion: 2022.05.0](https://img.shields.io/badge/AppVersion-2022.05.0-informational?style=flat-square) #### _Official Helm chart for RStudio Connect_ @@ -23,11 +23,11 @@ As a result, please: ## Installing the Chart -To install the chart with the release name `my-release` at version 0.2.29: +To install the chart with the release name `my-release` at version 0.2.30: ```bash helm repo add rstudio https://helm.rstudio.com -helm install my-release rstudio/rstudio-connect --version=0.2.29 +helm install my-release rstudio/rstudio-connect --version=0.2.30 ``` ## Required Configuration From dbfbea892e0c6de0b314e966642629fa9ae055ae Mon Sep 17 00:00:00 2001 From: David Kegley Date: Wed, 25 May 2022 14:09:40 -0400 Subject: [PATCH 3/4] bump chart version --- charts/rstudio-connect/Chart.yaml | 2 +- charts/rstudio-connect/NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/rstudio-connect/Chart.yaml b/charts/rstudio-connect/Chart.yaml index a9a93f28..b64b0bb2 100644 --- a/charts/rstudio-connect/Chart.yaml +++ b/charts/rstudio-connect/Chart.yaml @@ -1,6 +1,6 @@ name: rstudio-connect description: Official Helm chart for RStudio Connect -version: 0.2.30 +version: 0.2.31 apiVersion: v2 appVersion: 2022.05.0 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png diff --git a/charts/rstudio-connect/NEWS.md b/charts/rstudio-connect/NEWS.md index e0ab0f28..d983b19f 100644 --- a/charts/rstudio-connect/NEWS.md +++ b/charts/rstudio-connect/NEWS.md @@ -1,3 +1,7 @@ +# 0.2.31 + +- Bump Connect version to 2022.05.0 + # 0.2.30 - Simplify `resources` configuration and allow `resources` configuration on the From 026ddd2c48cc2930feee0578e4232d0e31b77c68 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 May 2022 18:10:05 +0000 Subject: [PATCH 4/4] Update helm-docs and README.md --- charts/rstudio-connect/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/rstudio-connect/README.md b/charts/rstudio-connect/README.md index addc50f7..f5e38c39 100644 --- a/charts/rstudio-connect/README.md +++ b/charts/rstudio-connect/README.md @@ -1,6 +1,6 @@ # RStudio Connect -![Version: 0.2.30](https://img.shields.io/badge/Version-0.2.30-informational?style=flat-square) ![AppVersion: 2022.04.2](https://img.shields.io/badge/AppVersion-2022.04.2-informational?style=flat-square) +![Version: 0.2.31](https://img.shields.io/badge/Version-0.2.31-informational?style=flat-square) ![AppVersion: 2022.05.0](https://img.shields.io/badge/AppVersion-2022.05.0-informational?style=flat-square) #### _Official Helm chart for RStudio Connect_ @@ -23,11 +23,11 @@ As a result, please: ## Installing the Chart -To install the chart with the release name `my-release` at version 0.2.30: +To install the chart with the release name `my-release` at version 0.2.31: ```bash helm repo add rstudio https://helm.rstudio.com -helm install my-release rstudio/rstudio-connect --version=0.2.30 +helm install my-release rstudio/rstudio-connect --version=0.2.31 ``` ## Required Configuration @@ -138,3 +138,4 @@ The Helm `config` values are converted into the `rstudio-connect.gcfg` service c ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +