Skip to content

Commit

Permalink
Release 7.19.0-rc.187
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Nov 12, 2024
1 parent 4941cbb commit cdfc9a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: alfresco-process-application
version: 7.19.0-alpha.147
appVersion: 7.19.0-SNAPSHOT
version: 7.19.0-rc.187
appVersion: 7.19.0-rc.187
kubeVersion: '>=1.15.0-0'
description: A Helm chart for an Alfresco Activiti Enterprise application
keywords:
Expand Down
10 changes: 5 additions & 5 deletions helm/alfresco-process-application/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-process-application

![Version: 7.19.0-alpha.147](https://img.shields.io/badge/Version-7.19.0--alpha.147-informational?style=flat-square) ![AppVersion: 7.19.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-7.19.0--SNAPSHOT-informational?style=flat-square)
![Version: 7.19.0-rc.187](https://img.shields.io/badge/Version-7.19.0--rc.187-informational?style=flat-square) ![AppVersion: 7.19.0-rc.187](https://img.shields.io/badge/AppVersion-7.19.0--rc.187-informational?style=flat-square)

A Helm chart for an Alfresco Activiti Enterprise application

Expand Down 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.150"` | |
| activiti-cloud-query.image.tag | string | `"7.19.0-rc.187"` | |
| 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 @@ -82,7 +82,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-admin-app.extraEnv | string | `"{{- if not .Values.global.acs.enabled }}\n- name: APP_CONFIG_PROVIDER\n value: BPM\n{{- end }}"` | |
| alfresco-admin-app.image.pullPolicy | string | `"Always"` | |
| alfresco-admin-app.image.repository | string | `"quay.io/alfresco/alfresco-admin-app"` | |
| alfresco-admin-app.image.tag | string | `"develop"` | |
| alfresco-admin-app.image.tag | string | `"7.19.0-rc.187"` | |
| alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-admin-app.ingress.enabled | bool | `true` | |
Expand All @@ -99,7 +99,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-digital-workspace-app.env.APP_CONFIG_PROVIDER | string | `"ALL"` | |
| alfresco-digital-workspace-app.image.pullPolicy | string | `"Always"` | |
| alfresco-digital-workspace-app.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace-apa"` | |
| alfresco-digital-workspace-app.image.tag | string | `"develop"` | |
| alfresco-digital-workspace-app.image.tag | string | `"7.19.0-rc.187"` | |
| alfresco-digital-workspace-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-digital-workspace-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-digital-workspace-app.ingress.enabled | bool | `true` | |
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.150"` | |
| runtime-bundle.image.tag | string | `"7.19.0-rc.187"` | |
| 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
8 changes: 4 additions & 4 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.150
tag: 7.19.0-rc.187
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.150
tag: 7.19.0-rc.187
pullPolicy: Always
ingress:
enabled: true
Expand Down Expand Up @@ -296,7 +296,7 @@ alfresco-digital-workspace-app:
nginx.ingress.kubernetes.io/enable-cors: "true"
image:
repository: quay.io/alfresco/alfresco-digital-workspace-apa
tag: develop
tag: 7.19.0-rc.187
pullPolicy: Always
service:
name: adw-app
Expand All @@ -322,7 +322,7 @@ alfresco-admin-app:
nginx.ingress.kubernetes.io/enable-cors: "true"
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: develop
tag: 7.19.0-rc.187
pullPolicy: Always
env:
APP_CONFIG_AUTH_TYPE: OAUTH
Expand Down

0 comments on commit cdfc9a9

Please sign in to comment.