Skip to content

Commit

Permalink
Merge pull request #9 from Alfresco/1.6.2
Browse files Browse the repository at this point in the history
1.6.1 -> 1.6.2
  • Loading branch information
Martin Whittington authored May 30, 2017
2 parents 9050ce8 + ca1e4d9 commit e262446
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose/ps-only/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
process:
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
environment:
ACTIVITI_CSRF_DISABLED: 'true'
ACTIVITI_CORS_ENABLED: 'true'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/ps-postgres-es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
process:
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
environment:
ACTIVITI_DATASOURCE_USERNAME: alfresco
ACTIVITI_DATASOURCE_PASSWORD: alfresco
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/ps-postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
process:
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
environment:
ACTIVITI_DATASOURCE_USERNAME: alfresco
ACTIVITI_DATASOURCE_PASSWORD: alfresco
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/ps-only/ps-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
value: 'true'
- name: ACTIVITI_CSRF_DISABLED
value: 'true'
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
ports:
- containerPort: 8080
2 changes: 1 addition & 1 deletion kubernetes/ps-postgres-es/ps-postgres-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ spec:
value: 127.0.0.1:9300
- name: ACTIVITI_ES_CLUSTER_NAME
value: elasticsearch
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
ports:
- containerPort: 8080
2 changes: 1 addition & 1 deletion kubernetes/ps-postgres/ps-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ spec:
value: org.hibernate.dialect.PostgreSQLDialect
- name: ACTIVITI_DATASOURCE_URL
value: 'jdbc:postgresql://127.0.0.1:5432/activiti?characterEncoding=UTF-8'
image: alfresco/process-services:1.6.1
image: alfresco/process-services:1.6.2
ports:
- containerPort: 8080

0 comments on commit e262446

Please sign in to comment.