diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..5a46057b4df809fa9821ca68b1a1cebeaede5229
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+image: dtzar/helm-kubectl:3.12
+
+stages:
+  - upload
+
+upload:
+  stage: upload
+  script:
+  - cd charts
+  - |
+    for d in $(ls -d *) 
+    do
+      echo ${d}
+      helm dependency build ${d}
+      helm lint ${d}
+      helm package ${d}
+      curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@$(ls ${d}-*.tgz)" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
+    done
diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml
index 28e05cf6f1089541429f65ca173ded16b1022c7e..7d1430bf90b4982ca6224211cadb7ea51d0cc914 100644
--- a/charts/jupyter-pyspark/Chart.yaml
+++ b/charts/jupyter-pyspark/Chart.yaml
@@ -28,5 +28,5 @@ version: 1.32.12
 
 dependencies:
   - name: library-chart
-    version: 1.5.12
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-pyspark/README.md b/charts/jupyter-pyspark/README.md
index c552f853860f3435dc00081829808d6e7089bac1..3b0af17b5e7dc01a08f0af59e947da39c5c5029b 100644
--- a/charts/jupyter-pyspark/README.md
+++ b/charts/jupyter-pyspark/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with PySpark, an interface to use Apache Spark from Python.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-python-gpu/Chart.yaml b/charts/jupyter-python-gpu/Chart.yaml
index 201222e11210fae7547a83b65a4f562c3fd27e36..7c780d5ad914bcc0a30ab51c4054ec74e4b6e783 100644
--- a/charts/jupyter-python-gpu/Chart.yaml
+++ b/charts/jupyter-python-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-python-gpu/README.md b/charts/jupyter-python-gpu/README.md
index 4a96674d292da7e90abe5a8d70959a334aebc4e1..7fe56cfedf31e77973b490d4521d73781c5cc1cc 100644
--- a/charts/jupyter-python-gpu/README.md
+++ b/charts/jupyter-python-gpu/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml
index 2e49f953e58f2f9f1d7143c76297568521a83446..6146a353318f047543110178a5fdca7112b0c9a2 100644
--- a/charts/jupyter-python/Chart.yaml
+++ b/charts/jupyter-python/Chart.yaml
@@ -26,5 +26,5 @@ version: 1.13.7
 
 dependencies:
   - name: library-chart
-    version: 1.5.12
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-python/README.md b/charts/jupyter-python/README.md
index 62c3046f711a972441a9de42d6448d31430e0a73..c5fd54ea89122a050e3b9b47a24edaf9f43de4e4 100644
--- a/charts/jupyter-python/README.md
+++ b/charts/jupyter-python/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python, Julia, and a collection of standard data science
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-python/values.yaml b/charts/jupyter-python/values.yaml
index e386ba8e86050cd40021dac49041462f9d2c98b9..14325e2413fc461faa7b666bb52d0b8be55e0fa8 100644
--- a/charts/jupyter-python/values.yaml
+++ b/charts/jupyter-python/values.yaml
@@ -138,7 +138,7 @@ ingress:
   enabled: false
   tls: true
   ingressClassName: ""
-  annotations: []
+  annotations: 
     # kubernetes.io/tls-acme: "true"
   hostname: chart-example.local
   userHostname: chart-example-user.local
