From 5ccecfd2cf020722290f7fec539515e951469701 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 12 Sep 2023 00:55:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/jupyter/5.0.21/app-changelog.md | 9 --------- .../jupyter/{5.0.21 => 5.0.22}/CHANGELOG.md | 18 +++++++++--------- stable/jupyter/{5.0.21 => 5.0.22}/Chart.yaml | 2 +- stable/jupyter/{5.0.21 => 5.0.22}/README.md | 0 stable/jupyter/5.0.22/app-changelog.md | 9 +++++++++ .../jupyter/{5.0.21 => 5.0.22}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../jupyter/{5.0.21 => 5.0.22}/ix_values.yaml | 4 ++-- .../jupyter/{5.0.21 => 5.0.22}/questions.yaml | 0 .../{5.0.21 => 5.0.22}/templates/NOTES.txt | 0 .../{5.0.21 => 5.0.22}/templates/common.yaml | 0 stable/jupyter/{5.0.21 => 5.0.22}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/jupyter/5.0.21/app-changelog.md rename stable/jupyter/{5.0.21 => 5.0.22}/CHANGELOG.md (90%) rename stable/jupyter/{5.0.21 => 5.0.22}/Chart.yaml (97%) rename stable/jupyter/{5.0.21 => 5.0.22}/README.md (100%) create mode 100644 stable/jupyter/5.0.22/app-changelog.md rename stable/jupyter/{5.0.21 => 5.0.22}/app-readme.md (100%) rename stable/jupyter/{5.0.21 => 5.0.22}/charts/common-14.0.1.tgz (100%) rename stable/jupyter/{5.0.21 => 5.0.22}/ix_values.yaml (92%) rename stable/jupyter/{5.0.21 => 5.0.22}/questions.yaml (100%) rename stable/jupyter/{5.0.21 => 5.0.22}/templates/NOTES.txt (100%) rename stable/jupyter/{5.0.21 => 5.0.22}/templates/common.yaml (100%) rename stable/jupyter/{5.0.21 => 5.0.22}/values.yaml (100%) diff --git a/stable/jupyter/5.0.21/app-changelog.md b/stable/jupyter/5.0.21/app-changelog.md deleted file mode 100644 index 15b77bea2c..0000000000 --- a/stable/jupyter/5.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [jupyter-5.0.21](https://github.com/truecharts/charts/compare/jupyter-5.0.20...jupyter-5.0.21) (2023-09-11) - -### Chore - -- update jupyter ([#12499](https://github.com/truecharts/charts/issues/12499)) - - \ No newline at end of file diff --git a/stable/jupyter/5.0.21/CHANGELOG.md b/stable/jupyter/5.0.22/CHANGELOG.md similarity index 90% rename from stable/jupyter/5.0.21/CHANGELOG.md rename to stable/jupyter/5.0.22/CHANGELOG.md index c1096319f7..1dce7631a4 100644 --- a/stable/jupyter/5.0.21/CHANGELOG.md +++ b/stable/jupyter/5.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jupyter-5.0.22](https://github.com/truecharts/charts/compare/jupyter-5.0.21...jupyter-5.0.22) (2023-09-12) + +### Chore + +- update jupyter ([#12501](https://github.com/truecharts/charts/issues/12501)) + + + + ## [jupyter-5.0.21](https://github.com/truecharts/charts/compare/jupyter-5.0.20...jupyter-5.0.21) (2023-09-11) ### Chore @@ -88,12 +97,3 @@ ## [jupyter-5.0.12](https://github.com/truecharts/charts/compare/jupyter-5.0.11...jupyter-5.0.12) (2023-08-28) ### Chore - -- update container image tccr.io/truecharts/jupyter-all-spark to v2023-08 ([#11956](https://github.com/truecharts/charts/issues/11956)) - - - - -## [jupyter-5.0.11](https://github.com/truecharts/charts/compare/jupyter-5.0.10...jupyter-5.0.11) (2023-08-26) - -### Chore diff --git a/stable/jupyter/5.0.21/Chart.yaml b/stable/jupyter/5.0.22/Chart.yaml similarity index 97% rename from stable/jupyter/5.0.21/Chart.yaml rename to stable/jupyter/5.0.22/Chart.yaml index e05b322b8b..ec65eef8e4 100644 --- a/stable/jupyter/5.0.21/Chart.yaml +++ b/stable/jupyter/5.0.22/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 5.0.21 +version: 5.0.22 annotations: truecharts.org/catagories: | - Cloud diff --git a/stable/jupyter/5.0.21/README.md b/stable/jupyter/5.0.22/README.md similarity index 100% rename from stable/jupyter/5.0.21/README.md rename to stable/jupyter/5.0.22/README.md diff --git a/stable/jupyter/5.0.22/app-changelog.md b/stable/jupyter/5.0.22/app-changelog.md new file mode 100644 index 0000000000..ee356f373b --- /dev/null +++ b/stable/jupyter/5.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-5.0.22](https://github.com/truecharts/charts/compare/jupyter-5.0.21...jupyter-5.0.22) (2023-09-12) + +### Chore + +- update jupyter ([#12501](https://github.com/truecharts/charts/issues/12501)) + + \ No newline at end of file diff --git a/stable/jupyter/5.0.21/app-readme.md b/stable/jupyter/5.0.22/app-readme.md similarity index 100% rename from stable/jupyter/5.0.21/app-readme.md rename to stable/jupyter/5.0.22/app-readme.md diff --git a/stable/jupyter/5.0.21/charts/common-14.0.1.tgz b/stable/jupyter/5.0.22/charts/common-14.0.1.tgz similarity index 100% rename from stable/jupyter/5.0.21/charts/common-14.0.1.tgz rename to stable/jupyter/5.0.22/charts/common-14.0.1.tgz diff --git a/stable/jupyter/5.0.21/ix_values.yaml b/stable/jupyter/5.0.22/ix_values.yaml similarity index 92% rename from stable/jupyter/5.0.21/ix_values.yaml rename to stable/jupyter/5.0.22/ix_values.yaml index 89b968aa2c..470d4e029d 100644 --- a/stable/jupyter/5.0.21/ix_values.yaml +++ b/stable/jupyter/5.0.22/ix_values.yaml @@ -13,11 +13,11 @@ rImage: scipyImage: repository: tccr.io/truecharts/jupyter-scipy pullPolicy: IfNotPresent - tag: v2023-09@sha256:3d835423b89decdb03f9438a9dd6c7889612ea5f16dce509f1f4260266ae9401 + tag: v2023-09@sha256:f919a15ac368f479dce0a176c489b0c5a1a0d7384279ac44bc5d8450aede4a22 tensorflowImage: repository: tccr.io/truecharts/jupyter-tensorflow pullPolicy: IfNotPresent - tag: v2023-09@sha256:5d3f17a8954b5646cf1fc214251db3d317ecec3a3afef76fa57780b7e600eced + tag: v2023-09@sha256:2e746337c70789d7e10c87427766aa4158ffb151dedc12d0abaf8333d1495d53 datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent diff --git a/stable/jupyter/5.0.21/questions.yaml b/stable/jupyter/5.0.22/questions.yaml similarity index 100% rename from stable/jupyter/5.0.21/questions.yaml rename to stable/jupyter/5.0.22/questions.yaml diff --git a/stable/jupyter/5.0.21/templates/NOTES.txt b/stable/jupyter/5.0.22/templates/NOTES.txt similarity index 100% rename from stable/jupyter/5.0.21/templates/NOTES.txt rename to stable/jupyter/5.0.22/templates/NOTES.txt diff --git a/stable/jupyter/5.0.21/templates/common.yaml b/stable/jupyter/5.0.22/templates/common.yaml similarity index 100% rename from stable/jupyter/5.0.21/templates/common.yaml rename to stable/jupyter/5.0.22/templates/common.yaml diff --git a/stable/jupyter/5.0.21/values.yaml b/stable/jupyter/5.0.22/values.yaml similarity index 100% rename from stable/jupyter/5.0.21/values.yaml rename to stable/jupyter/5.0.22/values.yaml