diff --git a/README.md b/README.md
index 06a5cfc8a7da0d416f7f0142806301baa4032b35..dccad832759a70fa8ecaeb0ee66057a35cac693b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# task
+# infohub
 
 ![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
 
-task deployment
+infohub deployment
 
 ## Values
 
@@ -10,12 +10,13 @@ task deployment
 |-----|------|---------|-------------|
 | addresses.cache | string | `"http://cache:8080"` |  |
 | addresses.policy | string | `"http://policy:8080"` |  |
+| addresses.signer | string | `"http://signer:8080"` |  |
 | autoscaling.enabled | bool | `false` | Enable autoscaling |
 | autoscaling.maxReplicas | int | `3` | Maximum replicas |
 | autoscaling.minReplicas | int | `1` | Minimum replicas |
 | autoscaling.targetCPUUtilizationPercentage | int | `70` | CPU target for autoscaling trigger |
 | autoscaling.targetMemoryUtilizationPercentage | int | `70` | Memory target for autoscaling trigger |
-| image.name | string | `"gaiax/task"` | Image name |
+| image.name | string | `"gaiax/infohub"` | Image name |
 | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
 | image.pullSecrets | string | `"deployment-key-light"` | Image pull secret when internal image is used |
 | image.repository | string | `"eu.gcr.io/vrgn-infra-prj"` |  |
@@ -33,11 +34,11 @@ task deployment
 | log.level | string | `"debug"` |  |
 | metrics.enabled | bool | `true` | Enable prometheus metrics |
 | metrics.port | int | `2112` | Port for prometheus metrics |
-| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/task?replicaSet=rs0&authSource=admin"` |  |
-| mongo.dbname | string | `"task"` |  |
-| mongo.pass | string | `""` |  |
-| mongo.user | string | `""` |  |
-| name | string | `"task"` | Application name |
+| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin"` |  |
+| mongo.dbname | string | `"infohub"` |  |
+| mongo.pass | string | `"root"` |  |
+| mongo.user | string | `"root"` |  |
+| name | string | `"infohub"` | Application name |
 | nameOverride | string | `""` | Ovverwrites application name |
 | podAnnotations | object | `{}` |  |
 | replicaCount | int | `1` | Default number of instances to start  |