diff --git a/source/_static/delete-example.png b/source/_static/delete-example.png
new file mode 100644
index 0000000000000000000000000000000000000000..62fa9954a94e093fd0a982a400c76bf73304066d
Binary files /dev/null and b/source/_static/delete-example.png differ
diff --git a/source/_static/deploy_in_dev_failed.png b/source/_static/deploy_in_dev_failed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b3c812354917a7a16e1ac3c32c144c99c9409342
Binary files /dev/null and b/source/_static/deploy_in_dev_failed.png differ
diff --git a/source/_static/error_upgrade_failed.png b/source/_static/error_upgrade_failed.png
new file mode 100644
index 0000000000000000000000000000000000000000..887b69a1cc178405127c724dde6738d9fb448ad3
Binary files /dev/null and b/source/_static/error_upgrade_failed.png differ
diff --git a/source/user_guide/FAQ_user.rst b/source/user_guide/FAQ_user.rst
index be8ec615ac32c062d23e23e533d96d52ccc3a630..70a031088631cad8e9f1de7ce39746e18e17befa 100644
--- a/source/user_guide/FAQ_user.rst
+++ b/source/user_guide/FAQ_user.rst
@@ -225,6 +225,14 @@ Add the dependenciesin the ``Dockerfile`` file like bellow :
 How to upgrade my helm dependency / I can't enable a feature 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+.. |img1| image:: /_static/delete-example.png
+  :height: 3em
+.. note::
+
+  Don't forget to stop the current deployed instance by clicking on |img1| pipeline's step before apply the changes.
+
+
+
 Basic use case is that the doc mention a feature, you enable it in values.yaml, but don't see the effect. 
 The cause can be that you don't use latest version of the helm package, the part of the toolkit which provide feature such as storage, nodowntime, ... 
 
@@ -315,3 +323,20 @@ Here after is what your git diff should look like : changes in values.yaml, Char
       autoscaling:
         enabled: false
       nodowntime:
+
+
+How to fix error "UPGRADE FAILED: failed to create resource" ?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If, after upgrade my helm dependency by changing name of helm package, you obtain the following error in the "deploy" pipeline step : 
+
+.. image:: /_static/error_upgrade_failed.png
+  :align: center
+
+.. code-block:: bash
+
+    Error: UPGRADE FAILED: failed to create resource: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "XXXXXX.dev.pasteur.cloud" and path "/" is already defined in ingress XXXXX/XXXX
+
+.. |img2| image:: /_static/deploy_in_dev_failed.png
+  :height: 3em
+You have just forget to stop previously the running instance. Click on |img1| pipeline's step and on |img2| to deploy again.
\ No newline at end of file