Semantic Workbench Installation and Upgrade Guide
13/07/2026
This guide summarizes the installation and upgrade procedures for the Semantic Workbench. Steps for how to uninstall and troubleshoot the Semantic Workbench are also listed below.
Note
For more information on how to migrate already existing Semantic Workbench data to version 2.4.0, visit this dedicated help page.
The Semantic Workbench (formerly known as PoolParty Workbench) is a powerful Spring Boot application designed for efficient management of PoolParty taxonomies. It empowers subject-matter experts to optimize their semantic workflows through intuitive parameter configuration for inference tagging and recommender features.
Starting with version 2.4.0, the Semantic Workbench is deployed using a fully cloud-native approach via Helm charts on Kubernetes. The previous installation method using download scripts and standalone WAR files has been replaced by a Dockerized, Helm-managed deployment.
Component | Details |
|---|---|
Helm Chart Version | 0.1.2 |
Application Version | 2.4.1 |
Minimum Kubernetes Version | 1.32+ |
Image Registry |
|
Image Repository |
|
License | Apache 2.0 |
Important
Starting with Semantic Workbench 2.5.0 and ADF 1.9.0, the single KEYCLOAK_URL variable is deprecated and now maps exclusively to internal traffic.
To resolve past OAuth redirect issues, Keycloak network traffic has been split. The following variables can now be used instead:
KEYCLOAK_PUBLIC_URL: Used for browser-facing actions (authorization, issuer, logout).KEYCLOAK_INTERNAL_URL: Used for back-channel service communication (tokens, JWKS validation).
Details can be found in the addons.yaml and .env_template files in the compose-files repository.