Skip to content

Commit

Permalink
Update deployment-service docker image tag to 7.5.0-alpha.140 (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: alfresco-build <[email protected]>
  • Loading branch information
alfresco-build and alfresco-build authored Sep 8, 2022
1 parent e142132 commit a267e8f
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 @@ -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.5.0-alpha.139"` | |
| alfresco-deployment-service.image.tag | string | `"7.5.0-alpha.140"` | |
| 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 @@ -565,7 +565,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: 7.5.0-alpha.139
tag: 7.5.0-alpha.140
pullPolicy: Always
postgresql:
enabled: true
Expand Down

0 comments on commit a267e8f

Please sign in to comment.