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
  • Loading branch information
alfresco-build authored and pow-devops2020 committed Dec 7, 2023
1 parent 3096478 commit 992a0c5
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 @@ -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.14.0-alpha.61"` | |
| alfresco-deployment-service.image.tag | string | `"7.14.0-alpha.62"` | |
| 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 @@ -699,7 +699,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: 7.14.0-alpha.61
tag: 7.14.0-alpha.62
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.14.0-alpha.61</alfresco-deployment-service.version>
<alfresco-deployment-service.version>7.14.0-alpha.62</alfresco-deployment-service.version>
<alfresco-modeling-service.version>7.14.0-alpha.53</alfresco-modeling-service.version>
<alfresco-process.version>7.14.0-alpha.39</alfresco-process.version>
<alfresco-identity-adapter-service.version>7.14.0-alpha.42</alfresco-identity-adapter-service.version>
Expand Down

0 comments on commit 992a0c5

Please sign in to comment.