From da4ca76c09f30c50c0487989372fdcad23b58bc4 Mon Sep 17 00:00:00 2001 From: Alfresco Build <8039454+alfresco-build@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:23:00 +0200 Subject: [PATCH] chore(deps): upgrade Alfresco/hxp-process-services to version 7.19.0-alpha.135 (#1150) from: https://github.com/Alfresco/hxp-process-services Co-authored-by: alfresco-build <> --- 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 69e13e3f..5fa8d343 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.19.0-alpha.134"` | | +| activiti-cloud-query.image.tag | string | `"7.19.0-alpha.135"` | | | 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.19.0-alpha.134"` | | +| runtime-bundle.image.tag | string | `"7.19.0-alpha.135"` | | | 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 1cf2e62a..90a82b51 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.19.0-alpha.134 + tag: 7.19.0-alpha.135 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.19.0-alpha.134 + tag: 7.19.0-alpha.135 pullPolicy: Always ingress: enabled: true