diff --git a/charts/jupyter-pytorch-gpu/Chart.yaml b/charts/jupyter-pytorch-gpu/Chart.yaml
index dc110570538bce7e8882b37805ad55b40f6f20fe..ff7d90a1b4fdcb708d3b5a4c2f7c5ebd2651b173 100644
--- a/charts/jupyter-pytorch-gpu/Chart.yaml
+++ b/charts/jupyter-pytorch-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-pytorch-gpu/README.md b/charts/jupyter-pytorch-gpu/README.md
index 0718c2674cf5f84e076926420725815789eafad8..f0fd300853117889bde033f055d3cbe2fa7998e9 100644
--- a/charts/jupyter-pytorch-gpu/README.md
+++ b/charts/jupyter-pytorch-gpu/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-pytorch/Chart.yaml b/charts/jupyter-pytorch/Chart.yaml
index f22811a7ac0e72f7612b6d4fe0644dc7cd730c8e..64da587609ed049d91a99986f72713c5f7b4b138 100644
--- a/charts/jupyter-pytorch/Chart.yaml
+++ b/charts/jupyter-pytorch/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-pytorch/README.md b/charts/jupyter-pytorch/README.md
index 6431e5a355d67df3ea24112b397f15a899eecb2c..19fd751734d1148c683d742ed880e91057abe7c8 100644
--- a/charts/jupyter-pytorch/README.md
+++ b/charts/jupyter-pytorch/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework PyTorch.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-r/Chart.yaml b/charts/jupyter-r/Chart.yaml
index 2a9e68b3d07f60a0e8e1e88d511f9a6d753d6374..ae25aca18ad3aa5cc5db5f5434941c654d7b7824 100644
--- a/charts/jupyter-r/Chart.yaml
+++ b/charts/jupyter-r/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-r/README.md b/charts/jupyter-r/README.md
index b5685d777087d5662fbf6fb0fbea7b6b0a8a5520..65c816a04a79f1f1272255f258c2580325bae15c 100644
--- a/charts/jupyter-r/README.md
+++ b/charts/jupyter-r/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with R and a collection of standard data science packages.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-tensorflow-gpu/Chart.yaml b/charts/jupyter-tensorflow-gpu/Chart.yaml
index 4ea0bc451bd2d4e5ad4d8cf7b82b0990ca826354..b52beaf49e6157f4d5641b3379e93176f60a2d1b 100644
--- a/charts/jupyter-tensorflow-gpu/Chart.yaml
+++ b/charts/jupyter-tensorflow-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-tensorflow-gpu/README.md b/charts/jupyter-tensorflow-gpu/README.md
index 6de8ce8746bb2a1a1a6877929d3722554fca9ade..9e9ac7e6ffbad1ce90d143ad4a853ebaa096809d 100644
--- a/charts/jupyter-tensorflow-gpu/README.md
+++ b/charts/jupyter-tensorflow-gpu/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework TensorFlow, with
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/jupyter-tensorflow/Chart.yaml b/charts/jupyter-tensorflow/Chart.yaml
index efd02b1a4e18a9e37b15b61a3cd9c7fa9ab92c99..4a6f209ac84e36310c8933e1cbb6accdd17cda57 100644
--- a/charts/jupyter-tensorflow/Chart.yaml
+++ b/charts/jupyter-tensorflow/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.13.7
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/jupyter-tensorflow/README.md b/charts/jupyter-tensorflow/README.md
index a5e7988688265b96b3655b2aabaec3d3e78190db..67f8372bbf50da4d2e3758c7436f25b0aacd7523 100644
--- a/charts/jupyter-tensorflow/README.md
+++ b/charts/jupyter-tensorflow/README.md
@@ -15,7 +15,7 @@ The JupyterLab IDE with Python and the deep-learning framework TensorFlow.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/library-chart/templates/_ingress.tpl b/charts/library-chart/templates/_ingress.tpl
index b8104258f406797902aed753878eaf2951e000f8..1c5fee9f632d11dd533d4e4e60f055d59347213d 100644
--- a/charts/library-chart/templates/_ingress.tpl
+++ b/charts/library-chart/templates/_ingress.tpl
@@ -44,6 +44,9 @@ metadata:
   labels:
     {{- include "library-chart.labels" . | nindent 4 }}
   annotations:
+    cert-manager.io/issuer: "letsencrypt-prod"
+    kubernetes.io/ingress.class: nginx
+    kubernetes.io/tls-acme: "true"
     {{- include "library-chart.ingress.annotations" . | nindent 4 }}
 spec:
   {{- if and .Values.ingress.ingressClassName (eq "true" (include "library-chart.ingress.supportsIngressClassname" .)) }}
