From 70361cc4a14257d9efa338f54acd67365e916d4a Mon Sep 17 00:00:00 2001 From: jesty Date: Fri, 28 Jun 2024 15:13:42 +0200 Subject: [PATCH] set default to 7.15.2 --- 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 34bf6acd3..8bb1df146 100644 --- a/helm/alfresco-process-infrastructure/README.md +++ b/helm/alfresco-process-infrastructure/README.md @@ -76,7 +76,7 @@ Kubernetes: `>=1.15.0-0` | alfresco-deployment-service.applications.datadog.metrics.enabled | bool | `true` | enables application Datadog metrics observability. | | alfresco-deployment-service.applications.image.pullPolicy | string | `"Always"` | default pull policy for all application images | | alfresco-deployment-service.applications.image.pullSecretName | string | `"quay-registry-secret"` | pull secret name for all application images | -| alfresco-deployment-service.applications.image.tag | string | `"7.15.3"` | default tag for all application images | +| alfresco-deployment-service.applications.image.tag | string | `"7.15.2"` | default tag for all application images | | alfresco-deployment-service.applications.maxNumber | int | 20 applications can be deployed by default | maximum number of application can be deployed | | alfresco-deployment-service.applications.processStorageService.clientSecret | string | `"08102f0f-025c-4226-8a3e-674343bff231"` | client secret for process storage | | alfresco-deployment-service.applications.rabbitmq.admin.url | string | `""` | RabbitMQ admin URL, derived from host if not set | diff --git a/helm/alfresco-process-infrastructure/values.yaml b/helm/alfresco-process-infrastructure/values.yaml index bfa321b3c..fb48bf42c 100644 --- a/helm/alfresco-process-infrastructure/values.yaml +++ b/helm/alfresco-process-infrastructure/values.yaml @@ -711,7 +711,7 @@ alfresco-deployment-service: applications: image: # alfresco-deployment-service.applications.image.tag -- default tag for all application images - tag: 7.15.3 + tag: 7.15.2 # alfresco-deployment-service.applications.image.pullPolicy -- default pull policy for all application images pullPolicy: Always # alfresco-deployment-service.applications.image.pullSecretName -- pull secret name for all application images