diff --git a/helm/alfresco-process-application/requirements.yaml b/helm/alfresco-process-application/requirements.yaml index 25c770da..03f757a8 100644 --- a/helm/alfresco-process-application/requirements.yaml +++ b/helm/alfresco-process-application/requirements.yaml @@ -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 @@ -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 diff --git a/helm/alfresco-process-application/values.yaml b/helm/alfresco-process-application/values.yaml index 8198d72f..06e5e96a 100644 --- a/helm/alfresco-process-application/values.yaml +++ b/helm/alfresco-process-application/values.yaml @@ -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 @@ -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 }} @@ -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 }}" @@ -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: @@ -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" . }}' @@ -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" @@ -284,7 +284,7 @@ volumeinit: image: repository: alfresco/example-application-project tag: latest - pullPolicy: Always + pullPolicy: IfNotPresent persistence: enabled: true