@@ -53,6 +56,7 @@ spec:
   tls:
     - hosts:
         - {{ .Values.ingress.hostname | quote }}
+      secretName: {{ $fullName }}-tls
 {{- end }}
   rules:
     - host: {{ .Values.ingress.hostname | quote }}
@@ -81,6 +85,9 @@ metadata:
   labels:
     {{- include "library-chart.labels" . | nindent 4 }}
   annotations:
+    cert-manager.io/issuer: "letsencrypt-prod"
+    kubernetes.io/ingress.class: nginx
+    kubernetes.io/tls-acme: "true"
     {{- include "library-chart.ingress.annotations" . | nindent 4 }}
 spec:
   {{- if and .Values.ingress.ingressClassName (eq "true" (include "library-chart.ingress.supportsIngressClassname" .)) }}
@@ -90,6 +97,7 @@ spec:
   tls:
     - hosts:
         - {{ .Values.ingress.userHostname | quote }}
+      secretName: {{ $fullName }}-tls  
 {{- end }}
   rules:
     - host: {{ .Values.ingress.userHostname | quote }}
@@ -119,6 +127,9 @@ metadata:
   labels:
     {{- include "library-chart.labels" . | nindent 4 }}
   annotations:
+    cert-manager.io/issuer: "letsencrypt-prod"
+    kubernetes.io/ingress.class: nginx
+    kubernetes.io/tls-acme: "true"
     {{- include "library-chart.ingress.annotations" . | nindent 4 }}
 spec:
   {{- if and .Values.ingress.ingressClassName (eq "true" (include "library-chart.ingress.supportsIngressClassname" .)) }}
@@ -128,6 +139,7 @@ spec:
   tls:
     - hosts:
         - {{ .Values.ingress.sparkHostname | quote }}
+      secretName: {{ $fullName }}-tls  
 {{- end }}
   rules:
     - host: {{ .Values.ingress.sparkHostname | quote }}
diff --git a/charts/rstudio-gpu/Chart.yaml b/charts/rstudio-gpu/Chart.yaml
index e9052a4a934c6d57665527e8e0c9b613e73f6729..98f555f6d5ca2c03dd511fa08b1e37729d76b98d 100644
--- a/charts/rstudio-gpu/Chart.yaml
+++ b/charts/rstudio-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.15.3
 dependencies:
 - name: library-chart
-  version: 1.5.2
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/rstudio-gpu/README.md b/charts/rstudio-gpu/README.md
index af96926ea1a52a72e8027e7821f419aaa191b027..ef707da5213d0281d36a2bca58bba11a22d2eceb 100644
--- a/charts/rstudio-gpu/README.md
+++ b/charts/rstudio-gpu/README.md
@@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages, with GPU su
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.2 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.2 |
 
 ## Values
 
diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml
index cee0379804ef0360a6f6dd703df166723e7e7849..bf1f6e0e8bd09f4151fdcd515883544e4fc5cca8 100644
--- a/charts/rstudio-sparkr/Chart.yaml
+++ b/charts/rstudio-sparkr/Chart.yaml
@@ -27,5 +27,5 @@ version: 1.16.4
 
 dependencies:
   - name: library-chart
-    version: 1.5.12
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/rstudio-sparkr/README.md b/charts/rstudio-sparkr/README.md
index e65c08df907400d80144e3f7a91eaf2fe0696526..81d4ef68f2a45f5df901973c23ce810871662a17 100644
--- a/charts/rstudio-sparkr/README.md
+++ b/charts/rstudio-sparkr/README.md
@@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages. It includes
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml
index eafc4079512061854d397c0b130df256d6e1f41a..2a7a30637dbf5dcf0d5431360616610c3157f069 100644
--- a/charts/rstudio/Chart.yaml
+++ b/charts/rstudio/Chart.yaml
@@ -26,5 +26,5 @@ version: 1.15.3
 
 dependencies:
   - name: library-chart
