Skip to content

Commit

Permalink
chore(deps): upgrade Alfresco/alfresco-deployment-service to version …
Browse files Browse the repository at this point in the history
…7.8.0-alpha.51 (#969)

from: https://github.com/Alfresco/alfresco-deployment-service

Co-authored-by: alfresco-build <>
  • Loading branch information
alfresco-build authored Jan 13, 2023
1 parent dbe3124 commit b336f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -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.8.0-alpha.50"` | |
| alfresco-deployment-service.image.tag | string | `"7.8.0-alpha.51"` | |
| 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"` | |
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 @@ -588,7 +588,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: 7.8.0-alpha.50
tag: 7.8.0-alpha.51
pullPolicy: Always
postgresql:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>alfresco-process-infrastructure-deployment</artifactId>
<version>7.7.0-SNAPSHOT</version>
<properties>
<alfresco-deployment-service.version>7.8.0-alpha.50</alfresco-deployment-service.version>
<alfresco-deployment-service.version>7.8.0-alpha.51</alfresco-deployment-service.version>
<alfresco-modeling-service.version>7.8.0-alpha.26</alfresco-modeling-service.version>
<alfresco-process.version>7.8.0-alpha.19</alfresco-process.version>
<alfresco-identity-adapter-service.version>7.8.0-alpha.22</alfresco-identity-adapter-service.version>
Expand Down

0 comments on commit b336f50

Please sign in to comment.