Skip to content

Commit

Permalink
Updated version to 7.1.0-M11 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build-user committed Dec 10, 2020
1 parent 6c77efa commit 29fe1e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
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.0-M10
version: 7.1.0-M11
condition: application.activiti-cloud-query.enabled,activiti-cloud-query.enabled
- name: postgresql
version: 8.9.6
Expand All @@ -15,24 +15,24 @@ dependencies:
condition: application.rabbitmq.enabled,rabbitmq.enabled
- name: runtime-bundle
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.1.0-M10
version: 7.1.0-M11
condition: application.runtime-bundle.enabled,runtime-bundle.enabled
- name: activiti-cloud-connector
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.1.0-M10
version: 7.1.0-M11
condition: application.activiti-cloud-connector.enabled,activiti-cloud-connector.enabled
- name: alfresco-adf-app
alias: alfresco-process-workspace-app
version: 7.1.0-M11
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: 7.1.0-M11
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: 7.1.0-M11
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
26 changes: 13 additions & 13 deletions helm/alfresco-process-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ activiti-cloud-query:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-query-service
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
ingress:
path: /{{ .Release.Name }}
enabled: true
Expand Down Expand Up @@ -105,8 +105,8 @@ runtime-bundle:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
ingress:
enabled: true
path: /{{ .Release.Name }}
Expand Down Expand Up @@ -169,8 +169,8 @@ activiti-cloud-connector:
nameOverride: example-cloud-connector
image:
repository: activiti/example-cloud-connector
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
ingress:
enabled: true
path: "/{{ .Release.Name }}/{{ .Values.nameOverride }}"
Expand Down Expand Up @@ -198,8 +198,8 @@ alfresco-process-workspace-app:
nameOverride: workspace-app
image:
repository: quay.io/alfresco/alfresco-process-workspace-app
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
ingress:
path: "/{{ .Release.Name }}/workspace"
env:
Expand All @@ -214,8 +214,8 @@ alfresco-digital-workspace-app:
path: "/{{ .Release.Name }}/digital-workspace"
image:
repository: quay.io/alfresco/alfresco-digital-workspace
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
env:
APP_CONFIG_AUTH_TYPE: "OAUTH"
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
Expand All @@ -231,8 +231,8 @@ alfresco-admin-app:
path: "/{{ .Release.Name }}/admin"
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: develop
pullPolicy: Always
tag: 7.1.0-M11
pullPolicy: IfNotPresent
env:
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
APP_CONFIG_AUTH_TYPE: "OAUTH"
Expand Down Expand Up @@ -284,7 +284,7 @@ volumeinit:
image:
repository: alfresco/example-application-project
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent

persistence:
enabled: true
Expand Down

0 comments on commit 29fe1e5

Please sign in to comment.