diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index eb82a46a6ac4d516c373d578670df4a2e2703f9a..52b386d90c3f9b8ab326642873d8984e60c83b10 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -17,8 +17,6 @@ ingress:
 
 singleuser:
   # keep resource limits in sync with:
-  # - documentation/content/en/users/dev-env/notebooks/_index.md
-  # - documentation/content/en/users/dev-env/notebooks/data/_index.md
   # - profileList
   storage:
     type: none
@@ -62,19 +60,19 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: valtri/single-user
-    tag: "jupyter-4e"
+    tag: "jupyter-4e-noncollab"
   profileList:
-    - display_name: Default EGI environment - 6 GB RAM / 2 core (non-collaborative)
+    - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
       description: >
-        The Default notebook environment includes Python, R, Julia and Octave kernels
+        The notebook environment includes Python, R, Julia and Octave kernels. Non-collaborative.
       default: true
       kubespawner_override:
         args:
           - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
         image: "valtri/single-user:jupyter-4e-noncollab"
-    - display_name: Default EGI environment - 6 GB RAM / 2 core (collaborative)
+    - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice)
       description: >
-        The Default notebook environment includes Python, R, Julia and Octave kernels
+        The notebook environment includes Python, R, Julia and Octave kernels. Collaborative.
       kubespawner_override:
         args:
           - "--CondaKernelSpecManager.env_filter='/opt/conda$'"