Skip to content

Commit

Permalink
chore(deps): upgrade Alfresco/hxp-process-services to version 7.19.0-…
Browse files Browse the repository at this point in the history
…alpha.165 (#1182)

from: https://github.com/Alfresco/hxp-process-services

Co-authored-by: alfresco-build <>
  • Loading branch information
alfresco-build authored Nov 15, 2024
1 parent 08b0390 commit 62920ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.164"` | |
| activiti-cloud-query.image.tag | string | `"7.19.0-alpha.165"` | |
| 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 | `"*"` | |
Expand Down Expand Up @@ -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.164"` | |
| runtime-bundle.image.tag | string | `"7.19.0-alpha.165"` | |
| 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"` | |
Expand Down
4 changes: 2 additions & 2 deletions helm/alfresco-process-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ activiti-cloud-query:
role: consumer
image:
repository: quay.io/alfresco/alfresco-process-query-service
tag: 7.19.0-alpha.164
tag: 7.19.0-alpha.165
pullPolicy: Always
liquibase:
enabled: true
Expand Down Expand Up @@ -182,7 +182,7 @@ runtime-bundle:
role: producer
image:
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
tag: 7.19.0-alpha.164
tag: 7.19.0-alpha.165
pullPolicy: Always
ingress:
enabled: true
Expand Down

0 comments on commit 62920ec

Please sign in to comment.