-    version: 1.5.2
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/rstudio/README.md b/charts/rstudio/README.md
index d613bdbbfc56d3ddd50a0718a6cc0a6d487d52fb..643256d41129d5864df55fedf287d8532f42b551 100644
--- a/charts/rstudio/README.md
+++ b/charts/rstudio/README.md
@@ -15,7 +15,7 @@ The RStudio IDE with a collection of standard data science packages.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.2 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.2 |
 
 ## Values
 
diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml
index 0822a5f6cfd691a6e53fb8340257a077cb00c171..00915c8f1fcfe9c8ec05e144a09d3571b2182cfd 100644
--- a/charts/vscode-pyspark/Chart.yaml
+++ b/charts/vscode-pyspark/Chart.yaml
@@ -28,5 +28,5 @@ version: 1.3.5
 
 dependencies:
   - name: library-chart
-    version: 1.5.12
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-pyspark/README.md b/charts/vscode-pyspark/README.md
index f1f92b2efcbe0e23081bbf892f87b66bde3207d2..ff446a04d08f9c70f66cd0c56f662b415a27a663 100644
--- a/charts/vscode-pyspark/README.md
+++ b/charts/vscode-pyspark/README.md
@@ -15,7 +15,7 @@ The Visual Studio Code IDE with PySpark, an interface to use Apache Spark from P
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-python-gpu/Chart.yaml b/charts/vscode-python-gpu/Chart.yaml
index e0d0c13969bdad286fb3901a4bde4bf9fc79e253..116d89bd243fca5e4680af10128bd53ed8eb183f 100644
--- a/charts/vscode-python-gpu/Chart.yaml
+++ b/charts/vscode-python-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-python-gpu/README.md b/charts/vscode-python-gpu/README.md
index 783f1533bffa6cf8463cf3191b96bff30b8388bf..d95fae0052e091b5765d54b8ef0aeb71b0953ec8 100644
--- a/charts/vscode-python-gpu/README.md
+++ b/charts/vscode-python-gpu/README.md
@@ -15,7 +15,7 @@ The VSCOde IDE with Python, Julia, and a collection of standard data science pac
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml
index d9e55adb74c2e620f77d11edf6dbfc0a7ccdc7ac..1a7be86452785f4d952610b3b3cfa72a03b75b44 100644
--- a/charts/vscode-python/Chart.yaml
+++ b/charts/vscode-python/Chart.yaml
@@ -26,5 +26,5 @@ version: 1.11.5
 
 dependencies:
   - name: library-chart
