From 36738131690efbd10733f8fb198fd01bc7fbf9bd Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Mon, 21 Nov 2022 13:46:51 +0000 Subject: [PATCH] Update runtime-bundle-service and query-service docker images tag to 7.6.1-alpha.1 --- 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 d82e7254..b20b9a90 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 | `"IfNotPresent"` | | | activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | | -| activiti-cloud-query.image.tag | string | `"7.6.0"` | | +| activiti-cloud-query.image.tag | string | `"7.6.1-alpha.1"` | | | 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 | `"IfNotPresent"` | | | runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | | -| runtime-bundle.image.tag | string | `"7.6.0"` | | +| runtime-bundle.image.tag | string | `"7.6.1-alpha.1"` | | | 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 c379c76d..aca54d5c 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.6.0 + tag: 7.6.1-alpha.1 pullPolicy: IfNotPresent liquibase: enabled: true @@ -182,7 +182,7 @@ runtime-bundle: role: producer image: repository: quay.io/alfresco/alfresco-process-runtime-bundle-service - tag: 7.6.0 + tag: 7.6.1-alpha.1 pullPolicy: IfNotPresent ingress: enabled: true