Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ developer:
# -- List of node workspace directories to manage in the diracx-web container (node_modules)
nodeWorkspacesDirectories: []
# -- Image to use for the webapp if nodeModuleToInstall is set
nodeImage: node:alpine
nodeImage: node:24-alpine
# -- Enable collection of coverage reports (intended for CI usage only)
enableCoverage: false
# -- Enable automatic reloading inside uvicorn when the sources change
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/reference/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| developer.localCSPath | string | `"/local_cs_store"` | If set, mount the CS stored localy instead of initializing a default one |
| developer.mountedNodeModuleToInstall | string | `nil` | Node module to install |
| developer.mountedPythonModulesToInstall | list | `[]` | List of packages which are mounted into developer.sourcePath and should be installed with pip install SOURCEPATH/... |
| developer.nodeImage | string | `"node:alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
| developer.nodeImage | string | `"node:24-alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
| developer.nodeWorkspacesDirectories | list | `[]` | List of node workspace directories to manage in the diracx-web container (node_modules) |
| developer.offline | bool | `false` | Make it possible to launch the demo without having an internet connection |
| developer.sourcePath | string | `"/diracx_source"` | Path from which to mount source of DIRACX |
Expand Down