Skip to content

Commit

Permalink
set default to 7.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesty committed Jun 28, 2024
1 parent 6d5ceea commit 70361cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70361cc

Please sign in to comment.