diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md
index 386acfdc8..47bbfd37c 100644
--- a/helm/alfresco-process-infrastructure/README.md
+++ b/helm/alfresco-process-infrastructure/README.md
@@ -88,7 +88,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.extraVolumes | string | `"- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"Always"` | |
| alfresco-deployment-service.image.repository | string | `"quay.io/alfresco/alfresco-deployment-service"` | |
-| alfresco-deployment-service.image.tag | string | `"7.8.0-alpha.52"` | |
+| alfresco-deployment-service.image.tag | string | `"7.8.0-alpha.53"` | |
| alfresco-deployment-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-deployment-service.ingress.enabled | bool | `true` | |
| alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | |
diff --git a/helm/alfresco-process-infrastructure/values.yaml b/helm/alfresco-process-infrastructure/values.yaml
index 7051733c2..9385ee8ad 100644
--- a/helm/alfresco-process-infrastructure/values.yaml
+++ b/helm/alfresco-process-infrastructure/values.yaml
@@ -588,7 +588,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
- tag: 7.8.0-alpha.52
+ tag: 7.8.0-alpha.53
pullPolicy: Always
postgresql:
enabled: true
diff --git a/pom.xml b/pom.xml
index 3502daab5..549b0f733 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
alfresco-process-infrastructure-deployment
7.7.0-SNAPSHOT
- 7.8.0-alpha.52
+ 7.8.0-alpha.53
7.8.0-alpha.27
7.8.0-alpha.20
7.8.0-alpha.23