From 1ce5d848674cc8c7d8b8a08fc5c6e60f218056b8 Mon Sep 17 00:00:00 2001 From: alfresco-build-user <> Date: Fri, 21 May 2021 16:53:52 +0000 Subject: [PATCH] Updated version to 7.1.0-M13 [ci skip] --- helm/alfresco-process-application/README.md | 38 +++++++++---------- .../requirements.yaml | 12 +++--- helm/alfresco-process-application/values.yaml | 26 ++++++------- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/helm/alfresco-process-application/README.md b/helm/alfresco-process-application/README.md index 43707e41..8052841d 100644 --- a/helm/alfresco-process-application/README.md +++ b/helm/alfresco-process-application/README.md @@ -12,12 +12,12 @@ Kubernetes: `>=1.15.0-0` | Repository | Name | Version | |------------|------|---------| -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | -| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.17 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | +| https://activiti.github.io/activiti-cloud-helm-charts | common | 7.1.0-M13 | | https://charts.bitnami.com/bitnami | kafka | 12.x.x | | https://charts.bitnami.com/bitnami | postgresql | 9.1.1 | | https://charts.bitnami.com/bitnami | rabbitmq | 7.8.0 | @@ -29,9 +29,9 @@ Kubernetes: `>=1.15.0-0` | activiti-cloud-connector.affinity | object | `{}` | | | activiti-cloud-connector.enabled | bool | `false` | | | activiti-cloud-connector.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: \"{{ .Release.Name }}\"\n"` | | -| activiti-cloud-connector.image.pullPolicy | string | `"Always"` | | +| activiti-cloud-connector.image.pullPolicy | string | `"IfNotPresent"` | | | activiti-cloud-connector.image.repository | string | `"activiti/example-cloud-connector"` | | -| activiti-cloud-connector.image.tag | string | `"develop"` | | +| activiti-cloud-connector.image.tag | string | `"7.1.0-M13"` | | | activiti-cloud-connector.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | | | activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | | @@ -48,9 +48,9 @@ Kubernetes: `>=1.15.0-0` | activiti-cloud-query.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"false\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_PASSWORD\n value: '{{ .Values.activiti.keycloak.clientPassword }}'\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: \"{{ .Release.Name }}\"\n- name: GRAPHIQL_GRAPHQL_WS_PATH\n value: '/{{ .Release.Name }}/notifications/ws/graphql'\n- name: GRAPHIQL_GRAPHQL_WEB_PATH\n value: '/{{ .Release.Name }}/notifications/graphql'\n"` | | | activiti-cloud-query.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true\n"` | | | activiti-cloud-query.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps\n"` | | -| activiti-cloud-query.image.pullPolicy | string | `"Always"` | | +| activiti-cloud-query.image.pullPolicy | string | `"IfNotPresent"` | | | activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | | -| activiti-cloud-query.image.tag | string | `"develop"` | | +| activiti-cloud-query.image.tag | string | `"7.1.0-M13"` | | | activiti-cloud-query.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | | | activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | | @@ -81,9 +81,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-admin-app.env.APP_CONFIG_AUTH_TYPE | string | `"OAUTH"` | | | alfresco-admin-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | | | alfresco-admin-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | | -| alfresco-admin-app.image.pullPolicy | string | `"Always"` | | +| alfresco-admin-app.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | | -| alfresco-admin-app.image.tag | string | `"develop"` | | +| alfresco-admin-app.image.tag | string | `"7.1.0-M13"` | | | alfresco-admin-app.ingress.path | string | `"/{{ .Release.Name }}/admin"` | | | alfresco-admin-app.nameOverride | string | `"admin-app"` | | | alfresco-admin-app.service.envType | string | `"frontend"` | | @@ -95,9 +95,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-digital-workspace-app.env.APP_CONFIG_ECM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | | | alfresco-digital-workspace-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | | | alfresco-digital-workspace-app.env.APP_CONFIG_PROVIDER | string | `"ALL"` | | -| alfresco-digital-workspace-app.image.pullPolicy | string | `"Always"` | | +| alfresco-digital-workspace-app.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-digital-workspace-app.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | | -| alfresco-digital-workspace-app.image.tag | string | `"develop"` | | +| alfresco-digital-workspace-app.image.tag | string | `"7.1.0-M13"` | | | alfresco-digital-workspace-app.ingress.path | string | `"/{{ .Release.Name }}/digital-workspace"` | | | alfresco-digital-workspace-app.nameOverride | string | `"digital-workspace-app"` | | | alfresco-digital-workspace-app.service.envType | string | `"frontend"` | | @@ -106,9 +106,9 @@ Kubernetes: `>=1.15.0-0` | alfresco-process-workspace-app.env.APP_CONFIG_APPS_DEPLOYED | string | `"[{\"name\": \"{{ .Release.Name }}\" }]"` | | | alfresco-process-workspace-app.env.APP_CONFIG_AUTH_TYPE | string | `"OAUTH"` | | | alfresco-process-workspace-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | | -| alfresco-process-workspace-app.image.pullPolicy | string | `"Always"` | | +| alfresco-process-workspace-app.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-process-workspace-app.image.repository | string | `"quay.io/alfresco/alfresco-process-workspace-app"` | | -| alfresco-process-workspace-app.image.tag | string | `"develop"` | | +| alfresco-process-workspace-app.image.tag | string | `"7.1.0-M13"` | | | alfresco-process-workspace-app.ingress.path | string | `"/{{ .Release.Name }}/workspace"` | | | alfresco-process-workspace-app.nameOverride | string | `"process-workspace-app"` | | | alfresco-process-workspace-app.service.envType | string | `"frontend"` | | @@ -170,9 +170,9 @@ Kubernetes: `>=1.15.0-0` | runtime-bundle.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: \"{{ .Release.Name }}\"\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"true\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_PASSWORD\n value: '{{ .Values.activiti.keycloak.clientPassword }}'\n- name: SPRING_ACTIVITI_PROCESSDEFINITIONLOCATIONPREFIX\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/processes/'\n- name: PROJECT_MANIFEST_FILE_PATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/{{ .Values.projectName }}.json'\n- name: APPLICATION_VERSION\n value: \"{{ .Values.global.applicationVersion }}\"\n- name: ACT_RB_SERVICE_URL\n value: '{{ include \"common.gateway-url\" . }}/{{ .Release.Name }}/rb'\n- name: DMNCONFIGURATION_TABLESDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/decision-tables/'\n- name: FORMCONFIGURATION_FORMSDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/forms/'\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ .Values.global.acs.enabled }}\"\n- name: \"APPLICATION_EMAIL_ENABLED\"\n value: \"false\"\n"` | | | runtime-bundle.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true\n- name: {{ .Release.Name }}\n mountPath: '/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n"` | | | runtime-bundle.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps\n- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | | -| runtime-bundle.image.pullPolicy | string | `"Always"` | | +| runtime-bundle.image.pullPolicy | string | `"IfNotPresent"` | | | runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | | -| runtime-bundle.image.tag | string | `"develop"` | | +| runtime-bundle.image.tag | string | `"7.1.0-M13"` | | | runtime-bundle.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | | | runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | | @@ -196,7 +196,7 @@ Kubernetes: `>=1.15.0-0` | runtime-bundle.resources.requests.memory | string | `"512Mi"` | | | runtime-bundle.service.name | string | `"rb"` | | | volumeinit.enabled | bool | `true` | | -| volumeinit.image | object | `{"pullPolicy":"Always","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files | +| volumeinit.image | object | `{"pullPolicy":"IfNotPresent","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) diff --git a/helm/alfresco-process-application/requirements.yaml b/helm/alfresco-process-application/requirements.yaml index a47b9fbc..9aaf0fa2 100644 --- a/helm/alfresco-process-application/requirements.yaml +++ b/helm/alfresco-process-application/requirements.yaml @@ -1,7 +1,7 @@ dependencies: - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: activiti-cloud-query condition: application.activiti-cloud-query.enabled,activiti-cloud-query.enabled - name: postgresql @@ -14,27 +14,27 @@ dependencies: condition: application.rabbitmq.enabled,rabbitmq.enabled - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: runtime-bundle condition: application.runtime-bundle.enabled,runtime-bundle.enabled - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: activiti-cloud-connector condition: application.activiti-cloud-connector.enabled,activiti-cloud-connector.enabled - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: alfresco-process-workspace-app condition: application.alfresco-process-workspace-app.enabled,alfresco-process-workspace-app.enabled - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: alfresco-admin-app condition: application.alfresco-admin-app.enabled,alfresco-admin-app.enabled - name: common repository: https://activiti.github.io/activiti-cloud-helm-charts - version: 7.1.17 + version: 7.1.0-M13 alias: alfresco-digital-workspace-app condition: application.alfresco-digital-workspace-app.enabled,alfresco-digital-workspace-app.enabled - name: kafka diff --git a/helm/alfresco-process-application/values.yaml b/helm/alfresco-process-application/values.yaml index 48f9627f..66a4198c 100644 --- a/helm/alfresco-process-application/values.yaml +++ b/helm/alfresco-process-application/values.yaml @@ -77,8 +77,8 @@ activiti-cloud-query: role: consumer image: repository: quay.io/alfresco/alfresco-process-query-service - tag: develop - pullPolicy: Always + tag: 7.1.0-M13 + pullPolicy: IfNotPresent liquibase: enabled: true ingress: @@ -149,8 +149,8 @@ runtime-bundle: role: producer image: repository: quay.io/alfresco/alfresco-process-runtime-bundle-service - tag: develop - pullPolicy: Always + tag: 7.1.0-M13 + pullPolicy: IfNotPresent ingress: enabled: true path: /{{ .Release.Name }} @@ -219,8 +219,8 @@ activiti-cloud-connector: nameOverride: example-cloud-connector image: repository: activiti/example-cloud-connector - tag: develop - pullPolicy: Always + tag: 7.1.0-M13 + pullPolicy: IfNotPresent messaging: enabled: true role: connector @@ -252,8 +252,8 @@ alfresco-process-workspace-app: envType: frontend image: repository: quay.io/alfresco/alfresco-process-workspace-app - tag: develop - pullPolicy: Always + tag: 7.1.0-M13 + pullPolicy: IfNotPresent ingress: path: "/{{ .Release.Name }}/workspace" env: @@ -267,8 +267,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-M13 + pullPolicy: IfNotPresent service: name: adw-app envType: frontend @@ -289,8 +289,8 @@ alfresco-admin-app: path: "/{{ .Release.Name }}/admin" image: repository: quay.io/alfresco/alfresco-admin-app - tag: develop - pullPolicy: Always + tag: 7.1.0-M13 + pullPolicy: IfNotPresent env: APP_CONFIG_AUTH_TYPE: OAUTH APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}' @@ -342,7 +342,7 @@ volumeinit: image: repository: alfresco/example-application-project tag: latest - pullPolicy: Always + pullPolicy: IfNotPresent persistence: enabled: true storageClassName: