diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md
index 8a084cc07..9c747b4ff 100644
--- a/helm/alfresco-process-infrastructure/README.md
+++ b/helm/alfresco-process-infrastructure/README.md
@@ -96,7 +96,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.13.0-alpha.31"` | |
+| alfresco-deployment-service.image.tag | string | `"7.13.0-alpha.32"` | |
| 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 a49aad6ba..7edbe6c65 100644
--- a/helm/alfresco-process-infrastructure/values.yaml
+++ b/helm/alfresco-process-infrastructure/values.yaml
@@ -703,7 +703,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
- tag: 7.13.0-alpha.31
+ tag: 7.13.0-alpha.32
pullPolicy: Always
postgresql:
enabled: true
diff --git a/pom.xml b/pom.xml
index d14e606bd..9a282cfed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
alfresco-process-infrastructure-deployment
7.7.0-SNAPSHOT
- 7.13.0-alpha.31
+ 7.13.0-alpha.32
7.13.0-alpha.25
7.13.0-alpha.16
7.13.0-alpha.17