Skip to content

Commit

Permalink
AAE-3303 Release 7.1.0-M9
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Aug 21, 2020
1 parent 9301f78 commit 2ae4e1e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ VALUES_REGISTRY_TMPL := $(or $(VALUES_REGISTRY_TMPL), values-registry.tmpl)

.EXPORT_ALL_VARIABLES:

AC_TAG := 7.1.0-M8
AAE_TAG := 7.1.0-M8
APW_APP_TAG := 7.1.0-M8
DWS_APP_TAG := 7.1.0-M8
APA_APP_TAG := 7.1.0-M8
AC_TAG := 7.1.0-M9
AAE_TAG := 7.1.0-M9
APW_APP_TAG := 7.1.0-M9
DWS_APP_TAG := 7.1.0-M9
APA_APP_TAG := 7.1.0-M9
RABBITMQ_TAG := 3.7-alpine
POSTGRESQL_TAG := 10.7.0
ALPINE_TAG := 3.8
Expand Down
6 changes: 3 additions & 3 deletions helm/alfresco-process-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Source code can be found [here](https://github.com/Alfresco/alfresco-process-app
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-connector | 7.1.0-M9 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-query | 7.1.0-M9 |
| https://activiti.github.io/activiti-cloud-helm-charts | runtime-bundle | 7.1.0-M9 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.1 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.1 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.1 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.2 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.2 |
| https://kubernetes-charts.alfresco.com/stable | alfresco-adf-app | 2.2.2 |
| https://kubernetes-charts.storage.googleapis.com | postgresql | 6.3.9 |
| https://kubernetes-charts.storage.googleapis.com | rabbitmq-ha | 1.38.1 |

Expand Down
12 changes: 6 additions & 6 deletions helm/alfresco-process-application/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dependencies:
- name: activiti-cloud-query
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.1.913
version: 7.1.0-M9
condition: application.activiti-cloud-query.enabled,activiti-cloud-query.enabled
- name: rabbitmq-ha
repository: https://kubernetes-charts.storage.googleapis.com
Expand All @@ -16,24 +16,24 @@ dependencies:
alias: postgres
- name: runtime-bundle
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.1.913
version: 7.1.0-M9
condition: application.runtime-bundle.enabled,runtime-bundle.enabled
- name: activiti-cloud-connector
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.1.913
version: 7.1.0-M9
condition: application.activiti-cloud-connector.enabled,activiti-cloud-connector.enabled
- name: alfresco-adf-app
alias: alfresco-process-workspace-app
version: 2.2.2
repository: https://kubernetes-charts.alfresco.com/incubator
repository: https://kubernetes-charts.alfresco.com/stable
condition: application.alfresco-process-workspace-app.enabled,alfresco-process-workspace-app.enabled
- name: alfresco-adf-app
alias: alfresco-admin-app
version: 2.2.2
repository: https://kubernetes-charts.alfresco.com/incubator
repository: https://kubernetes-charts.alfresco.com/stable
condition: application.alfresco-admin-app.enabled,alfresco-admin-app.enabled
- name: alfresco-adf-app
alias: alfresco-digital-workspace-app
version: 2.2.2
repository: https://kubernetes-charts.alfresco.com/incubator
repository: https://kubernetes-charts.alfresco.com/stable
condition: application.alfresco-digital-workspace-app.enabled,alfresco-digital-workspace-app.enabled
12 changes: 6 additions & 6 deletions helm/alfresco-process-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ activiti-cloud-query:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-query-service
tag: develop
tag: 7.1.0-M9
ingress:
path: /{{ .Release.Name }}
enabled: true
Expand Down Expand Up @@ -100,7 +100,7 @@ runtime-bundle:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
tag: develop
tag: 7.1.0-M9
ingress:
enabled: true
path: /{{ .Release.Name }}
Expand Down Expand Up @@ -157,7 +157,7 @@ activiti-cloud-connector:
nameOverride: example-cloud-connector
image:
repository: activiti/example-cloud-connector
tag: develop
tag: 7.1.0-M9
ingress:
enabled: true
path: "/{{ .Release.Name }}/{{ .Values.nameOverride }}"
Expand All @@ -180,7 +180,7 @@ alfresco-process-workspace-app:
nameOverride: workspace-app
image:
repository: quay.io/alfresco/alfresco-process-workspace-app
tag: develop
tag: 7.1.0-M9
ingress:
path: "/{{ .Release.Name }}/workspace"
env:
Expand All @@ -195,7 +195,7 @@ alfresco-digital-workspace-app:
path: "/{{ .Release.Name }}/digital-workspace"
image:
repository: quay.io/alfresco/alfresco-digital-workspace
tag: develop
tag: 7.1.0-M9
env:
APP_CONFIG_AUTH_TYPE: "OAUTH"
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
Expand All @@ -212,7 +212,7 @@ alfresco-admin-app:
path: "/{{ .Release.Name }}/admin"
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: develop
tag: 7.1.0-M9
pullPolicy: Always
env:
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
Expand Down

0 comments on commit 2ae4e1e

Please sign in to comment.