diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 939897ddc95..84976aa87fb 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -32,13 +32,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://quay.io/jupyter/all-spark-notebook + - https://quay.io/jupyter/base-notebook + - https://quay.io/jupyter/datascience-notebook + - https://quay.io/jupyter/minimal-notebook + - https://quay.io/jupyter/pyspark-notebook + - https://quay.io/jupyter/r-notebook + - https://quay.io/jupyter/scipy-notebook + - https://quay.io/jupyter/tensorflow-notebook type: application -version: 10.5.2 +version: 10.5.3 diff --git a/charts/stable/jupyter/values.yaml b/charts/stable/jupyter/values.yaml index 2227b1e4ff3..52bcb237fbc 100644 --- a/charts/stable/jupyter/values.yaml +++ b/charts/stable/jupyter/values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/jupyter/base-notebook pullPolicy: IfNotPresent - tag: 2023-10-20@sha256:8c903974902b0e9d45d9823c2234411de0614c5c98c4bb782b3d4f55b3e435e6 + tag: 2023-10-20@sha256:979ba51ec756bcc92c1e7bb22ffd5be24770323052085c1375b1929e1beb2c4b minimalImage: repository: quay.io/jupyter/minimal-notebook pullPolicy: IfNotPresent