From aed79da69f9d1990fcb28116638301d2e2f61e55 Mon Sep 17 00:00:00 2001 From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Date: Thu, 27 Oct 2022 02:40:39 +0200 Subject: [PATCH] Update deployment-service docker image tag to 7.6.0-alpha.108 (#702) 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 7b6f506b5..4a2dc561b 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.6.0-alpha.107"` | | +| alfresco-deployment-service.image.tag | string | `"7.6.0-alpha.108"` | | | 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 2823b3aa5..65f58cd9d 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.6.0-alpha.107 + tag: 7.6.0-alpha.108 pullPolicy: Always postgresql: enabled: true