From a267e8f1c74528e9f633c1d7b5a3f061a7ff31e9 Mon Sep 17 00:00:00 2001 From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:48:28 +0200 Subject: [PATCH] Update deployment-service docker image tag to 7.5.0-alpha.140 (#474) Co-authored-by: alfresco-build --- helm/alfresco-process-infrastructure/README.md | 2 +- helm/alfresco-process-infrastructure/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md index f3166b614..c3396f913 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.5.0-alpha.139"` | | +| alfresco-deployment-service.image.tag | string | `"7.5.0-alpha.140"` | | | 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 c2f0d0bed..a2385f3b0 100644 --- a/helm/alfresco-process-infrastructure/values.yaml +++ b/helm/alfresco-process-infrastructure/values.yaml @@ -565,7 +565,7 @@ alfresco-deployment-service: enabled: false image: repository: quay.io/alfresco/alfresco-deployment-service - tag: 7.5.0-alpha.139 + tag: 7.5.0-alpha.140 pullPolicy: Always postgresql: enabled: true