Skip to content

Commit

Permalink
Release 7.8.0-rc.51
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Jan 16, 2023
1 parent ff119e6 commit 64bbf71
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions helm/alfresco-process-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: alfresco-process-infrastructure
version: 7.8.0-alpha.58
appVersion: 7.8.0-SNAPSHOT
version: 7.8.0-rc.51
appVersion: 7.8.0-rc.51
kubeVersion: '>=1.15.0-0'
description: A Helm chart for Alfresco Activiti Enterprise infrastructure
keywords:
Expand Down
18 changes: 9 additions & 9 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-process-infrastructure

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

A Helm chart for Alfresco Activiti Enterprise infrastructure

Expand Down Expand Up @@ -42,7 +42,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-admin-app.extraEnv | string | `"- name: APP_ALLOW_CUSTOM_RESOURCES\n value: \"{{ .Values.applications.allowCustomResources }}\"\n{{- if .Values.global.acs.enabled }}\n- name: APP_CONFIG_ECM_HOST\n value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n{{- else }}\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/hxp-admin-app"` | |
| alfresco-admin-app.image.tag | string | `"develop"` | |
| alfresco-admin-app.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-admin-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
| alfresco-admin-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand All @@ -68,7 +68,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.applications.database.external | bool | `true` | |
| alfresco-deployment-service.applications.image.pullPolicy | string | `"Always"` | default pull policy for all application images |
| alfresco-deployment-service.applications.image.pullSecretName | string | `"quay-registry-secret"` | pull secret name for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"develop"` | default tag for all application images |
| alfresco-deployment-service.applications.image.tag | string | `"7.8.0-rc.51"` | default tag for all application images |
| alfresco-deployment-service.applications.maxNumber | int | 20 applications can be deployed by default | maximum number of application can be deployed |
| alfresco-deployment-service.applications.processStorageService.clientSecret | string | `"08102f0f-025c-4226-8a3e-674343bff231"` | client secret for process storage |
| alfresco-deployment-service.applications.rabbitmq.admin.url | string | `""` | RabbitMQ admin URL, derived from host if not set |
Expand All @@ -88,7 +88,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-deployment-service.extraVolumes | string | `"- name: config\n configMap:\n name: {{ .Release.Name }}-deployment-config\n defaultMode: 0744"` | |
| alfresco-deployment-service.image.pullPolicy | string | `"Always"` | |
| alfresco-deployment-service.image.repository | string | `"quay.io/alfresco/alfresco-deployment-service"` | |
| alfresco-deployment-service.image.tag | string | `"7.8.0-alpha.52"` | |
| alfresco-deployment-service.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-deployment-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-deployment-service.ingress.enabled | bool | `true` | |
| alfresco-deployment-service.ingress.path | string | `"/deployment-service"` | |
Expand All @@ -105,7 +105,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-identity-adapter-service.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE\n value: \"*\"\n{{- with .Values.activiti.keycloak.clientId }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientSecret }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n value: \"{{ tpl . $ }}\"\n{{- end }}"` | |
| alfresco-identity-adapter-service.image.pullPolicy | string | `"Always"` | |
| alfresco-identity-adapter-service.image.repository | string | `"quay.io/alfresco/alfresco-identity-adapter-service"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.8.0-alpha.23"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-identity-adapter-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-identity-adapter-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-identity-adapter-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -389,7 +389,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-app.exampleProjects.resource | string | `"index_7.4.0.json"` | |
| alfresco-modeling-app.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-app.image.repository | string | `"quay.io/alfresco/alfresco-modeling-app"` | |
| alfresco-modeling-app.image.tag | string | `"develop"` | |
| alfresco-modeling-app.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-modeling-app.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-modeling-app.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"Authorization, Content-Type, Accept"` | |
| alfresco-modeling-app.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand All @@ -415,7 +415,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-service.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE\n value: \"*\"\n- name: CONTENT_CLIENT_ID\n value: \"{{ .Values.content.client.id }}\"\n- name: CONTENT_CLIENT_SECRET\n value: \"{{ .Values.content.client.secret }}\"\n- name: CONTENT_SERVICE_URL\n{{- if .Values.global.hxpr.enabled}}\n value: \"{{ .Values.global.hxpr.url }}\"\n{{- else }}\n value: '{{ template \"alfresco-process-infrastructure.acs-url\" . }}'\n{{- end }}\n- name: CONTENT_SERVICE_PATH\n value: \"{{ .Values.content.service.path }}\"\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ or .Values.global.acs.enabled .Values.global.hxpr.enabled }}\"\n{{- if .Values.global.hxpr.enabled }}\n- name: CONTENT_REPOSITORY_TYPE\n value: \"hxp\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientId }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientSecret }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n value: \"{{ tpl . $ }}\"\n{{- end }}\n- name: ACT_ALFRESCO_MODELING_TEMPLATES_ENDPOINT\n value: \"{{ .Values.exampleProjects.endpoint }}\"\n- name: ACT_ALFRESCO_MODELING_TEMPLATES_RESOURCE\n value: \"{{ .Values.exampleProjects.resource }}\""` | |
| alfresco-modeling-service.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-service.image.repository | string | `"quay.io/alfresco/alfresco-modeling-service"` | |
| alfresco-modeling-service.image.tag | string | `"7.8.0-alpha.27"` | |
| alfresco-modeling-service.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-modeling-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-modeling-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-modeling-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -444,7 +444,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-playground.graphql.client.url | string | `"http://alfresco-process-analytics-service.{{ .Release.Namespace }}.svc.cluster.local/analytics/graphql"` | |
| alfresco-process-analytics-playground.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-playground.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-playground"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.8.0-alpha.20"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-process-analytics-playground.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-playground.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-playground.ingress.enabled | bool | `true` | |
Expand All @@ -467,7 +467,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-service.graphql.service.jwtIssuerUri | string | `"{{ include \"common.keycloak-url\" . }}/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-process-analytics-service.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-service.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-service"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.8.0-alpha.20"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.8.0-rc.51"` | |
| alfresco-process-analytics-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-service.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-service.ingress.enabled | bool | `true` | |
Expand Down
16 changes: 8 additions & 8 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ alfresco-modeling-service:
- /script-service/?(.*)
image:
repository: quay.io/alfresco/alfresco-modeling-service
tag: 7.8.0-alpha.27
tag: 7.8.0-rc.51
pullPolicy: Always
liquibase:
enabled: true
Expand Down Expand Up @@ -551,7 +551,7 @@ alfresco-modeling-app:
nameOverride: alfresco-modeling-app
image:
repository: quay.io/alfresco/alfresco-modeling-app
tag: develop
tag: 7.8.0-rc.51
pullPolicy: Always
service:
name: modeling-app
Expand Down Expand Up @@ -588,7 +588,7 @@ alfresco-deployment-service:
enabled: false
image:
repository: quay.io/alfresco/alfresco-deployment-service
tag: 7.8.0-alpha.52
tag: 7.8.0-rc.51
pullPolicy: Always
postgresql:
enabled: true
Expand All @@ -600,7 +600,7 @@ alfresco-deployment-service:
applications:
image:
# alfresco-deployment-service.applications.image.tag -- default tag for all application images
tag: develop
tag: 7.8.0-rc.51
# alfresco-deployment-service.applications.image.pullPolicy -- default pull policy for all application images
pullPolicy: Always
# alfresco-deployment-service.applications.image.pullSecretName -- pull secret name for all application images
Expand Down Expand Up @@ -825,7 +825,7 @@ alfresco-admin-app:
nameOverride: alfresco-admin-app
image:
repository: quay.io/alfresco/hxp-admin-app
tag: develop
tag: 7.8.0-rc.51
pullPolicy: Always
service:
name: admin-app
Expand Down Expand Up @@ -935,7 +935,7 @@ alfresco-process-analytics-service:
jwtIssuerUri: '{{ include "common.keycloak-url" . }}/realms/{{ include "common.keycloak-realm" . }}'
image:
repository: quay.io/alfresco/alfresco-process-analytics-graphql-service
tag: 7.8.0-alpha.20
tag: 7.8.0-rc.51
pullPolicy: Always
service:
name: alfresco-process-analytics-service
Expand Down Expand Up @@ -972,7 +972,7 @@ alfresco-process-analytics-playground:
url: 'http://alfresco-process-analytics-service.{{ .Release.Namespace }}.svc.cluster.local/analytics/graphql'
image:
repository: quay.io/alfresco/alfresco-process-analytics-graphql-playground
tag: 7.8.0-alpha.20
tag: 7.8.0-rc.51
pullPolicy: Always
service:
name: alfresco-process-analytics-playground
Expand Down Expand Up @@ -1017,7 +1017,7 @@ alfresco-identity-adapter-service:
path: "/identity-adapter-service/?(.*)"
image:
repository: quay.io/alfresco/alfresco-identity-adapter-service
tag: 7.8.0-alpha.23
tag: 7.8.0-rc.51
pullPolicy: Always
liquibase:
enabled: false
Expand Down

0 comments on commit 64bbf71

Please sign in to comment.