From ab9260f288d2137ceb7c9fe17fbc6150d2cd38ed Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 4 Aug 2022 12:04:00 +0000 Subject: [PATCH] Update runtime-bundle-service and query-service docker images tag to 7.5.0-alpha.44 --- helm/alfresco-process-application/README.md | 4 ++-- helm/alfresco-process-application/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/alfresco-process-application/README.md b/helm/alfresco-process-application/README.md index 293ea80e..ed3d39a9 100644 --- a/helm/alfresco-process-application/README.md +++ b/helm/alfresco-process-application/README.md @@ -47,7 +47,7 @@ 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_ID\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientId\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientSecret\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\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.image.pullPolicy | string | `"Always"` | | | activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | | -| activiti-cloud-query.image.tag | string | `"7.5.0-alpha.43"` | | +| activiti-cloud-query.image.tag | string | `"7.5.0-alpha.44"` | | | 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 | `"*"` | | @@ -174,7 +174,7 @@ Kubernetes: `>=1.15.0-0` | runtime-bundle.extraVolumes | string | `"- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | | | runtime-bundle.image.pullPolicy | string | `"Always"` | | | runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | | -| runtime-bundle.image.tag | string | `"7.5.0-alpha.43"` | | +| runtime-bundle.image.tag | string | `"7.5.0-alpha.44"` | | | 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"` | | diff --git a/helm/alfresco-process-application/values.yaml b/helm/alfresco-process-application/values.yaml index a5816a33..867220d9 100644 --- a/helm/alfresco-process-application/values.yaml +++ b/helm/alfresco-process-application/values.yaml @@ -110,7 +110,7 @@ activiti-cloud-query: role: consumer image: repository: quay.io/alfresco/alfresco-process-query-service - tag: 7.5.0-alpha.43 + tag: 7.5.0-alpha.44 pullPolicy: Always liquibase: enabled: true @@ -182,7 +182,7 @@ runtime-bundle: role: producer image: repository: quay.io/alfresco/alfresco-process-runtime-bundle-service - tag: 7.5.0-alpha.43 + tag: 7.5.0-alpha.44 pullPolicy: Always ingress: enabled: true