From dda52dbdce34d09ee397dc2fd7eb0a9e000c7f84 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 17 Dec 2022 09:58:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/rstudio/2.0.4/app-changelog.md | 9 --------- .../rstudio/{2.0.4 => 2.0.5}/CHANGELOG.md | 18 +++++++++--------- incubator/rstudio/{2.0.4 => 2.0.5}/Chart.yaml | 2 +- incubator/rstudio/{2.0.4 => 2.0.5}/README.md | 0 incubator/rstudio/2.0.5/app-changelog.md | 9 +++++++++ .../rstudio/{2.0.4 => 2.0.5}/app-readme.md | 0 .../{2.0.4 => 2.0.5}/charts/common-11.0.7.tgz | Bin .../rstudio/{2.0.4 => 2.0.5}/ix_values.yaml | 2 +- .../rstudio/{2.0.4 => 2.0.5}/questions.yaml | 0 .../{2.0.4 => 2.0.5}/templates/common.yaml | 0 .../rstudio/{2.0.4 => 2.0.5}/values.yaml | 0 11 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 incubator/rstudio/2.0.4/app-changelog.md rename incubator/rstudio/{2.0.4 => 2.0.5}/CHANGELOG.md (91%) rename incubator/rstudio/{2.0.4 => 2.0.5}/Chart.yaml (98%) rename incubator/rstudio/{2.0.4 => 2.0.5}/README.md (100%) create mode 100644 incubator/rstudio/2.0.5/app-changelog.md rename incubator/rstudio/{2.0.4 => 2.0.5}/app-readme.md (100%) rename incubator/rstudio/{2.0.4 => 2.0.5}/charts/common-11.0.7.tgz (100%) rename incubator/rstudio/{2.0.4 => 2.0.5}/ix_values.yaml (87%) rename incubator/rstudio/{2.0.4 => 2.0.5}/questions.yaml (100%) rename incubator/rstudio/{2.0.4 => 2.0.5}/templates/common.yaml (100%) rename incubator/rstudio/{2.0.4 => 2.0.5}/values.yaml (100%) diff --git a/incubator/rstudio/2.0.4/app-changelog.md b/incubator/rstudio/2.0.4/app-changelog.md deleted file mode 100644 index 91f1473e02..0000000000 --- a/incubator/rstudio/2.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rstudio-2.0.4](https://github.com/truecharts/charts/compare/rstudio-2.0.3...rstudio-2.0.4) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/incubator/rstudio/2.0.4/CHANGELOG.md b/incubator/rstudio/2.0.5/CHANGELOG.md similarity index 91% rename from incubator/rstudio/2.0.4/CHANGELOG.md rename to incubator/rstudio/2.0.5/CHANGELOG.md index 1cd33d2bd6..b869d99bdf 100644 --- a/incubator/rstudio/2.0.4/CHANGELOG.md +++ b/incubator/rstudio/2.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rstudio-2.0.5](https://github.com/truecharts/charts/compare/rstudio-2.0.4...rstudio-2.0.5) (2022-12-17) + +### Chore + +- update container image tccr.io/truecharts/rstudio to latest + + + + ## [rstudio-2.0.4](https://github.com/truecharts/charts/compare/rstudio-2.0.3...rstudio-2.0.4) (2022-12-13) ### Chore @@ -86,14 +95,5 @@ -## [rstudio-2.0.1](https://github.com/truecharts/charts/compare/rstudio-2.0.0...rstudio-2.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - - - ## [rstudio-2.0.1](https://github.com/truecharts/charts/compare/rstudio-2.0.0...rstudio-2.0.1) (2022-11-15) diff --git a/incubator/rstudio/2.0.4/Chart.yaml b/incubator/rstudio/2.0.5/Chart.yaml similarity index 98% rename from incubator/rstudio/2.0.4/Chart.yaml rename to incubator/rstudio/2.0.5/Chart.yaml index 56e5dc81a6..ac96c3be69 100644 --- a/incubator/rstudio/2.0.4/Chart.yaml +++ b/incubator/rstudio/2.0.5/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/rocker-org/rocker-versioned - https://hub.docker.com/r/rocker/rstudio/ type: application -version: 2.0.4 +version: 2.0.5 diff --git a/incubator/rstudio/2.0.4/README.md b/incubator/rstudio/2.0.5/README.md similarity index 100% rename from incubator/rstudio/2.0.4/README.md rename to incubator/rstudio/2.0.5/README.md diff --git a/incubator/rstudio/2.0.5/app-changelog.md b/incubator/rstudio/2.0.5/app-changelog.md new file mode 100644 index 0000000000..106ebf3742 --- /dev/null +++ b/incubator/rstudio/2.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rstudio-2.0.5](https://github.com/truecharts/charts/compare/rstudio-2.0.4...rstudio-2.0.5) (2022-12-17) + +### Chore + +- update container image tccr.io/truecharts/rstudio to latest + + \ No newline at end of file diff --git a/incubator/rstudio/2.0.4/app-readme.md b/incubator/rstudio/2.0.5/app-readme.md similarity index 100% rename from incubator/rstudio/2.0.4/app-readme.md rename to incubator/rstudio/2.0.5/app-readme.md diff --git a/incubator/rstudio/2.0.4/charts/common-11.0.7.tgz b/incubator/rstudio/2.0.5/charts/common-11.0.7.tgz similarity index 100% rename from incubator/rstudio/2.0.4/charts/common-11.0.7.tgz rename to incubator/rstudio/2.0.5/charts/common-11.0.7.tgz diff --git a/incubator/rstudio/2.0.4/ix_values.yaml b/incubator/rstudio/2.0.5/ix_values.yaml similarity index 87% rename from incubator/rstudio/2.0.4/ix_values.yaml rename to incubator/rstudio/2.0.5/ix_values.yaml index 96ab0f6a33..2952bcaf2f 100644 --- a/incubator/rstudio/2.0.4/ix_values.yaml +++ b/incubator/rstudio/2.0.5/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rstudio - tag: latest@sha256:a6fc10f8d864f7893f8e022d44a5f8377292c6f5cea3d60bee1bb38fcc2da5a3 + tag: latest@sha256:0fe2f4ddaa2b2c2827d6f06a7c86cb6882a2064c688e70ba940e9cc346f4ac43 persistence: userdatadirectory: enabled: true diff --git a/incubator/rstudio/2.0.4/questions.yaml b/incubator/rstudio/2.0.5/questions.yaml similarity index 100% rename from incubator/rstudio/2.0.4/questions.yaml rename to incubator/rstudio/2.0.5/questions.yaml diff --git a/incubator/rstudio/2.0.4/templates/common.yaml b/incubator/rstudio/2.0.5/templates/common.yaml similarity index 100% rename from incubator/rstudio/2.0.4/templates/common.yaml rename to incubator/rstudio/2.0.5/templates/common.yaml diff --git a/incubator/rstudio/2.0.4/values.yaml b/incubator/rstudio/2.0.5/values.yaml similarity index 100% rename from incubator/rstudio/2.0.4/values.yaml rename to incubator/rstudio/2.0.5/values.yaml