diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md index f43c8a6c3..9115f7a3d 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.33"` | | +| alfresco-deployment-service.image.tag | string | `"7.13.0-alpha.34"` | | | 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 dc9963d9d..5f29208a9 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.33 + tag: 7.13.0-alpha.34 pullPolicy: Always postgresql: enabled: true diff --git a/pom.xml b/pom.xml index a6fdbd6a0..037b4f57b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ alfresco-process-infrastructure-deployment 7.7.0-SNAPSHOT - 7.13.0-alpha.33 + 7.13.0-alpha.34 7.13.0-alpha.25 7.13.0-alpha.16 7.13.0-alpha.17