Skip to content

Commit

Permalink
Updated version to 7.6.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Oct 27, 2022
1 parent d1d5271 commit 19a6ee5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions helm/alfresco-process-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.5.0
version: 7.6.0
alias: activiti-cloud-query
condition: application.activiti-cloud-query.enabled,activiti-cloud-query.enabled
- name: postgresql
Expand All @@ -27,22 +27,22 @@ dependencies:
condition: application.rabbitmq.enabled,rabbitmq.enabled
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.5.0
version: 7.6.0
alias: runtime-bundle
condition: application.runtime-bundle.enabled,runtime-bundle.enabled
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.5.0
version: 7.6.0
alias: activiti-cloud-connector
condition: application.activiti-cloud-connector.enabled,activiti-cloud-connector.enabled
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.5.0
version: 7.6.0
alias: alfresco-admin-app
condition: application.alfresco-admin-app.enabled,alfresco-admin-app.enabled
- name: common
repository: https://activiti.github.io/activiti-cloud-helm-charts
version: 7.5.0
version: 7.6.0
alias: alfresco-digital-workspace-app
condition: application.alfresco-digital-workspace-app.enabled,alfresco-digital-workspace-app.enabled
- name: kafka
Expand Down
32 changes: 16 additions & 16 deletions helm/alfresco-process-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Kubernetes: `>=1.15.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-query(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | runtime-bundle(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-connector(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-admin-app(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-digital-workspace-app(common) | 7.5.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-query(common) | 7.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | runtime-bundle(common) | 7.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | activiti-cloud-connector(common) | 7.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-admin-app(common) | 7.6.0 |
| https://activiti.github.io/activiti-cloud-helm-charts | alfresco-digital-workspace-app(common) | 7.6.0 |
| https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami | kafka | 12.x.x |
| https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami | postgresql | 10.3.13 |
| https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami | rabbitmq | 8.20.5 |
Expand All @@ -28,9 +28,9 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-connector.affinity | object | `{}` | |
| activiti-cloud-connector.enabled | bool | `false` | |
| activiti-cloud-connector.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_SERVLET_CONTEXTPATH\n value: \"{{ tpl .Values.ingress.path . }}\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n"` | |
| activiti-cloud-connector.image.pullPolicy | string | `"Always"` | |
| activiti-cloud-connector.image.pullPolicy | string | `"IfNotPresent"` | |
| activiti-cloud-connector.image.repository | string | `"activiti/example-cloud-connector"` | |
| activiti-cloud-connector.image.tag | string | `"develop"` | |
| activiti-cloud-connector.image.tag | string | `"7.6.0"` | |
| activiti-cloud-connector.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-headers" | string | `"*"` | |
| activiti-cloud-connector.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
Expand All @@ -45,9 +45,9 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-query.db.ddlAuto | string | `"none"` | set to 'none' temporarily rather than default 'validate' that breaks |
| activiti-cloud-query.enabled | bool | `true` | |
| 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.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-alpha.31"` | |
| activiti-cloud-query.image.tag | string | `"7.6.0"` | |
| 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 @@ -80,9 +80,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-admin-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | |
| alfresco-admin-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| 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.pullPolicy | string | `"IfNotPresent"` | |
| 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.6.0"` | |
| 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 @@ -97,9 +97,9 @@ Kubernetes: `>=1.15.0-0`
| alfresco-digital-workspace-app.env.APP_CONFIG_ECM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | |
| alfresco-digital-workspace-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-digital-workspace-app.env.APP_CONFIG_PROVIDER | string | `"ALL"` | |
| alfresco-digital-workspace-app.image.pullPolicy | string | `"Always"` | |
| alfresco-digital-workspace-app.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-digital-workspace-app.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | |
| alfresco-digital-workspace-app.image.tag | string | `"develop"` | |
| alfresco-digital-workspace-app.image.tag | string | `"7.6.0"` | |
| 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 @@ -172,9 +172,9 @@ Kubernetes: `>=1.15.0-0`
| runtime-bundle.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"true\"\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: SPRING_ACTIVITI_PROCESSDEFINITIONLOCATIONPREFIX\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/processes/'\n- name: PROJECT_MANIFEST_FILE_PATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/{{ .Values.projectName }}.json'\n- name: APPLICATION_VERSION\n value: \"{{ .Values.global.applicationVersion }}\"\n- name: ACT_RB_SERVICE_URL\n value: '{{ include \"common.gateway-url\" . }}/{{ .Release.Name }}/rb'\n- name: DMNCONFIGURATION_TABLESDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/decision-tables/'\n- name: FORMCONFIGURATION_FORMSDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/forms/'\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ .Values.global.acs.enabled }}\"\n- name: \"APPLICATION_EMAIL_ENABLED\"\n value: \"false\"\n"` | |
| runtime-bundle.extraVolumeMounts | string | `"- name: {{ .Release.Name }}\n mountPath: '/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n"` | |
| runtime-bundle.extraVolumes | string | `"- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | |
| runtime-bundle.image.pullPolicy | string | `"Always"` | |
| 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-alpha.31"` | |
| runtime-bundle.image.tag | string | `"7.6.0"` | |
| 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 All @@ -199,4 +199,4 @@ Kubernetes: `>=1.15.0-0`
| runtime-bundle.resources.requests.memory | string | `"512Mi"` | |
| runtime-bundle.service.name | string | `"rb"` | |
| volumeinit.enabled | bool | `true` | |
| volumeinit.image | object | `{"pullPolicy":"Always","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files |
| volumeinit.image | object | `{"pullPolicy":"IfNotPresent","repository":"alfresco/example-application-project","tag":"latest"}` | REPLACE with your image containing project files |
22 changes: 11 additions & 11 deletions helm/alfresco-process-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ activiti-cloud-query:
role: consumer
image:
repository: quay.io/alfresco/alfresco-process-query-service
tag: 7.6.0-alpha.31
pullPolicy: Always
tag: 7.6.0
pullPolicy: IfNotPresent
liquibase:
enabled: true
ingress:
Expand Down Expand Up @@ -182,8 +182,8 @@ runtime-bundle:
role: producer
image:
repository: quay.io/alfresco/alfresco-process-runtime-bundle-service
tag: 7.6.0-alpha.31
pullPolicy: Always
tag: 7.6.0
pullPolicy: IfNotPresent
ingress:
enabled: true
path: /{{ .Release.Name }}
Expand Down Expand Up @@ -257,8 +257,8 @@ activiti-cloud-connector:
nameOverride: example-cloud-connector
image:
repository: activiti/example-cloud-connector
tag: develop
pullPolicy: Always
tag: 7.6.0
pullPolicy: IfNotPresent
messaging:
enabled: true
role: connector
Expand Down Expand Up @@ -296,8 +296,8 @@ alfresco-digital-workspace-app:
nginx.ingress.kubernetes.io/enable-cors: "true"
image:
repository: quay.io/alfresco/alfresco-digital-workspace
tag: develop
pullPolicy: Always
tag: 7.6.0
pullPolicy: IfNotPresent
service:
name: adw-app
envType: frontend
Expand All @@ -322,8 +322,8 @@ alfresco-admin-app:
nginx.ingress.kubernetes.io/enable-cors: "true"
image:
repository: quay.io/alfresco/alfresco-admin-app
tag: develop
pullPolicy: Always
tag: 7.6.0
pullPolicy: IfNotPresent
env:
APP_CONFIG_AUTH_TYPE: OAUTH
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
Expand Down Expand Up @@ -378,7 +378,7 @@ volumeinit:
image:
repository: alfresco/example-application-project
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent
persistence:
enabled: true
storageClassName:
Expand Down

0 comments on commit 19a6ee5

Please sign in to comment.