Skip to content

Commit dab3234

Browse files
chore(helm): update jupyter 2025-05-26 → 2025-05-30 (patch) (#35811)
1 parent 8dcca21 commit dab3234

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

charts/stable/jupyter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ annotations:
99
truecharts.org/min_helm_version: "3.14"
1010
truecharts.org/train: stable
1111
apiVersion: v2
12-
appVersion: 2025.5.26
12+
appVersion: 2025.5.30
1313
dependencies:
1414
- name: common
1515
version: 25.4.10
@@ -44,5 +44,5 @@ sources:
4444
- https://quay.io/jupyter/scipy-notebook
4545
- https://quay.io/jupyter/tensorflow-notebook
4646
type: application
47-
version: 11.24.24
47+
version: 11.24.32
4848

charts/stable/jupyter/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
image:
22
repository: quay.io/jupyter/base-notebook
33
pullPolicy: IfNotPresent
4-
tag: 2025-05-26@sha256:8d0719314a11edad632b40ea20cfd126acd5e96ccbafc544fbcfd3d3151ea416
4+
tag: 2025-05-30@sha256:da04e895f1ccd395827f3033023603daafad818e9815c22c1fdc5cb6bd523a04
55
minimalImage:
66
repository: quay.io/jupyter/minimal-notebook
77
pullPolicy: IfNotPresent
8-
tag: 2025-05-26@sha256:48466a6259bb50a7665949fd8a45cc68c82b89f2eda26777001c268839c1eacf
8+
tag: 2025-05-30@sha256:b1e5df5d0147db361f004f898700feffc80a58d09bca567bb93395945a30a8a2
99
rImage:
1010
repository: quay.io/jupyter/r-notebook
1111
pullPolicy: IfNotPresent
12-
tag: 2025-05-26@sha256:aa74ad2664365c3dad171073db92478629208675a61c9b20e3995ab2621e1abf
12+
tag: 2025-05-30@sha256:7d87c57b6f17ef0f8825841b7e8a6fc412d9ac64d28604fb5dd643d8a8ef49d6
1313
scipyImage:
1414
repository: quay.io/jupyter/scipy-notebook
1515
pullPolicy: IfNotPresent
16-
tag: 2025-05-26@sha256:f0927163d8761d006b9022b7df358f8e45be48b6684295a7f3a04e6f792f2773
16+
tag: 2025-05-30@sha256:da02c43110d3d00d584979ca785bf8c1f4c30e1534097d49852b1f3371d32808
1717
tensorflowImage:
1818
repository: quay.io/jupyter/tensorflow-notebook
1919
pullPolicy: IfNotPresent
20-
tag: 2025-05-26@sha256:0e62ee6d6efefcff12ac1893a77aa94fca578fb3b6ff7db752f408c78d07434b
20+
tag: 2025-05-30@sha256:5923539b9e103f8fc4b2f65a133ac56fd951eded287553f925bdb34fa959f260
2121
datascienceImage:
2222
repository: quay.io/jupyter/datascience-notebook
2323
pullPolicy: IfNotPresent
24-
tag: 2025-05-26@sha256:47a4ffb2783c68ffdb83ae0cf9d749aa70725987a69d26ce7109cbd0f77984a8
24+
tag: 2025-05-30@sha256:c3157a080fab9ad7718a904a751cd5cbfa1190365f13f15f80f349b7f7dee4a1
2525
pysparkImage:
2626
repository: quay.io/jupyter/pyspark-notebook
2727
pullPolicy: IfNotPresent
28-
tag: 2025-05-26@sha256:825665d885e60ae590470477dde635ff43a8977e5541ad3d7ae5b7925cbad866
28+
tag: 2025-05-30@sha256:aae52902c4ef29831c33c3e04f671ff104cc625611a09666b6eb58378ee813d3
2929
allsparkImage:
3030
repository: quay.io/jupyter/all-spark-notebook
3131
pullPolicy: IfNotPresent
32-
tag: 2025-05-26@sha256:77176a10dea31f8af3d3d1132194d3afbc565973d49e75bf012e684436bc387e
32+
tag: 2025-05-30@sha256:a3df2bac3af1b1a3766fbb0bdc769c0d8f91d810fb3002df7ca20f890a47a3ed
3333
jupyter:
3434
jupyter_cmd: lab
3535
restartable: true

0 commit comments

Comments
 (0)