-    version: 1.5.12
-    repository: https://inseefrlab.github.io/helm-charts-interactive-services
+    version: 1.5.13
+    repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-python/README.md b/charts/vscode-python/README.md
index 7855dce875d58e125305ccfb4d331214e6a2fde7..503d558b75813fa6cab2f34f35ebb8a281f64f44 100644
--- a/charts/vscode-python/README.md
+++ b/charts/vscode-python/README.md
@@ -15,7 +15,7 @@ The Visual Studio Code IDE with Python, Julia, and a collection of standard data
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-pytorch-gpu/Chart.yaml b/charts/vscode-pytorch-gpu/Chart.yaml
index 606a47516ade0ed4ee97fcd5b3b5babf08c3c318..036f92da468cc48e824a78dd6a5fe1cafa6b508e 100644
--- a/charts/vscode-pytorch-gpu/Chart.yaml
+++ b/charts/vscode-pytorch-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-pytorch-gpu/README.md b/charts/vscode-pytorch-gpu/README.md
index 646539fc98fd8ea2ebf98b8c477996b1db0e3493..4aead612287c451bf16923a9e7880305b8615fe6 100644
--- a/charts/vscode-pytorch-gpu/README.md
+++ b/charts/vscode-pytorch-gpu/README.md
@@ -15,7 +15,7 @@ The VSCode IDE with Python and the deep-learning framework PyTorch, with GPU sup
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-pytorch/Chart.yaml b/charts/vscode-pytorch/Chart.yaml
index 458121f8273a0a6772b18cfb9bd349c8e62ced44..8b971fff84d3f579a0db10af90a9c861d1de1010 100644
--- a/charts/vscode-pytorch/Chart.yaml
+++ b/charts/vscode-pytorch/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-pytorch/README.md b/charts/vscode-pytorch/README.md
index 44d9b11e93723074c0da671c19bd583f63bc6440..213367c20bbe4a91750721912ceb1d0cac6ac06d 100644
--- a/charts/vscode-pytorch/README.md
+++ b/charts/vscode-pytorch/README.md
@@ -15,7 +15,7 @@ The VSCode IDE with Python and the deep-learning framework PyTorch.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-r-python-julia/Chart.yaml b/charts/vscode-r-python-julia/Chart.yaml
index 627221f7135b69f54e815ade32aa97df69f8d70f..f25e224a61f0f58899805902d80cb05fcb7c143f 100644
--- a/charts/vscode-r-python-julia/Chart.yaml
+++ b/charts/vscode-r-python-julia/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-r-python-julia/README.md b/charts/vscode-r-python-julia/README.md
index 83497042374870b35ff48411052cb4f437496c19..4f47a8d0f97184a905faa9def64c75602f7519b6 100644
--- a/charts/vscode-r-python-julia/README.md
+++ b/charts/vscode-r-python-julia/README.md
@@ -15,7 +15,7 @@ The VSCode IDE with minimal installations of R, Python and Julia.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-tensorflow-gpu/Chart.yaml b/charts/vscode-tensorflow-gpu/Chart.yaml
index a29528f504a211d1cf42b293e3413c2504ca9582..02b56344b1ada2c30a45f8978d20dc3e2588bc86 100644
--- a/charts/vscode-tensorflow-gpu/Chart.yaml
+++ b/charts/vscode-tensorflow-gpu/Chart.yaml
@@ -14,5 +14,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-tensorflow-gpu/README.md b/charts/vscode-tensorflow-gpu/README.md
index db5d91b5e00058ea66ca55af55653c906a9be280..077bec0767c2d26500eeb788fc497789a7d1fa48 100644
--- a/charts/vscode-tensorflow-gpu/README.md
+++ b/charts/vscode-tensorflow-gpu/README.md
@@ -15,7 +15,7 @@ The VSCode IDE with Python and the deep-learning framework TensorFlow, with GPU
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values
 
diff --git a/charts/vscode-tensorflow/Chart.yaml b/charts/vscode-tensorflow/Chart.yaml
index f03a86dab72de5e2b245947a7ce34ac287ea1071..a31c1a951f8b637a2a46a8c8c1298a0cecadefe1 100644
--- a/charts/vscode-tensorflow/Chart.yaml
+++ b/charts/vscode-tensorflow/Chart.yaml
@@ -13,5 +13,5 @@ type: application
 version: 1.11.5
 dependencies:
 - name: library-chart
-  version: 1.5.12
-  repository: https://inseefrlab.github.io/helm-charts-interactive-services
+  version: 1.5.13
+  repository: https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/
diff --git a/charts/vscode-tensorflow/README.md b/charts/vscode-tensorflow/README.md
index 6725e5e28bbf9956acdb69583a0ad7a8db66ce22..b3aa038fc461b485733cfac33398e42b3e31a85a 100644
--- a/charts/vscode-tensorflow/README.md
+++ b/charts/vscode-tensorflow/README.md
@@ -15,7 +15,7 @@ The VSCode IDE with Python and the deep-learning framework TensorFlow.
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.12 |
+| https://forgemia.inra.fr/api/v4/projects/9419/packages/helm/stable/ | library-chart | 1.5.12 |
 
 ## Values