Skip to content

Commit 93e1849

Browse files
chore(deps): upgrade Alfresco/hxp-process-services to version 7.20.0-alpha.295 (#1586)
from: https://github.com/Alfresco/hxp-process-services Co-authored-by: alfresco-build <>
1 parent 8342b63 commit 93e1849

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/alfresco-process-application/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Kubernetes: `>=1.15.0-0`
4747
| 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"` | |
4848
| activiti-cloud-query.image.pullPolicy | string | `"Always"` | |
4949
| activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | |
50-
| activiti-cloud-query.image.tag | string | `"7.20.0-alpha.293"` | |
50+
| activiti-cloud-query.image.tag | string | `"7.20.0-alpha.295"` | |
5151
| activiti-cloud-query.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
5252
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/affinity" | string | `"cookie"` | |
5353
| activiti-cloud-query.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | |
@@ -174,7 +174,7 @@ Kubernetes: `>=1.15.0-0`
174174
| runtime-bundle.extraVolumes | string | `"- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | |
175175
| runtime-bundle.image.pullPolicy | string | `"Always"` | |
176176
| runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | |
177-
| runtime-bundle.image.tag | string | `"7.20.0-alpha.293"` | |
177+
| runtime-bundle.image.tag | string | `"7.20.0-alpha.295"` | |
178178
| runtime-bundle.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
179179
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | |
180180
| runtime-bundle.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |

helm/alfresco-process-application/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ activiti-cloud-query:
110110
role: consumer
111111
image:
112112
repository: quay.io/alfresco/alfresco-process-query-service
113-
tag: 7.20.0-alpha.293
113+
tag: 7.20.0-alpha.295
114114
pullPolicy: Always
115115
liquibase:
116116
enabled: true
@@ -182,7 +182,7 @@ runtime-bundle:
182182
role: producer
183183
image:
184184
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
185-
tag: 7.20.0-alpha.293
185+
tag: 7.20.0-alpha.295
186186
pullPolicy: Always
187187
ingress:
188188
enabled: true

0 commit comments

Comments
 (0)