From daa033d8c524346b00283bf5fe6afe5b902dc498 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 17 Sep 2023 00:59:24 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/jupyter/5.0.22/app-changelog.md | 9 --------- .../jupyter/{5.0.22 => 5.0.23}/CHANGELOG.md | 18 +++++++++--------- stable/jupyter/{5.0.22 => 5.0.23}/Chart.yaml | 2 +- stable/jupyter/{5.0.22 => 5.0.23}/README.md | 0 stable/jupyter/5.0.23/app-changelog.md | 9 +++++++++ .../jupyter/{5.0.22 => 5.0.23}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../jupyter/{5.0.22 => 5.0.23}/ix_values.yaml | 8 ++++---- .../jupyter/{5.0.22 => 5.0.23}/questions.yaml | 0 .../{5.0.22 => 5.0.23}/templates/NOTES.txt | 0 .../{5.0.22 => 5.0.23}/templates/common.yaml | 0 stable/jupyter/{5.0.22 => 5.0.23}/values.yaml | 0 12 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 stable/jupyter/5.0.22/app-changelog.md rename stable/jupyter/{5.0.22 => 5.0.23}/CHANGELOG.md (90%) rename stable/jupyter/{5.0.22 => 5.0.23}/Chart.yaml (97%) rename stable/jupyter/{5.0.22 => 5.0.23}/README.md (100%) create mode 100644 stable/jupyter/5.0.23/app-changelog.md rename stable/jupyter/{5.0.22 => 5.0.23}/app-readme.md (100%) rename stable/jupyter/{5.0.22 => 5.0.23}/charts/common-14.0.1.tgz (100%) rename stable/jupyter/{5.0.22 => 5.0.23}/ix_values.yaml (84%) rename stable/jupyter/{5.0.22 => 5.0.23}/questions.yaml (100%) rename stable/jupyter/{5.0.22 => 5.0.23}/templates/NOTES.txt (100%) rename stable/jupyter/{5.0.22 => 5.0.23}/templates/common.yaml (100%) rename stable/jupyter/{5.0.22 => 5.0.23}/values.yaml (100%) diff --git a/stable/jupyter/5.0.22/app-changelog.md b/stable/jupyter/5.0.22/app-changelog.md deleted file mode 100644 index ee356f373b..0000000000 --- a/stable/jupyter/5.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.22/CHANGELOG.md b/stable/jupyter/5.0.23/CHANGELOG.md similarity index 90% rename from stable/jupyter/5.0.22/CHANGELOG.md rename to stable/jupyter/5.0.23/CHANGELOG.md index 1dce7631a4..d22e0f9adb 100644 --- a/stable/jupyter/5.0.22/CHANGELOG.md +++ b/stable/jupyter/5.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jupyter-5.0.23](https://github.com/truecharts/charts/compare/jupyter-5.0.22...jupyter-5.0.23) (2023-09-17) + +### Chore + +- update jupyter ([#12681](https://github.com/truecharts/charts/issues/12681)) + + + + ## [jupyter-5.0.22](https://github.com/truecharts/charts/compare/jupyter-5.0.21...jupyter-5.0.22) (2023-09-12) ### Chore @@ -88,12 +97,3 @@ ## [jupyter-5.0.13](https://github.com/truecharts/charts/compare/jupyter-5.0.12...jupyter-5.0.13) (2023-08-28) ### Chore - -- update container image tccr.io/truecharts/jupyter-base to v2023-08 ([#11957](https://github.com/truecharts/charts/issues/11957)) - - - - -## [jupyter-5.0.12](https://github.com/truecharts/charts/compare/jupyter-5.0.11...jupyter-5.0.12) (2023-08-28) - -### Chore diff --git a/stable/jupyter/5.0.22/Chart.yaml b/stable/jupyter/5.0.23/Chart.yaml similarity index 97% rename from stable/jupyter/5.0.22/Chart.yaml rename to stable/jupyter/5.0.23/Chart.yaml index ec65eef8e4..1814451cfc 100644 --- a/stable/jupyter/5.0.22/Chart.yaml +++ b/stable/jupyter/5.0.23/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.22 +version: 5.0.23 annotations: truecharts.org/catagories: | - Cloud diff --git a/stable/jupyter/5.0.22/README.md b/stable/jupyter/5.0.23/README.md similarity index 100% rename from stable/jupyter/5.0.22/README.md rename to stable/jupyter/5.0.23/README.md diff --git a/stable/jupyter/5.0.23/app-changelog.md b/stable/jupyter/5.0.23/app-changelog.md new file mode 100644 index 0000000000..ba9a48acbf --- /dev/null +++ b/stable/jupyter/5.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jupyter-5.0.23](https://github.com/truecharts/charts/compare/jupyter-5.0.22...jupyter-5.0.23) (2023-09-17) + +### Chore + +- update jupyter ([#12681](https://github.com/truecharts/charts/issues/12681)) + + \ No newline at end of file diff --git a/stable/jupyter/5.0.22/app-readme.md b/stable/jupyter/5.0.23/app-readme.md similarity index 100% rename from stable/jupyter/5.0.22/app-readme.md rename to stable/jupyter/5.0.23/app-readme.md diff --git a/stable/jupyter/5.0.22/charts/common-14.0.1.tgz b/stable/jupyter/5.0.23/charts/common-14.0.1.tgz similarity index 100% rename from stable/jupyter/5.0.22/charts/common-14.0.1.tgz rename to stable/jupyter/5.0.23/charts/common-14.0.1.tgz diff --git a/stable/jupyter/5.0.22/ix_values.yaml b/stable/jupyter/5.0.23/ix_values.yaml similarity index 84% rename from stable/jupyter/5.0.22/ix_values.yaml rename to stable/jupyter/5.0.23/ix_values.yaml index 470d4e029d..3eb0b2ad5b 100644 --- a/stable/jupyter/5.0.22/ix_values.yaml +++ b/stable/jupyter/5.0.23/ix_values.yaml @@ -1,11 +1,11 @@ image: repository: tccr.io/truecharts/jupyter-base pullPolicy: IfNotPresent - tag: v2023-09@sha256:2c60da8166ee8fe1331985e6f225ba2305d02781b97151a14a58f38a907b635c + tag: v2023-09@sha256:07630eb4e8f025f0071a22f0c4e54dba2ecdf5479e7d02063e02db921dcd58bb minimalImage: repository: tccr.io/truecharts/jupyter-minimal pullPolicy: IfNotPresent - tag: v2023-09@sha256:7b3c8ba0801ddfaabecb601bbbd1943e97e6e3976f4ee12f3a497d5af00022c4 + tag: v2023-09@sha256:7d5ccbe988365ca7f1d963acaa14ca65b5a861a033477819c07d6ea33e92e155 rImage: repository: tccr.io/truecharts/jupyter-r pullPolicy: IfNotPresent @@ -21,7 +21,7 @@ tensorflowImage: datascienceImage: repository: tccr.io/truecharts/jupyter-datascience pullPolicy: IfNotPresent - tag: v2023-09@sha256:36e52edb25e1bf15c0dd103656bf746e6c5db566dda4260337ad6edaff512fad + tag: v2023-09@sha256:6befb702bf5734e6da71f3155c5c54cfaec2f2348ddfe72d8f2151b7f647deb6 pysparkImage: repository: tccr.io/truecharts/jupyter-pyspark pullPolicy: IfNotPresent @@ -29,7 +29,7 @@ pysparkImage: allsparkImage: repository: tccr.io/truecharts/jupyter-all-spark pullPolicy: IfNotPresent - tag: v2023-09@sha256:ae204aa869f5e25b9fcb582270d84102cc1f40090725a26c28e54fcdc2feb17c + tag: v2023-09@sha256:a4f6aea846d88976292a297ba8903501b5b0bd19dd211da9c029916f9211be0e jupyter: jupyter_cmd: lab restartable: true diff --git a/stable/jupyter/5.0.22/questions.yaml b/stable/jupyter/5.0.23/questions.yaml similarity index 100% rename from stable/jupyter/5.0.22/questions.yaml rename to stable/jupyter/5.0.23/questions.yaml diff --git a/stable/jupyter/5.0.22/templates/NOTES.txt b/stable/jupyter/5.0.23/templates/NOTES.txt similarity index 100% rename from stable/jupyter/5.0.22/templates/NOTES.txt rename to stable/jupyter/5.0.23/templates/NOTES.txt diff --git a/stable/jupyter/5.0.22/templates/common.yaml b/stable/jupyter/5.0.23/templates/common.yaml similarity index 100% rename from stable/jupyter/5.0.22/templates/common.yaml rename to stable/jupyter/5.0.23/templates/common.yaml diff --git a/stable/jupyter/5.0.22/values.yaml b/stable/jupyter/5.0.23/values.yaml similarity index 100% rename from stable/jupyter/5.0.22/values.yaml rename to stable/jupyter/5.0.23/values.yaml