diff --git a/charts/nmaas/values.yaml b/charts/nmaas/values.yaml
index 7bf7f13628e5d1b884439c7f1a14309afe00c544..94c9e0161ad9a90bce9150ed3a2472916581f563 100644
--- a/charts/nmaas/values.yaml
+++ b/charts/nmaas/values.yaml
@@ -58,7 +58,7 @@ platform:
     timeoutSeconds: 10
   image:
     repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-platform
-    tag: "1.6.2"
+    tag: "1.6.3"
     pullPolicy: IfNotPresent
   port: 9001
   targetPort: 9001
@@ -82,7 +82,7 @@ platform:
     enabled: true
     image:
       repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-platform-populate
-      tag: "v1.5.4"
+      tag: "1.6.3"
       pullPolicy: Always
   properties:
     maintenance: false
@@ -186,7 +186,7 @@ portal:
   name: nmaas-portal
   image:
     repository: artifactory.software.geant.org/nmaas-docker-local/nmaas-portal
-    tag: "1.6.2"
+    tag: "1.6.3"
     pullPolicy: IfNotPresent
   ingress:
     # -- defaults to .Values.platform.properties.k8s.ingress.controller.ingressClass if not set