File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ That means the Nebi version is a deploy-time decision:
7070nebi:
7171 image:
7272 repository: quay.io/nebari/nebi
73- tag: "sha-bd25921 "
73+ tag: "sha-5ca877a "
7474 pullPolicy: IfNotPresent
7575` ` `
7676
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Admin guide: [Nebi integration](/nebi-integration/).
142142| Field | Default | What it does |
143143| ---| ---| ---|
144144| ` nebi.image.repository ` | ` quay.io/nebari/nebi ` | Binary copied into user pods by an init container. |
145- | ` nebi.image.tag ` | ` sha-bd25921 ` | Pinned per chart release. Empty disables the init container. |
145+ | ` nebi.image.tag ` | ` sha-5ca877a ` | Pinned per chart release. Empty disables the init container. |
146146| ` nebi.image.pullPolicy ` | ` IfNotPresent ` | — |
147147| ` nebi.remoteURL ` | ` "" ` * (derived)* | Browser-facing Nebi URL, used for the OIDC redirect. |
148148| ` nebi.internalURL ` | ` "" ` * (derived)* | In-cluster URL for the token-exchange path. |
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ FROM ${NEBI_IMAGE:-scratch} AS nebi-source
113113# ========== jupyterlab (base + nebi) ===========
114114FROM jupyterlab-base AS jupyterlab
115115
116- ARG NEBI_VERSION=0.12-rc3
116+ ARG NEBI_VERSION=0.15
117117ARG TARGETARCH
118118
119119# Install nebi: copy from NEBI_IMAGE if provided, else download from GitHub release.
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ nebi:
252252 # Pinned manually per chart release (scripts/bump_image_tags.py only
253253 # handles the jupyterlab images); deployers can override to test a PR
254254 # build or roll forward. Leave non-empty so the init container is wired
255- # by default. sha-bd25921 == the nebi v0.14 tag commit.
256- tag : " sha-bd25921 "
255+ # by default. sha-5ca877a == the nebi v0.15 tag commit.
256+ tag : " sha-5ca877a "
257257 pullPolicy : IfNotPresent
258258 # External Nebi FQDN (browser-side, used for OIDC redirect).
259259 # If empty, derived from keycloak.hostname as
You can’t perform that action at this time.
0 commit comments