Skip to content

Commit 08ea5e4

Browse files
authored
build: bump nebi to v0.15 (sha-5ca877a) (#240)
Update the default nebi.image.tag to the v0.15 tag commit and bring the Dockerfile fallback NEBI_VERSION in line so the baked binary matches the init-container version.
1 parent a1765be commit 08ea5e4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/content/docs/nebi-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ That means the Nebi version is a deploy-time decision:
7070
nebi:
7171
image:
7272
repository: quay.io/nebari/nebi
73-
tag: "sha-bd25921"
73+
tag: "sha-5ca877a"
7474
pullPolicy: IfNotPresent
7575
```
7676

docs/src/content/docs/values-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. |

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ FROM ${NEBI_IMAGE:-scratch} AS nebi-source
113113
# ========== jupyterlab (base + nebi) ===========
114114
FROM jupyterlab-base AS jupyterlab
115115

116-
ARG NEBI_VERSION=0.12-rc3
116+
ARG NEBI_VERSION=0.15
117117
ARG TARGETARCH
118118

119119
# Install nebi: copy from NEBI_IMAGE if provided, else download from GitHub release.

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)