From a5a1ca043e92dc7300a5d2e4f472c2b660755090 Mon Sep 17 00:00:00 2001
From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com>
Date: Wed, 25 Oct 2023 15:38:35 +0200
Subject: [PATCH] chore(deps): upgrade Alfresco/alfresco-deployment-service to
version 7.13.0-alpha.33 (#1531)
from: https://github.com/Alfresco/alfresco-deployment-service
Co-authored-by: alfresco-build <>
---
helm/alfresco-process-infrastructure/README.md | 2 +-
helm/alfresco-process-infrastructure/values.yaml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/helm/alfresco-process-infrastructure/README.md b/helm/alfresco-process-infrastructure/README.md
index 9c747b4ff..f43c8a6c3 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.32"` | |
+| alfresco-deployment-service.image.tag | string | `"7.13.0-alpha.33"` | |
| 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 7edbe6c65..dc9963d9d 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.32
+ tag: 7.13.0-alpha.33
pullPolicy: Always
postgresql:
enabled: true
diff --git a/pom.xml b/pom.xml
index 9a282cfed..a6fdbd6a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
alfresco-process-infrastructure-deployment
7.7.0-SNAPSHOT
- 7.13.0-alpha.32
+ 7.13.0-alpha.33
7.13.0-alpha.25
7.13.0-alpha.16
7.13.0-alpha.17