Patch files from 2026.1.1 to 2026.1.2
As part of the upgrade after you downloaded the new version of the deployment templates, please apply the following changes in your values.yaml file:
As usual with patch files, the first character in every line has a meaning:
- Lines starting with
+need to be added - Lines starting with
-need to be removed - Lines starting with a space ` ` are just for context and should not be changed
- Lines starting with
@@indicate the line numbers in the original file and should not be changed
values.yaml
@@ -37,9 +37,9 @@ common:
# The namespace of the deployment
productNS: "<NAMESPACE-PLACEHOLDER>"
# The docker image tag
- mainVersion: "2026.1.1"
+ mainVersion: "2026.1.2"
# The docker image tag for Coding Environment Storage
- cesVersion: "2026.1.1"
+ cesVersion: "2026.1.2"
# Docker registry prefix rapidminer/ references our public docker registry, but that can be changed to the fqdn of your internal registry
dockerURL: "rapidminer/"
# The TZ database name of the deployment's timezone, for example "America/New_York"
@@ -201,7 +201,7 @@ proxy:
# You can overwrite the Docker registry prefix rapidminer/ if you have on own repository, but that can be changed to the fqdn of your internal registry
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "proxy-config"
secretName: "proxy-secret"
# Deprecated, please use httpPort and httpsPort
@@ -289,7 +289,7 @@ letsEncrypt:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rm-letsencrypt-client"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "letsencrypt-client-config"
allowLetsEncrypt: "true"
certsHome: "/certificates/"
@@ -320,7 +320,7 @@ landingPage:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-deployment-landing-page"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "landing-page-config"
secretName: "landing-page-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -362,7 +362,7 @@ aihubDB:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "postgres-17"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "aihub-db-config"
secretName: "aihub-db-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -404,7 +404,7 @@ aihubFrontend:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-aihub-ui"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "aihub-frontend-config"
nginxPort: "1080"
ssoClientId: "aihub-frontend"
@@ -443,7 +443,7 @@ activemq:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-activemq-artemis"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "activemq-config"
secretName: "activemq-secret"
pvcName: "activemq-artemis-pvc"
@@ -476,7 +476,7 @@ aihubBackendInit:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "aihub-backend-init-container"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "aihub-backend-config"
secretName: "aihub-backend-secret"
resources:
@@ -507,7 +507,7 @@ aihubBackend:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-aihub"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "aihub-backend-config"
secretName: "aihub-backend-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -601,7 +601,7 @@ jobagents:
imageName: "rapidminer-jobagent"
home: "/home/rapidminer"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
serviceName: "job-agents-default-queue"
statefulsetName: "job-agents-default-queue"
selectorLabels:
@@ -724,7 +724,7 @@ keycloak:
serviceName: "keycloak-svc"
imageName: "rapidminer-keycloak"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "keycloak-config"
secretName: "keycloak-secret"
logLevel: "info"
@@ -769,7 +769,7 @@ keycloakDB:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "postgres-17"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "keycloak-db-config"
secretName: "keycloak-db-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -827,7 +827,7 @@ licenseProxy:
hostname: "license-proxy"
imageName: "rapidminer-licenseproxy"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "license-proxy-config"
envSecretName: "license-proxy-env-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -867,7 +867,7 @@ deploymentInit:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-deployment-init"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "deployment-init-config"
secretName: "deployment-init-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -912,7 +912,7 @@ platformAdmin:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-platform-admin-webui"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "platform-admin-webui-config"
secretName: "platform-admin-webui-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -957,7 +957,7 @@ ces:
# You can overwrite the Docker registry prefix rapidminer/ if you have on own repository, but that can be changed to the fqdn of your internal registry
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "rapidminer-coding-environment-storage-config"
pvcName: "coding-environment-storage"
pvcSubPath: "coding-shared"
@@ -997,7 +997,7 @@ scoringAgent:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-scoringagent"
# This is the last version of scoring agent, please migrate to webapi
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "scoring-agent-config"
secretName: "scoring-agent-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -1072,7 +1072,7 @@ jupyterDB:
serviceName: "jupyterhub-db"
imageName: "rapidminer-jupyterhub-postgres"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "jupyterhub-db-config"
secretName: "jupyterhub-db-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -1118,7 +1118,7 @@ jupyterHub:
serviceName: "jupyterhub-hub-svc-priv"
imageName: "rapidminer-jupyterhub-jupyterhub"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "jupyterhub-config"
secretName: "jupyterhub-secret"
createServiceAccount: "true"
@@ -1159,7 +1159,7 @@ jupyterHub:
# slug: default
# default: "True"
# kubespawner_override:
- # image_spec: rapidminer/rapidminer-jupyter_notebook:2026.1.1
+ # image_spec: rapidminer/rapidminer-jupyter_notebook:2026.1.2
# cpu_guarantee: 2
# mem_guarantee: 3G
# cpu_limit: 2
@@ -1172,7 +1172,7 @@ jupyterHub:
# slug: rapidminer-single-nvidia-gpu
# default: "False"
# kubespawner_override:
- # image_spec: rapidminer/rapidminer-jupyter_notebook_nvidia:2026.1.1
+ # image_spec: rapidminer/rapidminer-jupyter_notebook_nvidia:2026.1.2
# cpu_guarantee: 3.5
# mem_guarantee: 28G
# cpu_limit: 3.5
@@ -1192,7 +1192,7 @@ jupyterHub:
# slug: rapidminer-four-nvidia-gpu
# default: "False"
# kubespawner_override:
- # image_spec: rapidminer/rapidminer-jupyter_notebook_nvidia:2026.1.1
+ # image_spec: rapidminer/rapidminer-jupyter_notebook_nvidia:2026.1.2
# cpu_guarantee: 40
# mem_guarantee: 170G
# cpu_limit: 40
@@ -1227,7 +1227,7 @@ jupyterNoteBook:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-jupyter_notebook"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
memLimit: "3G"
cpuLimit: "100"
ssoUidKey: "X_NB_UID"
@@ -1261,7 +1261,7 @@ grafanaProxy:
threadNumbers: "16"
imageName: "rapidminer-grafana-proxy"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
# Possible values: NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
logLevel: "INFO"
logResponseData: "False"
@@ -1291,7 +1291,7 @@ grafanaAnonProxy:
serviceName: "grafana-anonymous-proxy-svc"
imageName: "rapidminer-grafana-proxy"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
# Possible values: NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
logLevel: "INFO"
threadNumbers: "16"
@@ -1318,7 +1318,7 @@ grafanaInit:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-grafana-init"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "grafana-init-config"
resources:
requests:
@@ -1348,7 +1348,7 @@ grafana:
serviceName: "grafana-svc"
# You can overwrite the mainVersion value for this component
# This is the version of the official Grafana docker image
- staticVersion: "12.4.2-ubuntu"
+ staticVersion: "13.2.0-ubuntu"
configName: "grafana-config"
secretName: "grafana-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -1412,7 +1412,7 @@ tokenTool:
serviceName: "token-tool-svc"
imageName: "rapidminer-deployment-landing-page"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
configName: "token-tool-config"
secretName: "token-tool-secret"
# You can overwrite the defaultstorageClass value for this component
@@ -1509,7 +1509,7 @@ webApiAgents:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
imageName: "rapidminer-scoringagent"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
statefulsetName: "webapi-agent-default-queue"
eurekaInstanceHostname: "webapi-agent-default-queue"
# You can overwrite the defaultstorageClass value for this component
@@ -1670,7 +1670,7 @@ panopticonVizapp:
# You can overwrite the Docker registry prefix rapidminer/ if you have on own repository, but that can be changed to the fqdn of your internal registry
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
serviceName: "panopticon-vizapp"
secretName: "panopticon-vizapp-secret"
catalinaOpts: "-Xms900m -Xmx1900m --add-opens java.base/java.nio=ALL-UNNAMED"
@@ -1744,7 +1744,7 @@ panopticonVizappPython:
# You can overwrite the Docker registry prefix rapidminer/ if you have on own repository, but that can be changed to the fqdn of your internal registry
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
serviceName: "panopticon-vizapp-python"
#xsmall
# You can overwrite these values:
@@ -1791,7 +1791,7 @@ panopticonRserve:
# You can overwrite the Docker registry prefix rapidminer/ if you have on own repository, but that can be changed to the fqdn of your internal registry
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
serviceName: "panopticon-rserve"
# You can overwrite these values:
# storageClass: "<STORAGECLASS-PLACEHOLDER_RWO>"
@@ -1824,7 +1824,7 @@ panopticonMonetDB:
# repoName: "<registry.example.com/> or <customedockerhubreponame/>"
deploy: true
# You can overwrite the mainVersion value for this component
- # version: "2026.1.1"
+ # version: "2026.1.2"
serviceName: "panopticon-monetdb"
secretName: "panopticon-monetdb-secret"
adminPass: "<ADMIN_PASSWORD_PLACEHOLDER>"